Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
e7d1bed
feat: add dedicated settings page replacing account dropdown menu
devin-ai-integration[bot] Feb 25, 2026
9f09db1
fix: initialize sidebar as open on desktop for settings page
devin-ai-integration[bot] Feb 25, 2026
26fab09
fix: address Devin Review bugs - billingStatus fetch, hasCredits chec…
devin-ai-integration[bot] Feb 25, 2026
7813256
fix: move visibleTabs useEffect after declaration to fix TS2448
devin-ai-integration[bot] Feb 25, 2026
fb86589
fix: sidebar toggle visible on desktop, prevent division by zero in c…
devin-ai-integration[bot] Feb 25, 2026
f8190eb
fix: conditional grid layout for sidebar open/closed state
devin-ai-integration[bot] Feb 25, 2026
fc5bcf4
style: format SettingsPage.tsx with prettier
devin-ai-integration[bot] Feb 25, 2026
05ec693
refactor: replace dual sidebar with dedicated settings sidebar
devin-ai-integration[bot] Feb 25, 2026
e4d10aa
fix: prevent premature activeTab reset before billingStatus loads
devin-ai-integration[bot] Feb 25, 2026
d8fed73
perf: memoize visibleTabs to prevent useEffect firing every render
devin-ai-integration[bot] Feb 25, 2026
db77bcd
fix: use isTauri() for subscription portal link handling (match maste…
devin-ai-integration[bot] Feb 25, 2026
4536131
chore: remove dead code - old AccountMenu, AccountDialog, Preferences…
devin-ai-integration[bot] Feb 25, 2026
581b46c
fix: clear credits_success URL param after processing to prevent repe…
devin-ai-integration[bot] Feb 25, 2026
7a6183a
fix: use loose inequality for hasStripeAccount to handle undefined du…
devin-ai-integration[bot] Feb 25, 2026
dfb027c
fix: split credit success timer into separate useEffect to prevent cl…
devin-ai-integration[bot] Feb 25, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
182 changes: 0 additions & 182 deletions frontend/src/components/AccountDialog.tsx

This file was deleted.

Loading
Loading