mirror of
https://github.com/abusoww/tuxmate.git
synced 2026-04-18 01:53:13 +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:
@@ -1,6 +1,4 @@
|
||||
/**
|
||||
* Script generator index - re-exports all distro generators
|
||||
*/
|
||||
// Re-exports all distro script generators
|
||||
|
||||
export { escapeShellString, getSelectedPackages, type PackageInfo } from './shared';
|
||||
export { generateUbuntuScript } from './ubuntu';
|
||||
|
||||
Reference in New Issue
Block a user