Commit Graph

24 Commits

Author SHA1 Message Date
talksik 4de7101200 fix: use system theme to prevent color mismatch
The problem stems from using something like QtQuick.Controls.iOS in
certain views, which will follow the operating system level control.
Thus, if our app theme is dark and the human's ios system theme is
light, the text on a iOS.Menu will be white from our palette on top of a
light mode background.
2025-04-16 12:27:31 -07:00
talksik a9060bcc1d feat: add mono-styled anronicons
The color shading works fine with our system AppIcon as shown in the
gallery.

This premium (paid) icon-set will add more quality to our designsystem.
2025-04-14 08:28:23 -07:00
talksik 3a77fff72c fix: use default icon size 2025-04-13 13:34:24 -07:00
talksik 6f08b09494 fix: use foreground color for icon default 2025-04-13 13:33:27 -07:00
talksik 09effac82f fix: add scroll to entire gallery view 2025-04-13 13:13:42 -07:00
talksik 0a1f523128 style: format 2025-04-13 13:11:27 -07:00
talksik eb59ff6430 feat: add menu component 2025-04-13 13:11:10 -07:00
talksik 3a02ec0da9 feat: add warning/alert component 2025-04-13 08:28:32 -07:00
talksik 9dc3022120 style: format 2025-04-12 17:21:20 -07:00
talksik 15f36909b3 feat: add link component 2025-04-12 17:21:00 -07:00
talksik 6e6e81dbb6 style: format 2025-04-12 12:47:38 -07:00
talksik 13a5936b37 feat: add image component with radius control 2025-04-12 11:39:12 -07:00
talksik a6256ecb00 feat: add text field 2025-04-11 14:15:33 -07:00
talksik 10d3f77d94 feat: add combobox component 2025-04-11 14:09:38 -07:00
talksik dd35651bee feat: add icon button 2025-04-11 13:43:00 -07:00
talksik 8755c82b28 chore: update copy 2025-04-11 13:18:37 -07:00
talksik 49ac1403a9 feat: add ghost button 2025-04-11 13:17:55 -07:00
talksik d761ef4fd7 feat: add secondary button 2025-04-11 13:15:50 -07:00
talksik f7af24b2b3 feat: showcase alert dialog 2025-04-11 13:06:25 -07:00
talksik f72bad1205 feat: support switch component 2025-04-11 12:38:04 -07:00
talksik a669bb6d87 fix: inherit DesignSystem AppWindow->palette 2025-04-11 12:37:31 -07:00
talksik ca5f0044e3 feat: add reusable AppWindow with theme defaults
This will simplify setup for any application without having to specify
palette.
2025-04-11 12:27:30 -07:00
talksik 1970bac28b feat: add simple logo
It maintains a discreet presence with dark & light mode.
2025-04-11 12:24:28 -07:00
talksik 5676d5a353 feat: add gallery app for viewing/testing 2025-04-11 12:12:13 -07:00