yqrashawn
0cbd3ec805
feat: deleted for me message UI ( #14168 )
...
* feat: delete for me message UI
delete and sync deleted for me messages immediately after leaving chat
view
Signed-off-by: yqrashawn <namy.19@gmail.com>
* fix: system message width/height
Signed-off-by: yqrashawn <namy.19@gmail.com>
Signed-off-by: yqrashawn <namy.19@gmail.com>
2022-10-21 13:12:40 +08:00
Omar Basem
1b6eaec719
Show pinned messages ui2 ( #14184 )
...
* show pinned messages new UI
2022-10-20 22:52:55 +04:00
andrey
99bd5d80ea
fix icons2
2022-10-20 15:06:43 +02:00
flexsurfer
258f92c691
icons2 ( #14190 )
2022-10-20 13:47:24 +02:00
Omar Basem
153dbb2de1
Messages home tabs new UI in ui2 ( #14183 )
...
* feat: messages home new ui
2022-10-20 08:54:27 +04:00
Roman Volosovskyi
c017c01c53
[ #11335 ] Use Pokt network as an infura replacement
2022-10-19 17:00:17 +02:00
Icaro Motta
5d775d93fa
Use native binary for the clj-kondo linter ( #14179 )
2022-10-19 09:54:01 -03:00
frank
7ac2e1aa20
replace web3-utils methods usage by status-go ( #13940 )
...
Signed-off-by: frank <lovefree103@gmail.com>
2022-10-19 00:05:07 +08:00
Omar Basem
3aaa7e4c4e
feat: edit/delete/reply for emoji/sticker/audio ( #13808 )
...
* feat: edit/delete/reply, fixed unnecessary changes
2022-10-18 17:20:27 +04:00
Mohamed Javid
c6ac899b44
Feature/blur activity center background ( #14165 )
...
* [feature][#14131 ] Blur view background for Activity Center
* [Improvements][#14134 ] Force Dark Mode on Activity Center
* [Rollback][#14131 ] Message Content in Activity Center
* [Fix][#14131 ] Touchable overlay preventing scroll
* [Fix][#14131 ] Sticky Header in Activity Center
* [Fix][#14131 ] Removed unused imports
* [Fix][#14131 ] Naming of components
* [Fix][#14131 ] Formatting of code
2022-10-18 16:56:40 +08:00
flexsurfer
00fbb0dee6
Introduce new ui2 namespace, move chat to new namespace and remove new UI toggle from UI ( #14156 )
...
* enable new ui by default, introduce new ui2 namespace, move chat to the new namespace
2022-10-17 15:44:48 +02:00
Jamie Caprani
62c6a0ea72
feat: add drawers - action drawers component to quo2 library ( #14157 )
2022-10-17 03:14:39 -07:00
Parvesh Monu
ac9fb2fe4d
fix ens name turns into public key while editing message ( #14149 )
2022-10-14 17:35:36 +05:30
yqrashawn
509b8bf3e1
fix: remove strict equal check on timer in delete for me test ( #14159 )
...
fix #14155
2022-10-14 11:06:41 +02:00
frank
a74a44e492
Allow dApps to suggest change of RPC (EIP-3085 EIP-3326) ( #13716 )
2022-10-14 10:32:55 +02:00
Omar Basem
af3ba74e30
feat: pinned messages new ui ( #14147 )
...
* feat: pinned messages new ui
2022-10-13 22:27:56 +04:00
Omar Basem
5492d502fc
feat: autocomplete mentions new ui ( #14142 )
...
* feat: autocomplete mentions new ui
2022-10-13 21:59:19 +04:00
yqrashawn
bc050af9ed
feat: delete for me logic without UI ( #14007 )
2022-10-12 21:21:20 +08:00
flexsurfer
35eae4587b
clean deps and fix warnings ( #14141 )
2022-10-11 12:20:37 +02:00
Icaro Motta
af5f979443
[ #13968 ] Fetch and reconcile notifications by type and read status ( #14125 )
...
- Extract tabs component from the main screen component to reduce rendering cost when switching tabs.
- Display empty state component when there are no notifications.
- Fix screen flickering due to quickly flushing and filling the db state.
- Display top bar as a sticky header.
- Namespace icon keywords.
- Correctly sorts notifications during reconciliation.
- Remove warning about children without unique key.
2022-10-10 16:33:42 -03:00
Omar Basem
adfb0ddb5d
feat: reply to message new ui ( #14098 )
...
* feat: reply to messsage new ui
2022-10-10 19:55:02 +04:00
Mohamed Javid
0a282b3a47
[Feature] Added floating button to scroll down in chat ( #14129 )
...
* [Feature][#14063 ] Added floating button to scroll down in chat
* [Fix][#14063 ] Crash on pressing floating button to scroll down in chat
2022-10-10 22:33:53 +08:00
Jamie Caprani
1d5e1479f7
chore: add components to communities overview ( #14108 )
2022-10-06 09:32:45 -07:00
erikseppanen
c2c281d9c6
[13939] Implement system message into quo2 components ( #14061 )
2022-10-06 10:59:39 -04:00
Parvesh Monu
1f6ebbb5e8
remove ens banner component ( #14112 )
2022-10-06 12:31:07 +05:30
Icaro Motta
73983b2abd
[ #13967 ] Displays filtering tabs and read/unread filter ( #14105 )
2022-10-05 14:44:37 -03:00
John Ngei
69c49a5557
Renamed filter-tag/filter-tags to tag/tags and refactored token-tag tag to match figma naming ( #14028 )
2022-10-05 15:22:36 +03:00
Roman Volosovskyi
7f1e83672e
[ #13992 ] Delete account only after moving keys to keyacard
2022-09-30 11:20:32 +02:00
Parvesh Monu
f7fedf1338
fix quo2 colors and button component ( #14083 )
2022-09-29 13:51:22 +05:30
Roman Volosovskyi
30e7ad585a
[ #14059 ] Show effective gas price
2022-09-27 20:53:44 +02:00
Icaro Motta
ca144fbe1b
[ #13965 #13966 #13969 ] Implement accept/decline/open chat for contact requests ( #14073 )
...
Notification reconciliation is now implemented, which means new notifications
are "merged" with existing app db notifications. The original implementation was
not compatible with the way notifications are fetched by read/unread status.
Unit tests were written to cover event handlers in the new
status-im.activity-center.core namespace. New test utilities were added for two
main reasons: 1) reduce test clutter to arrange data, and 2) to spy on effects
to make sure they are dispatched correctly.
2022-09-27 10:05:03 -03:00
Brian Sztamfater
ba1ff91cdd
fix: appearance switch resets to old ui when new ui is activated
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2022-09-26 12:06:42 -03:00
Brian Sztamfater
5fa203c6f2
feat: implement new message context drawer
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2022-09-26 12:01:35 -03:00
flexsurfer
5422c02da3
[ #14056 ] Error '1.20.0 (20220922040832) is not a function' when opening About screen ( #14058 )
2022-09-22 15:51:08 +02:00
Parvesh Monu
e582ba4169
Add expire time to ens banner ( #14057 )
2022-09-22 14:58:54 +05:30
flexsurfer
2266d87ade
subs refactor ( #14054 )
2022-09-21 16:03:06 +02:00
andrey
17fd6df773
Revert "subs refactor ( #14049 )"
...
This reverts commit c4eeda5df0f6d1d747a7d4e95e68c53cdeabc381.
2022-09-21 07:02:45 +02:00
Brian Sztamfater
6794273dbf
Integrate reactions to messages in the new UI
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2022-09-20 16:31:45 -03:00
flexsurfer
c4eeda5df0
subs refactor ( #14049 )
...
* subs refactor
2022-09-20 20:13:32 +02:00
Audrius Molis
36c4052039
Fix null pointer exception on password when migrating to a keykard by disabling the back button in process. ( #13977 )
2022-09-20 19:52:41 +03:00
Icaro Motta
afbdb4c0b4
[ #13964 #13962 ] Display contact requests ( #14014 )
2022-09-19 11:08:21 -03:00
Jamie Caprani
528d05eec1
fix: comment out context tag in communities redesign as its causing issues ( #14029 )
2022-09-19 11:57:40 +02:00
Parvesh Monu
0c83801209
Implementation of switcher cards ( #13854 )
2022-09-19 15:01:13 +05:30
Parvesh Monu
552c85d6c7
fix quo2 colors ( #14006 )
2022-09-19 14:34:45 +05:30
yqrashawn
6c135e2570
fix: remove annoying deref in lazy seq warning ( #14033 )
2022-09-19 10:04:02 +02:00
Mohamed Javid
8b809ec1bc
[Feature][ #13905 ] Added Divider Label Component
...
* [Feature][#13905 ] Added Divider Label Component
* [Improvements][#13905 ] Changed bg color for preview screen from Quo to Quo2
* [Fixes][#13905 ] Naming Conventions for Divider Label Component
* [Chore][#13905 ] Grouping for Divider-Label component
* [Chores][#13905 ] Component params cleanup
* [Fix] Removed unused namespace causing lint check to fail
2022-09-19 13:07:57 +08:00
Andrea Maria Piana
bac2bb8b8e
Use image server for all kind of images and integrate identity rings
...
4cc53630...8c35fffd
2022-09-17 11:50:29 +01:00
frank
00a503bf84
Move abi-spec to status-go
...
6f93913b...a182f3e6
2022-09-17 11:48:07 +01:00
Jamie Caprani
6992b625d6
feat: add ability to join open community in new-ui ( #14001 )
2022-09-15 07:44:16 -07:00
Ícaro Motta
a489e07bd1
[ #13895 ] Create new Activity Center screen ( #13987 )
2022-09-13 16:02:01 -03:00