Benoit Marty
57152b2000
Fix click effect.
2023-07-03 17:09:04 +02:00
Benoit Marty
24621079f7
Fix font of settings titles.
2023-07-03 17:09:04 +02:00
Benoit Marty
b4a5128a05
Update preference header (still have to be displayed)
2023-07-03 17:09:04 +02:00
Benoit Marty
efb6f2dcbd
Fix padding end.
2023-07-03 17:09:04 +02:00
Benoit Marty
bd3142b0bb
Create PreferenceDivider
2023-07-03 17:09:04 +02:00
Benoit Marty
fef58a476e
Design iteration on preferences.
2023-07-03 17:09:04 +02:00
Chris Smith
11c7dc7db0
Move pin graphic/component to design system
2023-07-03 11:51:50 +01:00
Benoit Marty
1bfb4a0ebe
Use temporary color for default avatar background
2023-06-29 18:17:37 +02:00
Benoit Marty
e93f245fcf
Fix detekt issue.
2023-06-29 18:17:37 +02:00
Benoit Marty
066aaef0fd
Fix message color bubbles.
2023-06-29 18:17:37 +02:00
Benoit Marty
8cb0e0808c
Improve API of UnreadIndicatorAtom
2023-06-29 18:17:37 +02:00
Benoit Marty
349d9fbc0f
Rename color alias
2023-06-29 18:17:37 +02:00
Benoit Marty
85d3fef5e7
Unread indicator color changed to iconAccentTertiary
2023-06-29 18:17:37 +02:00
Benoit Marty
ebb34a0214
Fix placeholoder color issue (with a workaround)
2023-06-29 18:17:37 +02:00
Benoit Marty
d1f8e64fa1
Do not change bg color of DropdownMenu for dark theme
2023-06-29 18:17:37 +02:00
Benoit Marty
d5faa35977
Remove legacy TextStyles
2023-06-29 18:17:37 +02:00
Benoit Marty
76e9939c42
Mark param as ready to be removed.
2023-06-29 18:17:37 +02:00
Benoit Marty
18f1d080c3
fontSize -> style
2023-06-29 18:17:37 +02:00
Benoit Marty
909e4518c0
Tweak colors of drop down menu.
2023-06-29 18:17:37 +02:00
Benoit Marty
0b7e0293cf
Ensure menu item text has style fontBodyLgRegular
2023-06-29 18:17:37 +02:00
Benoit Marty
1d07aa9817
Ensure dropdown menu is 200.dp width.
2023-06-29 18:17:37 +02:00
Benoit Marty
348fab5962
Add 16.dp offset to the menu
2023-06-29 18:17:37 +02:00
Benoit Marty
c1ae0ffa58
Create wrapper for DropdownMenuItem and DropdownMenu
2023-06-29 18:17:37 +02:00
Benoit Marty
bffe29a8cc
Add some debug composable to measure manually items on Preview.
2023-06-29 18:17:37 +02:00
ganfra
b296937209
Media upload : Fix lint
2023-06-29 10:41:59 +02:00
ganfra
f090aa021e
Media upload: branch progress callback to UI
2023-06-28 23:14:08 +02:00
Jorge Martin Espinosa
679ee301dd
Create a dummy value by default for LocalSnackbarDispatcher. ( #715 )
...
This should solve the issue with needing to provide a `LocalSnackbarDispatcher` for previews and screenshot tests.
2023-06-28 18:59:08 +02:00
Marco Romano
67f9444633
Adds M3's BottomSheetScaffold wrapper to designsystem module ( #711 )
...
Needed for the share location screen.
2023-06-28 16:15:49 +02:00
Jorge Martin Espinosa
683b0b3594
Link Compound's TypographyTokens to ElementTheme. ( #700 )
...
* Link Compound's `TypographyTokens` to `ElementTheme`.
Also add some docs about when we should use each set of tokens.
* Renamed `LocalColors` to `LocalLegacyColors`.
Made both `LocalLegacyColors` and `LocalCompoundColors` internal. This means it will need to always be used through `ElementTheme.`
Also, removed any usages of `LocalColors.current` accross the project, they're now used through `ElementTheme.legacyColors`.
2023-06-28 08:53:20 +00:00
Benoit Marty
8c3402b3f9
Use Semantic color for placeholder.
2023-06-27 21:27:59 +02:00
Benoit Marty
8dcf527933
Fix compilation issue after rebase.
2023-06-27 19:58:42 +02:00
Benoit Marty
80f2f6aa55
Fix compilation issue after rebase.
2023-06-27 19:51:10 +02:00
Benoit Marty
31c7c29836
Fix rendering of Room item in ForwardMessagesView
2023-06-27 19:49:54 +02:00
Benoit Marty
30d2a319ce
Use a determinate progress indicator to improve the preview rendering
2023-06-27 19:49:54 +02:00
Benoit Marty
0c7832534c
Cleanup
2023-06-27 19:49:54 +02:00
Benoit Marty
5e455eccb6
Fix compilation issue after rebase
2023-06-27 19:49:14 +02:00
Benoit Marty
ee3e2108a0
Move all density unit calculation to the same place.
2023-06-27 19:43:03 +02:00
Benoit Marty
77432ef1a7
Create AvatarSize.MessageActionSender for Avatar in message actions bottom sheet (same value but do not use AvatarSize.TimelineSender)
2023-06-27 19:43:03 +02:00
Benoit Marty
980d5462f3
Iterate on Room placeholder
2023-06-27 19:41:59 +02:00
Benoit Marty
905f681d70
Disable tonal elevation for bottom sheet in light theme.
2023-06-27 19:31:44 +02:00
Benoit Marty
fb09991793
Create UnreadIndicatorAtom with preview.
2023-06-27 19:31:44 +02:00
Benoit Marty
d7424ad1c3
Fix an issue on Avatar when font scale is not 1f.
2023-06-27 19:23:37 +02:00
Benoit Marty
92bd16832d
Rework AvatarSize.
...
Remove default value for AvatarSize, it has to be explicitely provided.
2023-06-27 19:23:37 +02:00
Jorge Martin Espinosa
a16335b4b7
[Compound] Integrate compound tokens ( #586 )
...
* Added tokens.
* Apply color to MaterialTheme, also add typography.
* Map colors to the right ones in the themes.
* Create and improve previews of some components
* More preview improvements
* Add `tertiary` and `onTertiary` colors, remove some unused ones.
* Fix usage of deleted color token
* Fix bug in Switch previews
* Create a separate `:libraries:theme` module to keep everything related to colors, typography and Compound in general.
* Fix `DatePickerPreview`
* Add missing Compound generated files by fixing their package name
* Move `ElementTheme` to the `:libraries:theme` module, make some variables internal.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-06-27 16:15:40 +00:00
Benoit Marty
aadc6d68d8
Merge branch 'develop' into feature/bma/removeOldResources
2023-06-27 16:09:30 +02:00
Benoit Marty
659b9d3d9c
Now that the composer as been removed, we do not need element resource module anymore.
2023-06-27 13:34:55 +02:00
Benoit Marty
dfa1adb9c1
More cleanup
2023-06-27 09:51:33 +02:00
Benoit Marty
798da50454
Use CommonStrings everywhere
2023-06-27 09:45:00 +02:00
Marco Romano
c5c9cd33da
Refine handleSnackbarMessage API ( #676 )
...
As per our offline convos during a PR review.
2023-06-26 16:29:50 +02:00
Benoit Marty
4f269d37dd
Improve PreferenceText rendering, in particular center the test on the right vertically, add padding in add more previews.
2023-06-26 11:06:36 +02:00