65 Commits

Author SHA1 Message Date
d1c8763843
feat(ui_kit): implement top nav bar 2023-04-13 23:15:42 +02:00
3ab2826d51
refactor(ui_components): migrate top nav bar using generify top bar 2023-04-13 23:15:42 +02:00
7e2f3c36e8
feat(ui_components): generify bars 2023-04-13 23:15:42 +02:00
1524fbeab5
style(ui_components): clean folders and gather bars 2023-04-13 23:15:42 +02:00
0cce9e80bd
feat(ui_components): update attributs and proxy most of appbar attributs 2023-04-13 23:15:41 +02:00
d667e09267
feat(ui_components): add centerTitle property to app bar component 2023-04-13 23:15:41 +02:00
91987aee2f
style(ui_components): format imports 2023-04-13 23:15:41 +02:00
6d1515e3f7
feat(ui_components): add top navigation bar component to theme data 2023-04-13 23:15:41 +02:00
8064c953e3
feat(ui_components): add Top Navigation Bar Component 2023-04-13 23:15:41 +02:00
ad4b258f52
fix(ui_components): add loader to theme data (close #152) 2023-04-13 23:15:41 +02:00
e87a36dba6
feat(ui_components): add new components to theme data (close #152) 2023-04-13 23:15:41 +02:00
757a9382dc
feat(ui): add some useful text customization in TextWrapper (closes #149) 2023-04-13 23:15:41 +02:00
797fcc4b11
fix(ui_component): inverse merge in TextInputStyle 2023-04-13 23:15:41 +02:00
a20af84d54
fix(ui): use multicolor in cards 2023-04-13 23:15:41 +02:00
cbe2434222
fix(ui_components): fix MultiColor lerp method 2023-04-13 23:15:41 +02:00
7657645e51
fix(ui_kit): remove null check operator in RichTextBuilder component 2023-04-13 23:15:41 +02:00
9686f998f8
refactor(ui_components): move borderColors type 2023-04-13 23:15:40 +02:00
e22d8cbe94
chore(ui_components): remove g files and copy with deps 2023-04-13 23:15:40 +02:00
66a3c3cc3f
refactor(ui_components): add CopyWith method in ThemeStyle 2023-04-13 23:15:40 +02:00
1b1a0656dc
fix(ui_components-ui_kit): fix, clean and unify logic and code after rebase 2023-04-13 23:15:40 +02:00
cb8883ba66
feat(ui_components):add text input components, theme extension and worked on utils (#138) 2023-04-13 23:15:40 +02:00
f64c1a75a9
feat(ui_components): add isColor getter in multicolor helper 2023-04-13 23:15:40 +02:00
4e314eae34
refactor(ui_components): update colors using Multicolor class (#138) 2023-04-13 23:15:40 +02:00
6e4b494905
chore(ui_components): export text inputs (#138) 2023-04-13 23:15:40 +02:00
16ed1e27a7
feat(ui_components): add text input abstract class (#138) 2023-04-13 23:15:40 +02:00
b06d8b7793
feat(ui_component): add rich text builder / parser 2023-04-13 23:15:39 +02:00
112f16809d
refactor(ui): rework text gradient and text wrapper 2023-04-13 23:15:39 +02:00
a46712e763
feat(ui_component): add loader component and style 2023-04-13 23:15:39 +02:00
79837881b9
refactor(ui_component): remove CopyWith extension 2023-04-13 23:15:39 +02:00
edbe85fa1e
fix(ui_component): add generated component with theme resolver 2023-04-13 23:15:39 +02:00
63bbb66971
fix(ui_component): add style merge in Theme Resolver 2023-04-13 23:15:39 +02:00
7b9eee17af
fix(ui_component): fix extra value in compute extension function 2023-04-13 23:15:39 +02:00
d43e96f13a
fix(ui): move theme_resolver in compnoent to fix code generation 2023-04-13 23:15:38 +02:00
ddbe21dc61
feat(ui): move style implementation from component to ui_kit with theme resolver 2023-04-13 23:15:38 +02:00
c8b464eedc
feat(ui_component): add copyWith gen and make button style lerping 2023-04-13 23:15:38 +02:00
45410910d0
refactor(ui_component): move extensions 2023-04-13 23:15:38 +02:00
ee85d42985
feat(ui_component): add lerp on multicolor 2023-04-13 23:15:38 +02:00
5ad6b0fc8e
feat(ui_component): add file selection component 2023-04-13 23:15:37 +02:00
19364f7acc
feat(ui_component): add simple icon button and dimension style 2023-04-13 23:15:37 +02:00
77bff8a687
feat(ui_kit): add symbol button 2023-04-13 23:15:37 +02:00
4e7b84523b
refactor(ui_component): merge flat and outline buttons in only one style 2023-04-13 23:15:37 +02:00
9186efa07a
feat(ui_component): add tapped control state 2023-04-13 23:15:37 +02:00
376556f029
feat(ui_component): add MultiColor util class 2023-04-13 23:15:37 +02:00
4d4f0884c9
feat(ui_component): add flat/outlined button styles 2023-04-13 23:15:37 +02:00
de23f6e246
feat(ui_component): add button components 2023-04-13 23:15:37 +02:00
702199f775
feat(ui_kit): add card theme extension, fix bugs & update example (close #126) 2023-04-13 23:15:36 +02:00
8b90a782fe
feat(ui_kit): add quote / skill / portfolio cards (#126) 2023-04-13 23:14:30 +02:00
b41e6464b9
feat(ui_components): add gradient attribut to text wrapper 2023-04-13 23:14:30 +02:00
208d081252
feat(ui_component): add string extension to easely wrap text 2023-04-13 23:14:29 +02:00
4397c579ca
feat(ui_components): export cards #126 2023-04-13 23:14:29 +02:00