79 Commits

Author SHA1 Message Date
375bb8f04a feat: add generic card 2023-11-17 15:21:45 +00:00
1fa8bd6287 refactor: swap gesture dector in top navbar to allow bigger tap zone 2023-09-29 15:38:52 +00:00
8be4efbb52 refactor(ui_kit): Refactored code using the UI components package, due to breaking changes 2023-08-28 14:47:15 +02:00
227158725d fix: apply dart format 2023-08-28 09:00:59 +00:00
cc41b7b589 fix: apply dart fix --apply 2023-08-28 09:00:59 +00:00
9a3ae2de5c
feat(ui): export pricing card 2023-05-12 15:43:05 +02:00
952d3f8539
feat(ui): proxy some rich text parameters 2023-05-12 14:39:51 +02:00
a82d28a6d5
feat(ui): tweak some values 2023-05-11 15:17:24 +02:00
bfbeabe7ec
feat(ui): add pricing card
Some checks failed
continuous-integration/drone/pr Build is failing
2023-04-28 18:40:40 +02:00
01a5619dc5
feat(ui): update default extension implementation
Some checks failed
continuous-integration/drone/pr Build is failing
2023-04-28 16:08:10 +02:00
4ebb679a29
feat(ui): add animated decorated box + animate all buttons + customize duration in style 2023-04-28 15:33:26 +02:00
abd5e1b558
feat(ui): add colors and rework ComponentThemeData
Some checks failed
continuous-integration/drone/pr Build is failing
2023-04-28 14:04:55 +02:00
4097a420c8
feat(ui)!: move last extensions + add extension provider
Some checks failed
continuous-integration/drone/pr Build is failing
2023-04-27 20:28:08 +02:00
8f5e3923d6
feat(ui)!: rework theme resolver mechanism + move theme extension implementations
Some checks failed
continuous-integration/drone/pr Build is failing
2023-04-27 16:55:10 +02:00
01269027f2
feat(ui): make components more coherent + docs 2023-04-27 16:54:16 +02:00
0d5109fc77
feat(ui): make gradient as component
Some checks failed
continuous-integration/drone/pr Build is failing
2023-04-26 18:15:47 +02:00
3fb4020594
feat(ui): fix, rename, rewrite some helpers 2023-04-26 18:14:00 +02:00
32cc6e8288
feat(ui_kit): make flat button fade on transition 2023-04-18 11:47:56 +02:00
2baaf5c0bb
feat(ui_kit): add more control over flat button prefix/suffix color 2023-04-18 09:33:00 +02:00
e08ae9784b
fix: remove wyatt arch ios example
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
2023-04-14 00:08:14 +02:00
b427aff63d
style: dart format fix
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
2023-04-13 23:47:19 +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
6f09eeca0e feat(ui_kit): make skillcard header icon customizable 2023-04-12 12:31:00 +00: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
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
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
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
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
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
317eb56d66 refactor(ui_kit): adapt ui_kit 2023-02-22 16:13:07 +01:00
ad0f1ec1c5 feat(ui_kit): implement top app bar and update example 2023-02-22 15:50:46 +01:00
49b534d145 fix(ui_kit): fix tab action focus on textinputs
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-21 18:44:11 +01:00
a68da15cdc
feat(ui): add some useful text customization in TextWrapper (closes #149)
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-21 18:05:56 +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
93cc5058d1
refactor(ui_kit): use ThemeHelper in cards 2023-02-21 15:37:42 +01:00
12d04c91ed
fix(ui): use multicolor in cards 2023-02-21 15:17:05 +01:00
b077f4baf0
refactor(ui_kit): rename GradientBoxBorder 2023-02-21 15:07:56 +01:00
133e0e910b fix(ui_kit): make card core stateless 2023-02-21 13:34:04 +01:00
6537945946 fix(ui_kit): remove null check operator in RichTextBuilder component 2023-02-21 13:23:51 +01:00
702164082a fix(ui_kit): remove null check operator in Loader component 2023-02-21 13:19:11 +01:00
f2b8c03dd7 refactor(ui_kit): update textinput component using borderColors as Color 2023-02-21 13:15:47 +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
8ed8a71c7c fix(ui_kit): fix conflicts in card component after rebase 2023-02-21 08:53:38 +01:00
b6d22002ee fix(ui_kit): fix export theme file 2023-02-21 08:52:18 +01:00