413 Commits

Author SHA1 Message Date
044983863a
docs(type_utils): add some documentation 2023-04-13 23:13:27 +02:00
9d457b9100
docs(architecture): update readme 2023-04-13 23:13:27 +02:00
194bff1198
ci: add pubignore for each package 2023-04-13 23:13:27 +02:00
66b4f96726
chore: add scripts to clean license, authors 2023-04-13 23:13:27 +02:00
134a6d8b0d
feat(i18n): change gitignore for symbolic link 2023-04-13 23:13:27 +02:00
3679efece1 feat'ui_kit): increase top bar leading width
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-12 12:31:00 +00:00
8c06f98624 feat(ui_kit): make top bar selector customizable 2023-04-12 12:31:00 +00:00
30a7cc4894 feat(ui_component): generate new skillcard component 2023-04-12 12:31:00 +00:00
6f09eeca0e feat(ui_kit): make skillcard header icon customizable 2023-04-12 12:31:00 +00:00
8d12f84fcc build(crud_bloc): update .pubignore
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-10 17:46:05 +02:00
2b4257a5d7 build(crud_bloc): make package ready for first release
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-09 12:12:14 +02:00
dbe8554eb7
refactor(ui_kit): remove selection area of rich text, its not his reponsibility
Some checks failed
continuous-integration/drone/push Build is failing
2023-03-02 15:52:55 +01:00
70c6d91310
ci(i18n): fix ci 2023-03-01 17:28:07 +01:00
6c7e561fde
feat(i18n)!: rename few files + add clearer documentation 2023-03-01 17:27:19 +01:00
55ee89fb26 chore: update library file names for ui components and ui layouts
Some checks failed
continuous-integration/drone/push Build is failing
2023-03-01 11:46:48 +01:00
358debf2fa docs(ui_layout-bloc_layouts): add readmes
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-28 17:50:16 +01:00
7c97417233 feat(bloc_layout): add attributs available for grid bloc layouts
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-28 15:42:02 +00:00
4256622726 style: add models 2023-02-28 15:42:02 +00:00
89ce553fa2 feat(bloc_layout): add grid content implementations 2023-02-28 15:42:02 +00:00
abb5f0c735 style(bloc_layout): apply dart fix 2023-02-28 15:42:02 +00:00
99311c5d8c feat(bloc_layout): rework on structure using new components and layouts 2023-02-28 15:42:02 +00:00
a0783b4b60 docs: add doc 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
3a59230bce
feat(i18n): add i18n delegate + example
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-28 15:06:49 +01:00
fc9812fc1f
docs(i18n): add docstrings on every classes 2023-02-28 15:04:32 +01:00
0f8f9abcf4
feat(i18n): implements network data source 2023-02-28 11:22:23 +01:00
17ece11170
feat(i18n): add default locale 2023-02-28 11:22:04 +01:00
cbbde8db85
feat(i18n): add getter/setter 2023-02-28 11:21:27 +01:00
75f561a19e
feat(i18n): add ICU parser 2023-02-27 17:42:22 +01:00
8a37aec127
feat(i18n): add arb, json and yaml parsers 2023-02-27 16:32:22 +01:00
0a55df8638
chore(i18n): initialize new package 2023-02-27 13:55:26 +01:00
4a73a8a4c0 chore(ui_kit): export wyatt component theme data
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-24 16:26:51 +01:00
b1d66dc6e4
chore(release): publish packages
All checks were successful
continuous-integration/drone/push Build is passing
- wyatt_analysis@2.4.1
2023-02-24 10:20:00 +01:00
25cf9518f9
chore: fix all problems
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-24 10:12:04 +01:00
8d833d39d7
chore: fix and format using melos 2023-02-23 19:19:48 +01:00
d098d9a6bf
feat(analysis): add latest version persistence between script executions
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-23 18:53:03 +01:00
0f8c5bb983
ci(analysis): ignore script in publish (closes #124) 2023-02-23 18:52:27 +01:00
20f07a177b
feat(analysis): ignore todo's 2023-02-23 18:50:17 +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
d6c9dfd8a7
feat(ui_components): add extra state 2023-02-23 16:57:18 +01:00
881cbc5bef
fix(ui): change example to be compatible with new AppTopBar and TextWrapper 2023-02-23 11:50:13 +01:00
81c8851ac8 style(ui_components): remove useless comment
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-23 10:40:05 +01:00
0c176ba0fa feat(ui_kit-ui_components): Modify the theme resolver to utilize the theme helper and streamline the logic 2023-02-23 10:24:54 +01:00
970dde2ef1 feat(ui_kit): remove .raw call 2023-02-23 09:33:05 +01:00
2e187b26eb feat(ui_kit): export ui kit as component theme data 2023-02-23 09:30:11 +01:00
0337d4f97a feat(ui_components): make component theme data copyable 2023-02-23 09:29:46 +01:00
3c3545abfe style(ui_kit): remove test style
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-22 19:29:39 +01:00
2dfbd59773 feat(ui_kit): allow to cascade styles in ThemeHelper 2023-02-22 19:28:09 +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