mirror of
https://github.com/abusoww/tuxmate.git
synced 2026-04-18 00:03:23 +02:00
refactor: split CommandFooter, perf tweaks
- extracted drawer modal to CommandDrawer (~180 lines) - CommandFooter now under 270 lines - replaced transition-all with specific props (colors, transform, etc) - should reduce repaints on hover states
This commit is contained in:
@@ -33,7 +33,7 @@ export interface AppData {
|
||||
category: Category;
|
||||
iconUrl: string;
|
||||
targets: Partial<Record<DistroId, string>>;
|
||||
/** Markdown content shown when app unavailable. Same message for all distros. */
|
||||
// Markdown shown when app unavailable (same for all distros)
|
||||
unavailableReason?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user