55 Commits

Author SHA1 Message Date
99311c5d8c feat(bloc_layout): rework on structure using new components and layouts 2023-02-28 15:42:02 +00:00
4029d4de03 feat: update layouts to allow more control on components 2023-02-28 15:42:02 +00:00
8d833d39d7
chore: fix and format using melos 2023-02-23 19:19:48 +01:00
1a48b606a4
refactor(ui): replace ThemeResolver by ThemeHelper in Loader / RichTextBuilder (closes #148) 2023-02-23 18:27:17 +01:00
6c54689393
refactor(ui)!: remove bloc export in buttons to be state management solution agnostic (closes #147) 2023-02-23 16:59:56 +01:00
4a3fde3a1e feat(ui_kit): implement top nav bar
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-22 17:43:42 +01:00
b9dac32143 refactor(ui_components): migrate top nav bar using generify top bar 2023-02-22 16:10:25 +01:00
8955788fa5 feat(ui_components): generify bars 2023-02-22 16:05:40 +01:00
ca6af3ccc3 style(ui_components): clean folders and gather bars 2023-02-22 16:01:51 +01:00
41a484c013 feat(ui_components): update attributs and proxy most of appbar attributs 2023-02-22 15:50:21 +01:00
4811ed8998 feat(ui_components): add centerTitle property to app bar component 2023-02-22 11:37:29 +01:00
dba14088b0 style(ui_components): format imports 2023-02-22 11:25:22 +01:00
bbd3f0a02d feat(ui_components): add Top Navigation Bar Component 2023-02-22 11:23:08 +01:00
6037e13f50
fix(ui_component): inverse merge in TextInputStyle
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-21 16:08:23 +01:00
12d04c91ed
fix(ui): use multicolor in cards 2023-02-21 15:17:05 +01:00
6537945946 fix(ui_kit): remove null check operator in RichTextBuilder component 2023-02-21 13:23:51 +01:00
51672cc95a refactor(ui_components): move borderColors type 2023-02-21 13:13:01 +01:00
eda643e9b4 chore(ui_components): remove g files and copy with deps 2023-02-21 13:09:20 +01:00
cae4b68046 refactor(ui_components): add CopyWith method in ThemeStyle 2023-02-21 12:10:17 +01:00
4030511f4a fix(ui_components-ui_kit): fix, clean and unify logic and code after rebase 2023-02-21 09:54:19 +01:00
edf72cf4c2 feat(ui_components):add text input components, theme extension and worked on utils (#138) 2023-02-21 08:36:58 +01:00
c6beae597b refactor(ui_components): update colors using Multicolor class (#138) 2023-02-21 08:35:12 +01:00
1e8d5d088e chore(ui_components): export text inputs (#138) 2023-02-21 08:35:04 +01:00
419c99c103 feat(ui_components): add text input abstract class (#138) 2023-02-21 08:32:38 +01:00
25018dc78a
feat(ui_component): add rich text builder / parser 2023-02-17 14:48:49 +01:00
a47c28a4d6
feat(ui_component): add loader component and style 2023-02-16 15:12:40 +01:00
63bbde8213
refactor(ui_component): remove CopyWith extension 2023-02-16 15:12:18 +01:00
8070623e88
fix(ui_component): add generated component with theme resolver 2023-02-16 15:11:34 +01:00
8044d07413
fix(ui_component): add style merge in Theme Resolver 2023-02-16 11:54:42 +01:00
ed06e18043
fix(ui): move theme_resolver in compnoent to fix code generation 2023-02-15 20:35:25 +01:00
96781880f4
feat(ui): move style implementation from component to ui_kit with theme resolver 2023-02-15 20:14:32 +01:00
2806ac5923
feat(ui_component): add copyWith gen and make button style lerping 2023-02-15 15:56:35 +01:00
d49a4cad31
feat(ui_component): add file selection component 2023-02-14 11:55:34 +01:00
4f1a064298
feat(ui_component): add simple icon button and dimension style 2023-02-14 11:55:34 +01:00
aea71fa32c
feat(ui_kit): add symbol button 2023-02-14 11:55:34 +01:00
61e28ce5e7
refactor(ui_component): merge flat and outline buttons in only one style 2023-02-14 11:55:34 +01:00
442baa6882
feat(ui_component): add MultiColor util class 2023-02-14 11:55:34 +01:00
07572aeca2
feat(ui_component): add flat/outlined button styles 2023-02-14 11:55:34 +01:00
160b30d21b
feat(ui_component): add button components 2023-02-14 11:54:48 +01:00
4b37175d17 feat(ui_kit): add card theme extension, fix bugs & update example (close #126)
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-14 11:34:45 +01:00
55822ad870 feat(ui_kit): add quote / skill / portfolio cards (#126)
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-10 16:01:07 +01:00
ac432f6dc8 feat(ui_components): export cards #126
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-09 16:50:48 +00:00
6c85faba82 feat(ui_components): add portfolio & skill cards #126 2023-02-09 16:50:48 +00:00
0132771e17 feat(ui_components): add text wrapper instead of String/Widget for Texts 2023-02-09 16:50:48 +00:00
5d5ae145aa feat(ui_components): make fields nullable and not required in quote card 2023-02-09 16:50:48 +00:00
07428a5215 fix(ui_components): remove darkmode enable field in cards 2023-02-09 16:50:48 +00:00
c994c822b0 feat(ui_components): export components and add license header 2023-02-09 16:50:48 +00:00
bde54e0cf5 feat(ui_components): add information_card & quote_card (#126) 2023-02-09 16:50:48 +00:00
ff3f2008de fix(ui_components): generate new files after generator fixes (close #118)
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-07 10:25:58 +01:00
cd3ed0fe69 refactor(ui_components): migrate components using code generator packages (#115) 2023-02-07 09:44:03 +01:00