Skip to content

Conversation

@laurynasgadl
Copy link
Member

@laurynasgadl laurynasgadl commented Jan 15, 2026

Summary by CodeRabbit

  • Configuration Changes
    • Modified default settings for branding-related features, which are now disabled by default unless explicitly enabled.

✏️ Tip: You can customize this high-level summary in your review settings.

@laurynasgadl laurynasgadl merged commit 3c97c3c into master Jan 15, 2026
3 of 4 checks passed
@laurynasgadl laurynasgadl deleted the feat/disable-disk-usage-by-default branch January 15, 2026 09:44
@coderabbitai
Copy link

coderabbitai bot commented Jan 15, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

Branding configuration defaults are flipped to disable external and used percentage features by default. Frontend constants receive explicit type annotation and are exposed in the Sidebar component. Changes are localized to configuration, type safety, and component property exposure.

Changes

Cohort / File(s) Summary
Backend branding configuration
cmd/config.go
Default boolean flags flipped from false to true for branding.disableExternal and branding.disableUsedPercentage, inverting feature availability defaults.
Frontend constant typing and exposure
frontend/src/utils/constants.ts
Added explicit string type annotation to authMethod constant for improved type safety.
Frontend component property exposure
frontend/src/components/Sidebar.vue
Imported authMethod from constants and exposed it as a computed property in the Sidebar component.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

✨ Finishing touches
  • 📝 Generate docstrings


📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between fc412a5 and 1128110.

📒 Files selected for processing (3)
  • cmd/config.go
  • frontend/src/components/Sidebar.vue
  • frontend/src/utils/constants.ts

✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant