Commit f81325a
* chore: add ouds app bar component first commit
* chore : add medium and large top app bar
* chore : add badge component in oudsButton
add code generator for top appbar and finishing top app bar in demo app for android devices
* chore : add CupertinoNavigationBar in core for iOS
* chore : add CupertinoNavigationBar in demo app for iOS
* feat : Add rules in each type of device iPhone or iPad in lib and demo app
* feat : refactor top app bar in lib and update code generator in demo app
* feat : manage accessibility in top app bar component
* feat : manage accessibility in Cupertino navigation bar component
* feat : delete cupertino navigation bar
* chore : delete tag in component version
* feat: add expandedHeight and lineCount parameters in SliverAppBar
* doc: update documentation
* refactor: refactor code and add an ouds_avatar component for top appbar
* doc(navigation-bar): update doc
* feat(top-appBar): refactor icon badge in top app bar
* feat(top-appBar): refactor medium and large top app bar
* feat(top-appbar): update code generator and doc
* feat(top-appbar): update doc
* feat(top-appbar): add OudsTopAppBarActionBadge, add close image for top app bar, add bottom border and blur effect
* feat(top-appbar): eliminate border
* chore: update changelog file and doc
* review: refactor code
* review:
- refactor code
- add a methode to generate a list for actions
- update labels
- clean code
- add comments
* review: add a control to not set invalid value for height of app bar
* feat: update code generator
* chore: add comments
* review: refactor code
* review: update doc
* review: update doc in lib and code generator in demo app
* feat: use the OudsTopAppBar in demo app
* review: fix back and close icon button, fix monogram text and background color, use chips instead of text fields to select the maxLines"
* review: add boolean value to show avatar in trailing actions
* review: refactor code in demo app
* review: Add methode to calculate expanded height based on size and max lines
* feat: create component Toolbar Top
* feat: use TopBar in demo app
* review: update keys of labels
* review: update app_components_common_action_a11y in arabic
* review: refactor code for ouds_top_bar_action_config.dart and modifiers
* review: refactor code and update doc in demo app
* review: refactor code and update doc
* chore: use the LightDarkBox and update assets for orange compact theme
* merge: use LightDarkBox after rebase
* merge: fix merge conflict and update code generator
* fix: set padding and icon/label sizes to match native Figma navigation bar specifications
* chore: add fixed values for padding and size of icon in toolbar top and add the previous page title in lin and demo app
* chore: add previousTitle in code generator and status disabled for actions
* review: add doc for previousPageTitle param
* chore: add semantic label for action button
* review: update changelogs and pubspec
* review: update the usage of previousPageTitle ind lib, doc and demo app
* review: refactor code
* review: refactor code
* review: rename customIcon to icon
* chore: Update the color of the actions and implement the back label behavior following a long previous page title.
* chore: fix the flip back icon in rtl mode
* review: update padding and text size for actions
* fix: fix padding of icon action
* feat: add french label and fic accessibility issue
* merge: update labels
* merge: update code generator
* review: refactor use of previousPageTitle in demo app
* fix: bottom of the component screen is hidden by the bottom sheet
* fix: add comment in ConstantSheetBottom class
* fix: add missing comment on the top of ConstantSheetBottom class
* fix: update using of buttons in top bar
* review: update methode name
* feat:downgrade to sdk 3.35, remove warning & error
* Revert "feat:downgrade to sdk 3.35, remove warning & error"
This reverts commit 69aaf94.
---------
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>
1 parent 04f27e7 commit f81325a
108 files changed
Lines changed: 5902 additions & 814 deletions
File tree
- app
- assets
- common/component
- orange_compact/communication/assistance
- orange
- communication/assistance
- functional/social-and-engagement
- sosh
- communication/assistance
- functional/social-and-engagement
- wireframe
- communication/assistance
- functional/social-and-engagement
- lib
- l10n
- gen
- ui
- about
- detail
- material
- components
- badge
- button
- checkbox
- chip
- divider
- form_input
- password_input
- phone_number
- text_input
- link
- pin_code_input
- radio_button
- switch
- tag
- top_bar
- theme
- tokens
- border
- color
- elevation
- opacity
- typography
- utilities
- customizable
- dialog
- sheets_bottom
- ouds_core
- lib
- components
- avatar
- button
- internal
- top_bar
- internal
- utilities
- l10n
- gen
- ouds_theme_orange_compact
- ouds_theme_orange
- assets/functional
- actions
- ouds_theme_sosh
- assets/functional
- actions
- ouds_theme_wireframe
- assets
- component
- button
- link
- functional
- actions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
29 | 38 | | |
30 | 39 | | |
31 | 40 | | |
| |||
109 | 118 | | |
110 | 119 | | |
111 | 120 | | |
112 | | - | |
113 | 121 | | |
114 | 122 | | |
| 123 | + | |
115 | 124 | | |
116 | 125 | | |
117 | 126 | | |
| |||
157 | 166 | | |
158 | 167 | | |
159 | 168 | | |
| 169 | + | |
160 | 170 | | |
161 | 171 | | |
162 | 172 | | |
| |||
200 | 210 | | |
201 | 211 | | |
202 | 212 | | |
| 213 | + | |
203 | 214 | | |
204 | 215 | | |
205 | 216 | | |
| |||
238 | 249 | | |
239 | 250 | | |
240 | 251 | | |
| 252 | + | |
241 | 253 | | |
242 | 254 | | |
243 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
0 commit comments