Commit Graph

25534 Commits

Author SHA1 Message Date
Nouman Tahir
4363866a80 Converted upvote view to functional component
Avoiding using UNSAFE methods
Improved sliderValue caclculator
2021-07-06 15:51:04 +05:00
Feruz M
b2db7870b6
Merge pull request #1983 from ecency/nt/upvote-duplication
NT - Local Vote Duplication
2021-07-05 11:28:42 +03:00
Nouman Tahir
93c9ae86f2 fixed local vote map duplication because of undefined post-id 2021-07-05 13:08:14 +05:00
Feruz M
3befe48910
Merge pull request #1979 from ecency/nt/follow-button-updates
Nt/follow button updates
2021-06-22 16:33:45 +03:00
Nouman Tahir
791c21f338 added color support borderedButtonBlue 2021-06-22 13:10:11 +05:00
Nouman Tahir
461faa7f52 updated community join/leave button to match border button styling 2021-06-22 12:24:27 +05:00
Nouman Tahir
62086a976f updated follow unfollow button appearence in empty feed suggestions 2021-06-22 12:07:37 +05:00
Nouman Tahir
ea9e206598 making use of translations 2021-06-22 10:45:34 +05:00
Nouman Tahir
088ac43b78 updated profile summary footer actions...
1. moved fav to dropdown
2. using text based follow/unfollow button
3. UI fine tuning
2021-06-22 10:35:22 +05:00
Feruz M
ee8b6bfc76
Merge pull request #1977 from ecency/nt/font-size-updates
feed and post body fine tuning
2021-06-21 22:37:53 +03:00
Feruz M
e19ad18e29
Merge pull request #1978 from ecency/nt/notification-crash-fix
NT - Notification bug fix
2021-06-21 22:37:08 +03:00
Feruz M
dc7f8f4193
Merge pull request #1976 from ecency/nt/action-modal
NT - Action Modal
2021-06-21 22:36:03 +03:00
Nouman Tahir
0231fc5fb7 avoiding notification crash by making metadata check more redundant 2021-06-21 21:32:22 +05:00
Nouman Tahir
b0f95ab34d username font increased 2021-06-21 20:50:16 +05:00
Nouman Tahir
5e3a7b1a83 feed and post body fine tuning 2021-06-21 20:40:29 +05:00
Nouman Tahir
888dc71920 updated action modal to be slightly adaptive 2021-06-21 20:25:48 +05:00
Feruz M
414e682c04
Merge pull request #1975 from ecency/nt/dropdown-highlight
NT - dropdown hightlight
2021-06-21 12:58:02 +03:00
Nouman Tahir
abfca0b6f1 using color from theme for dropdown highlight 2021-06-21 13:27:04 +05:00
feruz
e10be208b5 Chinese labels updated, lint fix, render helper update 2021-06-17 05:26:58 +03:00
Feruz M
eff6d4900d
Merge pull request #1974 from ecency/nt/avatar-update-bug
NT - Avatar Bug Update
2021-06-17 05:15:43 +03:00
Nouman Tahir
707a5c0a16 using avatar stamp with current user only.. enabled web based cache control 2021-06-16 16:55:16 +05:00
Feruz M
9a117c5e85
Merge pull request #1973 from ecency/nt/avatar-update-bug
Nt/avatar update bug
2021-06-16 11:32:16 +03:00
Nouman Tahir
04a1c861e1 lint 2021-06-16 13:21:21 +05:00
Nouman Tahir
c20cad62b5 header fine tuning 2021-06-16 13:20:51 +05:00
Nouman Tahir
163a4c11cd lint 2021-06-16 13:06:54 +05:00
Nouman Tahir
291d239953 animated save button to appear on change, limited crop to avatar selection 2021-06-16 13:05:20 +05:00
Nouman Tahir
0b89160ad7 Fine tuned profile edit form view 2021-06-16 12:30:58 +05:00
Nouman Tahir
33c15800a4 showing avatar upload indicator on avatar instead of using save indicator 2021-06-16 12:24:37 +05:00
Nouman Tahir
5449a001bc Improved avatar update behviour
1. fixed state update lag issue while uploading avatar
2. using avatarUrl as override for UserAvatar component
2021-06-16 11:11:22 +05:00
Nouman Tahir
e8ea54eb5f added UiState interface 2021-06-15 22:27:39 +05:00
Nouman Tahir
0902d62481 invalidating cached avatars on every app session and avatart update 2021-06-15 22:23:33 +05:00
Feruz M
8aefd3f9f9
Merge pull request #1972 from ecency/nt/in-app-browser
Nt/in app browser
2021-06-11 21:26:47 +03:00
Nouman Tahir
58fb8141ab new line at end 2021-06-11 23:25:14 +05:00
Nouman Tahir
e17adad914 improved in-app browser interface
- disabled dark mode in browser
- added custom header
- status bar dark content
2021-06-11 23:18:14 +05:00
Nouman Tahir
b3b8b3d66c webview conversion to functional component 2021-06-11 22:51:23 +05:00
Feruz M
599cbb47d8
Merge pull request #1971 from ecency/nt/leaderboard-tooltop
showing tooltip on leaderboard point press
2021-06-11 20:49:26 +03:00
Nouman Tahir
94f8caa1b4 showing tooltip on leaderboard point press 2021-06-11 22:28:31 +05:00
Feruz M
af7571bb5d
Merge pull request #1970 from ecency/nt/deep-link
Nt/deep link
2021-06-11 18:41:54 +03:00
Nouman Tahir
206a499f85 new line at end 2021-06-11 19:47:54 +05:00
Nouman Tahir
c8f010faf1 fixed indexOf bug 2021-06-11 19:44:39 +05:00
Feruz M
b8be0310fd
Merge pull request #1969 from ecency/nt/deep-link
Nt/deep link
2021-06-11 16:29:11 +03:00
Nouman Tahir
68b863aafd removed test code 2021-06-11 18:20:37 +05:00
Nouman Tahir
11eb09ada0 added support for in app web browser, linked with communited deep link for now 2021-06-11 18:18:42 +05:00
Nouman Tahir
d2cc39b14b supporting deep link profile filters 2021-06-11 17:31:16 +05:00
Nouman Tahir
58af000df8 added associated domain alpha.ecency.com 2021-06-11 16:39:39 +05:00
Nouman Tahir
dde75f04c6 support feed deep link without tag
url:"https://ecency.com/hot/"
url:"https://ecency.com/trending/"
url:"https://ecency.com/created/"
2021-06-11 16:38:27 +05:00
Feruz M
2a426707b2
Merge pull request #1968 from ecency/nt/payout-popover
fixed popover bugs
2021-06-10 14:24:22 +03:00
Nouman Tahir
dcd5446ec6 fixed popover bugs
- hiding curation payment if 0
- handling empty string check in render
2021-06-10 16:20:46 +05:00
Feruz M
897b7aee9f
Merge pull request #1967 from ecency/nt/payout-popover
Nt/payout popover
2021-06-10 12:44:27 +03:00
Nouman Tahir
2307ed827c lint 2021-06-10 14:27:34 +05:00