feat(ui): add Button, Modal, Spinner, Toast, and Tooltip components with styles
All checks were successful
Build and Release / build-and-release (push) Successful in 13m12s

- Implemented Button component with various props for customization.
- Created Modal component with header, content, and footer subcomponents.
- Added Spinner component for loading indicators.
- Developed Toast component for displaying notifications.
- Introduced Tooltip component for contextual hints with keyboard shortcuts.
- Added corresponding CSS modules for styling each component.
- Updated index file to export new components.
- Configured TypeScript settings for the UI package.
This commit is contained in:
Bryan1029384756
2026-04-14 09:02:14 -05:00
parent 9ef839938e
commit b7a4cf4ce8
376 changed files with 52619 additions and 167641 deletions

View File

@@ -45,7 +45,18 @@
"Bash(python -c \"import base64; print\\(base64.b64encode\\(open\\(r''C:\\\\Users\\\\bryan\\\\Desktop\\\\Discord Clone\\\\discord-clone-release.keystore'',''rb''\\).read\\(\\)\\).decode\\(\\)\\)\")",
"WebFetch(domain:gitea.moyettes.com)",
"Bash(grep:*)",
"WebFetch(domain:addyosmani.com)"
"WebFetch(domain:addyosmani.com)",
"Bash(cp -r \"Brycord New UI/apps/web/src/components/auth/\"* \"packages/shared/src/components/auth/\")",
"Bash(cp -r \"Brycord New UI/apps/web/src/components/channel/\"* \"packages/shared/src/components/channel/\")",
"Bash(cp -r \"Brycord New UI/apps/web/src/components/dm/\"* \"packages/shared/src/components/dm/\")",
"Bash(cp -r \"Brycord New UI/apps/web/src/components/layout/\"* \"packages/shared/src/components/layout/\")",
"Bash(cp -r \"Brycord New UI/apps/web/src/components/member/\"* \"packages/shared/src/components/member/\")",
"Read(//tmp/**)",
"Bash(timeout 15 npm run dev:web)",
"Bash(sed -n '1,30p' packages/shared/src/components/channel/ChannelHeader.tsx)",
"Bash(sed -n '1,30p' packages/shared/src/components/member/MemberListContainer.tsx)",
"Bash(timeout 20 npm run dev:web)",
"Bash(timeout 8 npm run dev:web)"
]
}
}