Icaro Motta
98b219191f
Fix segmented tab component ( #15001 )
...
Fixes #14999
Fix UI regression in the segmented tab component, introduced by PR https://github.com/status-im/status-mobile/pull/14883 .
No area was impacted because segmented tabs are not used yet.
2023-02-07 08:27:27 -03:00
John Ngei
f8b5b35063
Update community home scrolling to support sticky header and tabs ( #14929 )
...
* communities home sticky tabs
* Communities home screen scroll behaviours
* refactored scroll-page component
2023-02-07 12:58:38 +03:00
John Ngei
91d0e106f2
showing sticky bar on scrolling discover screen ( #14825 )
2023-02-06 15:41:34 +03:00
Volodymyr Kozieiev
77a798530d
Unread indicator on community channel ( #14960 )
...
* Unread indicator on community channel
* Unread grey dot made a separate component
2023-02-02 17:09:37 +00:00
Icaro Motta
8626cd3e6d
Show unread indicator on Activity Center tabs ( #14883 )
...
Fixes https://github.com/status-im/status-mobile/issues/14852
Fixes https://github.com/status-im/status-mobile/issues/14882
Summary
=======
- [x] Fixes https://github.com/status-im/status-mobile/issues/14852
- [x] Fixes https://github.com/status-im/status-mobile/issues/14882
- [x] Refactors `tab` component to follow new guidelines.
- [x] Improves preview area for tabs to optionally show notification dots.
- [x] Refactors `tabs` component: break the component into smaller chunks;
remove duplication between scrollable & non-scrollable tabs; update outdated
docstring;
- [x] Adds accessibility labels to tabs.
Cutout with light theme on the background:
https://user-images.githubusercontent.com/46027/214553974-2b2e8c6e-71b8-46f3-ba75-a66cb4755490.png
Cutout with dark theme on the background:
https://user-images.githubusercontent.com/46027/214554602-d637d4d6-3b20-4aa8-a2ef-64836f4454bb.png
Cutout in non-scrollable tabs:
https://user-images.githubusercontent.com/46027/214555646-bbb85546-20d9-48bb-8273-716564fb5e0f.png
Notification dots in preview area:
https://user-images.githubusercontent.com/46027/214556532-10a044ae-9df5-4c86-be5f-447955276bfd.png
2023-02-01 13:10:57 -03:00
Omar Basem
b8eab0c328
Photo selector and album selector screens ( #14867 )
...
* feat: photo & album selector screens
2023-02-01 17:01:03 +04:00
Omar Basem
fb9309f700
Animated Header Flatlist ( #14925 )
...
* feat: animated header list (quo2)
2023-02-01 10:40:52 +04:00
yqrashawn
a38ef22ca7
feat: support deleted by xxx ( #14768 )
2023-02-01 09:17:57 +08:00
Ibrahem Khalil
d7d256b139
[14677, 14673, 14672, 14671, 14664] Fix bottom sheet dismissal problems ( #14791 )
2023-01-30 22:33:12 +02:00
flexsurfer
6002672e7c
[ #14877 ] No ability to type the text into textbox if image is added [ #14881 ] Input field is hidden in composer ( #14911 )
2023-01-27 16:40:04 +01:00
Jamie Caprani
2e35939979
chore: add accesibility label
2023-01-26 16:50:20 +00:00
Ibrahem Khalil
f41c69ff4b
[14681] Make checkbox select contacts correctly in new chat flow ( #14790 )
2023-01-25 21:50:00 +02:00
Parvesh Monu
612c17a8db
Add blur overlay for bottom tabs and shell top nav ( #14783 )
2023-01-25 20:08:11 +05:30
Volodymyr Kozieiev
3e93e353db
Refactor mock data out of community page ( #14799 )
2023-01-25 11:35:10 +00:00
Brian Sztamfater
bd3c724c66
feat: record audio complete flow
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-01-23 14:04:06 -03:00
Parvesh Monu
b3a03119d1
Implement unread badge for bottom tabs ( #14856 )
2023-01-23 20:23:41 +05:30
flexsurfer
d79d2e9d36
sanitize quo2 ( #14859 )
2023-01-23 14:41:55 +01:00
Jamie Caprani
92a180c477
add shadows to foundations ( #14839 )
...
* chore: add shadows to foundations
2023-01-23 03:06:26 -08:00
Ibrahem Khalil
dc9454defa
Fix using functions as identifiers ( #14848 )
2023-01-21 13:28:45 +02:00
Jamie Caprani
967c869486
chore: fix component tests and permission drawer preview ( #14831 )
2023-01-19 15:03:53 -08:00
Ulises Manuel Cárdenas
ab1fd43f28
Add Collectible ui component ( #14803 )
2023-01-18 19:00:47 +01:00
flexsurfer
d030e211e3
move i18n to utils ( #14819 )
2023-01-18 14:36:02 +01:00
Icaro Motta
9a60fc1600
Fix all type hint warnings ( #14810 )
2023-01-17 19:52:12 -03:00
flexsurfer
685c95591c
refactor and move composer to status-im2 ( #14758 )
...
refactor and move composer to status-im2
2023-01-16 17:20:10 +01:00
Jamie Caprani
73c4be8dee
Communities Join Screens - Implement all permutations of Context Drawer options ( #14700 )
2023-01-13 09:35:41 +00:00
Andrea Maria Piana
7a5871a03f
[ Fixes : #14623 ] Enable mutual contacts by default and show banner
2023-01-12 09:16:02 +00:00
Jamie Caprani
846d628a9d
chore: use banner from quo library ( #14629 )
2023-01-11 00:59:00 -08:00
yqrashawn
02a1c3597f
feat: undo delete with toast ( #14618 )
2023-01-10 10:02:23 +08:00
John Ngei
043e218320
show selected list item context actions view ( #14676 )
...
* show selected list item context actions view
* show selected list item context actions view
* fixed showing thumnails on communities
2023-01-09 16:36:17 +03:00
John Ngei
1cdcd298b0
Scrollable tags ( #14182 )
...
* refactored scrollable-tags to share the same logic with scrollable-tabs
* refactored tabs component to support scrollable-behaviour
2023-01-08 22:40:59 +03:00
Alexander
b358a23060
Adjusted border color on outline button ( #14711 )
2023-01-05 23:35:48 +01:00
Mohamed Javid
e30f895fe9
[Feature] Implement replies notification in Activity Center ( #14656 )
...
* [Feature][#14550 ] Added Replies UI in Activity Center
* [Fix][#14550 ] Removed underlay color from touchables in Replies UI in Activity Center
* [Fix][#14550 ] Comments from review
* [Fix][#14550 ] Comments from review
* [Feature][#14550 ] Added community support on tags in AC
* [Feature][#14550 ] Date utils test
2023-01-04 21:31:37 +08:00
Parvesh Monu
63ace4da76
Improve switcher last content ( #14626 )
2023-01-04 03:32:51 +05:30
Matias Grote
697aa1c394
Add profile ui to quo_preview ( #14652 )
...
Add profile ui to quo_preview (#14652 )
2023-01-03 20:23:16 +01:00
Omar Basem
b85eb4184a
feat: group details screen (3.3) ( #14654 )
...
* feat: group details screen (3)
2022-12-30 18:14:24 +04:00
Ulises Manuel Cárdenas
5493d059b9
UI Component - Account ( #14643 )
...
* Implement accounts component
2022-12-30 10:44:21 +01:00
Parvesh Monu
110debc4c4
fix home stack height ( #14639 )
2022-12-30 09:04:37 +05:30
Jamie Caprani
1677574a6a
migrate datetime to utils and finish i18n migration ( #14604 )
...
chore move datetime to common and update imports
chore: move i18n tests and update imports, adjust i18n so translations are loading correctly
2022-12-29 13:56:11 -08:00
Ibrahem Khalil
ef21312162
New chat flow ( #14607 )
2022-12-29 15:57:42 +02:00
Icaro Motta
915b8ebd9a
New component Selector > Filter ( #14650 )
2022-12-28 12:21:15 -03:00
Christoph Pader
6280a6c4d5
feat: implement quo2 bottom sheet component ( #14209 )
2022-12-28 15:23:58 +01:00
yqrashawn
4ce71e4d29
refactor: fix make lint and reformat ( #14653 )
2022-12-28 15:47:55 +08:00
Jamie Caprani
aca8c9250f
add Non Token Gated - Manual Approval Required flow ( #14513 )
...
chore: add flow for closed community overview page
2022-12-26 16:05:03 -08:00
Mohamed Javid
99f7788c22
[Fix] Scroll To Index bug in Scrollable Tabs ( #14641 )
2022-12-27 00:13:24 +08:00
flexsurfer
a39e0f6fbd
move messages to status-im2 ( #14573 )
...
* move messages to status-im2
2022-12-23 15:33:54 +01:00
Icaro Motta
a8d392e4de
Redirect user to Activity Center to manage pending contact requests ( #14610 )
2022-12-23 11:30:46 -03:00
andrey
8ff32f4fc3
Revert "Group details screen (3) ( #14494 )"
...
This reverts commit e21b8d43963532f23eab4d09ae0e490f25c0e05f.
2022-12-23 07:32:23 +01:00
Omar Basem
e21b8d4396
Group details screen (3) ( #14494 )
...
* group details screen (3)
2022-12-23 07:18:09 +04:00
Jamie Caprani
9937914594
feat: add banner component to quo2 ( #14608 )
2022-12-22 05:20:38 -08:00
Jamie Caprani
2610f27190
chore: add component tests ( #14538 )
2022-12-21 15:35:27 -08:00