8 Commits

Author SHA1 Message Date
db31bb5bc5 update devcontainer 2025-08-26 18:45:44 +02:00
5b8f3d64a0 Adjust column sizing on login page for improved responsiveness 2025-08-08 21:38:49 +00:00
d737f4ad3c Refactor login page to display error messages conditionally. Added error handling with Alert component for better user feedback. 2025-08-08 21:35:03 +00:00
4242851f9c Remove obsolete tests and add new login page layout
- Deleted test files for NavLink, Navbar, NavbarBrand, Progress, Row, SearchBar, Select, Spinner, Textarea, and a basic test for Button.
- Introduced a new EmptyLayout component for consistent layout structure.
- Added a new login page with a layout that includes a login form and an ASCII art header.
- Updated CSS variables for improved styling consistency across components.
- Removed Vitest configuration file as it is no longer needed.
2025-08-08 21:21:42 +00:00
f801c96c96 Enhance testing framework and add UI component tests. Integrated Vitest for testing with AstroContainer API. Updated package.json and bun.lock to include testing dependencies. Added comprehensive test cases for various UI components including Button, Alert, Badge, and more, ensuring proper rendering and functionality. 2025-08-01 16:41:58 +00:00
f6fe99001b Update README.md to enhance project description and component architecture details. Added information on auto-contained UI components, scoped styles, and modular architecture. Improved clarity on usage and development guidelines for new components. 2025-07-30 19:17:19 +00:00
159cff7f77 Initial project setup with Astro framework, including configuration files, a comprehensive .gitignore, and a variety of UI components for a streaming platform. Added essential styles and layout structure, along with a README detailing project features and development guidelines. 2025-07-30 19:14:23 +00:00
0e4a09f9fc Initial commit 2025-07-30 19:51:55 +02:00