mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-26 06:24:39 +02:00
feat(command-bar): match priority highlight colors to UI
Priority keywords now show their actual UI colors: - Dringend (urgent): red #ef4444 - Wichtig (high): orange #f97316 - Normal (medium): yellow #eab308 - Später (low): green #22c55e 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d98efc455b
commit
aeb6a15994
12 changed files with 551 additions and 92 deletions
|
|
@ -117,4 +117,12 @@ export {
|
|||
|
||||
// App Routes
|
||||
export type { AppRoute, AppRouteConfig } from './app-routes';
|
||||
export { APP_ROUTES, getStartPage, getAvailableRoutes, getDefaultRoute } from './app-routes';
|
||||
export {
|
||||
APP_ROUTES,
|
||||
getStartPage,
|
||||
getAvailableRoutes,
|
||||
getDefaultRoute,
|
||||
filterHiddenNavItems,
|
||||
getHideableRoutes,
|
||||
isRouteHidden,
|
||||
} from './app-routes';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue