feat: security fixes, loading skeleton, script refactor

This commit is contained in:
NIJAT
2025-12-28 17:27:00 +04:00
parent 686c66cbb0
commit 0eae8240c7
47 changed files with 5660 additions and 2017 deletions

View File

@@ -0,0 +1,10 @@
/**
* Command Components
*
* Components related to command generation and display:
* - AurBar: AUR packages info for Arch Linux
* - CommandFooter: Fixed bottom bar with command output
*/
export { AurBar } from './AurBar';
export { CommandFooter } from './CommandFooter';