Commit graph

21 commits

Author SHA1 Message Date
adro
5a3a0c8f32 Color System Optimizations
- Doubled base color steps to allow dark/light different contrast
- Removed unused base color
- => Better light mode for eyeball haters
2023-11-03 16:53:35 +01:00
adro
eac98192be Optimize sidebar behavior
- Flex squishing of buttons: component all:unset was overriding reset
- Added overflow handling to nav body and page content
- Removed scrollbar and added scroll shadow for nav body
2023-11-03 01:02:02 +01:00
adro
bc83309d6d Enhance EnumInput and Forms
- Soft-Nesting Layout to show structure without too much x-overhead
- Forms now use subgrid where possible
- Generalized form style to cover more cases and remove redundancy
- Minor definitions fix
- Made NicerForm a global component
- Updated Test Page to use global components
2023-11-02 23:53:54 +01:00
adroslice
e749f68fef WIP DropdownInput
- Moved some setup to onMounted
- Added local prop bindings
- Strict to loose key comparison
- Generalized form style for .form as well
- Test page updated to include NicerForm and Selects
2023-10-22 22:16:08 +02:00
adroslice
cc16f81067 Fix minor text cutoff issue 2023-10-22 22:08:43 +02:00
53fca4f340
Feat custom multiselect (#12)
* WIP Multiselect

* Reworked Multiselect into multiple Components
- Also finished feature implementation

---------

Co-authored-by: adroslice <adriel.m.slice@gmail.com>
2023-04-11 19:43:09 +02:00
f0edca127f fix router link disabling 2023-04-02 16:58:40 +02:00
61ac544723 Change Table Border Color 2023-04-02 01:15:04 +02:00
a7446d9663 Add Disabled Styling 2023-03-31 19:40:00 +02:00
c683dd5981 Implement Input Components 2023-03-28 23:46:55 +02:00
5b6889cbae Add Verdict Pillbar 2023-03-26 21:52:14 +02:00
99abeab434 remove, multiselect, test form 2023-03-26 20:26:45 +02:00
adroslice
3a0d094e7b Color changes, fix login password box
- type=password was on the wrong element
- New color assignments for tables
- Only uses one palette for now
- Changed input bg to highlight color
- Forced dark mode on sidebar
- Moved some table coloring to components.css
- Fixed some comments being out-of-line
2023-03-26 20:23:45 +02:00
adroslice
89933d4986 Moved some CSS to battle specificity issues
- Fixes sidebar button coloring/hover
2023-03-26 19:30:46 +02:00
4e2366e0c7 testing stuff 2023-03-26 19:04:29 +02:00
eba5d94f71 correctly style most things 2023-03-26 18:58:08 +02:00
607dea9725 get new color system working 2023-03-26 18:58:08 +02:00
ea5a22a2c9 trying material design 2023-03-26 18:58:08 +02:00
0f4bc6a943 install lib, fix css, small test 2023-03-13 21:37:38 +01:00
adroslice
0f306a7705
Feat mobile nav (#4)
* Fixed displaying columns that arent defined (#2)
* Reworked layout for mobile support
2023-03-12 20:19:59 +01:00
fbc899fbe0 add initial test client 2023-03-06 23:56:36 +01:00