Commit Graph

17 Commits

Author SHA1 Message Date
unkn0wn b3ec60db5d feat: add ListItem component with title and subtitle 2026-06-04 14:07:25 +02:00
LOUIS POTEVIN feebe17abf feat: add Link component with hover and active states 2026-06-04 12:49:20 +02:00
LOUIS POTEVIN 5600107e53 feat: add Button component with primary and secondary styles, including disabled state 2026-06-04 12:09:34 +02:00
LOUIS POTEVIN c585ec3266 feat: add Tabs component with Tab, TabItem, and TabContent for improved navigation 2026-06-04 11:36:32 +02:00
LOUIS POTEVIN dd6cd34a61 feat: update Toggle component to use 'data-checked' prop and adding theme toggle functionality, default to dark mode 2026-05-27 15:09:52 +02:00
LOUIS POTEVIN 96b8192408 fix: removing comment 2026-05-27 14:45:38 +02:00
LOUIS POTEVIN 1aa34d2640 feat: add Toggle component 2026-05-27 14:45:19 +02:00
LOUIS POTEVIN 8b1016b1aa feat: add multiple notification types to the Notifications section 2026-05-27 13:23:26 +02:00
LOUIS POTEVIN 7e803a24c4 feat: update dependancies versions and setting up new color themes and new fonts 2026-05-27 12:04:06 +02:00
unkn0wn e8ed7e2a73 feat: add Notification component with styling and integration in the main page 2026-05-15 21:26:16 +02:00
unkn0wn 98db7328cb feat: add icon set with size variants
Added icons:
- Arrow2Icon
- BinIcon
- BurgerIcon
- CalendarIcon
- CheckIcon
- CloseIcon
- CodeIcon
- CubeIcon
- DownloadIcon
- FilterIcon
- HelpIcon
- HomeIcon
- LinkIcon
- MinusIcon
- MoreIcon
- OverviewIcon
- PlusIcon
- ProfileIcon
- SearchIcon
- SettingsIcon
- ShareIcon
- ShieldIcon
- SortIcon
- StatsIcon
- UploadIcon

Available sizes:
- 16px
- 24px
- 32px

SortIcon variants:
- default
- ascend
- descend

Notes:
- Added a dedicated icon grid preview in the design system page
- Verified consistency across all supported sizes
2026-05-15 20:59:28 +02:00
unkn0wn 68641ef5fe feat: add Upload icon with multiple sizes (16, 24, 32) and update index export 2026-05-15 19:30:42 +02:00
unkn0wn ed7bc3ab6b feat: add Close icon with multiple sizes (16, 24, 32) and update index export 2026-05-15 19:07:08 +02:00
unkn0wn 18702da0b6 feat: update icon exports and add Search icon with multiple sizes 2026-05-15 18:51:05 +02:00
unkn0wn 678ce7f36f feat: add Share icon with multiple sizes (16, 24, 32) and update index export 2026-05-15 18:44:25 +02:00
unkn0wn 5323483d65 feat: add Arrow2 and Profile icons with multiple sizes and orientations
- Introduced new SVG icons for Arrow2 in sizes 16, 24, and 32 with orientations: up, down, left, and right.
- Added Profile icon in sizes 16, 24, and 32.
- Created a new index file for icons to facilitate easier imports.
- Updated the main page to showcase the new icons in a grid layout.
- Added global styles for the design system, including typography and spacing tokens.
- Updated layout styles for better visual consistency.
2026-05-15 18:38:11 +02:00
unkn0wn f87b267b7b feat: initialize Astro project with basic structure and assets 2026-05-15 17:03:59 +02:00