refactor: new settings page design and new pill component

This commit is contained in:
simosmik
2026-03-10 21:02:32 +00:00
parent f4777c139f
commit 8ddeeb0ce8
30 changed files with 781 additions and 587 deletions

View File

@@ -4,3 +4,4 @@ export { default as DarkModeToggle } from './DarkModeToggle';
export { Input } from './Input';
export { ScrollArea } from './ScrollArea';
export { default as Tooltip } from './Tooltip';
export { PillBar, Pill } from './PillBar';