zeppi
ed0387d94a
pinning
2021-07-22 23:24:55 -04:00
zeppi
dfc013d423
more recon
2021-07-18 11:27:05 -04:00
zeppi
27aa4e4a22
lint
2021-07-17 13:19:33 -04:00
infinite-persistence
cb0222981c
Reactions: switch from SDK to Commentron
...
## Issue
- Closes 6481 "Use Commentron for react.List, react.React calls".
- 5459 "Interact directly with commenting servers".
2021-07-16 13:41:41 -04:00
infinite-persistence
08c701ba19
Restore comment pagination
...
This reverts commit e6addb8c2a
, reversing
changes made to 47b594107a
.
2021-07-16 10:54:12 -04:00
infinite-persistence
a2a1ddb403
Revert "Comments Pagination #6390 "
...
This reverts commit 16ef013025
, reversing
changes made to fba8b89b3b
.
2021-07-15 22:23:26 +08:00
zeppi
d612b86a8c
homepages v2
...
homepages served without cache
error catching
memo homepagedata
support auto limit
no more config pins
2021-07-14 14:09:46 -04:00
infinite-persistence
f8bdd0704f
Handle temporary Commentron bugs
...
Can be removed when bugs are fixed, but would still work if left there.
2021-07-14 12:58:27 +08:00
infinite-persistence
0cf6fe3df5
Comments Pagination
...
## Issue
6158 - Support Comment Pagination
2021-07-14 12:58:25 +08:00
jessopb
be879ae90a
Recon 7 6 b ( #6418 )
...
* changes
* clean
* showNoSourceClaims
2021-07-07 14:21:11 -04:00
zeppi
d34ef851d0
make flow shut up
2021-07-05 10:02:03 -04:00
infinite-persistence
b4b45ffbdc
Commentron Moderation Delegation API
2021-06-18 15:46:51 -04:00
infinite-persistence
d6ac2c7954
Comments: enable 'enable_comments' flag
...
## Issue
Closes 6159 "Support Comments Enabled/Disabled for comment.List API"
## New behavior
- `disable-comments` tag will block the comments component entirely.
- `settings.commentsEnabled`:
- When false, will pause comment fetching, posting and replying.
- Any already-fetched comments will stay on screen (unless user reloads/F5).
2021-06-18 15:46:51 -04:00
zeppi
03e921e6df
use commentron for live view counts
2021-06-17 14:58:55 -04:00
infinite-persistence
54b17ee739
Commentron Settings API
2021-05-26 15:38:29 -04:00
Sean Yesmunt
3808c61148
fetch notofication/categories for notification types dropdown
2021-04-30 12:45:46 -04:00
infinite-persistence
364db9dafa
Propagate thumbnail errors to PublishFormData
...
Thumbnail errors were just being used in `selectThumbnail`. The form doesn't know about it and was using allowing invalid thumbnails like 'helloworld' to pass through.
2021-04-26 12:24:19 -04:00
Sean Yesmunt
6d89f0df7e
hyperchats
2021-04-23 16:20:17 -04:00
zeppi
bd62a55608
review
2021-04-23 14:51:09 -04:00
zeppi
f3463ebdeb
use redux for livestream claim setup
2021-04-23 14:51:09 -04:00
infinite-persistence
bcbb1c8185
Add 'ReportContent' actions/reducers/selectors
2021-04-21 10:49:31 -04:00
jessopb
989126c603
Feat publish replays on master ( #5863 )
...
* provide livestream replay publish via url
2021-04-14 00:06:11 -04:00
infinite-persistence
7cf5c1f6fe
CoinSwap: websocket + multi-coin
...
- For the active swap, switch from polling to websocket. The returned data is now the Charge data from the commerce, so some parsing will be required.
- Allow the user to send other coins that the commerce supports.
- Only save the 'chargeCode' to the wallet. The other data can be repopulated from this.
- Store the receipt currency. I'm not sure if the commerce supports sending bits from various coins. Take the coin that came with the 'COMPLETED' message for now.
- Fix 'lbc' calculation to match IAPI side.
- Allow users to see full detauls from "View Past Swaps".
- String cleanup
- GUI cleanup.
2021-04-13 14:02:25 -04:00
infinite-persistence
b2630f6f21
Save entire swap info instead of just the address.
...
- Users should be able to see the entered and promised amount, otherwise they might forget how much to send over.
- This change also prepares for the future upgrade to support multiple coins.
2021-04-13 14:02:25 -04:00
infinite-persistence
9c808e2b5e
Implement Swap BTC page
2021-04-13 14:02:25 -04:00
seanyesmunt
f5125b25c2
update livestream eligibilty
...
add CHANNEL_STAKED_LEVEL_LIVESTREAM to config set to level 5
use odysee_live_enabled tag on users insead of experimental_ui
2021-04-12 11:17:17 -04:00
infinite-persistence
8111b8d9dc
Only concatenate results if 'from !== 0'
2021-04-07 12:08:17 -04:00
infinite-persistence
855ae15a27
Search: infinite scroll
2021-04-07 12:08:17 -04:00
infinite-persistence
a9cae23d87
getSearchQueryString: add "time_filter" option
2021-04-07 12:08:17 -04:00
infinite-persistence
2cc049bb83
getSearchQueryString: add "exact" option to include surrounding quotes.
2021-04-07 12:08:17 -04:00
infinite-persistence
dc06e2da99
getSearchQueryString: add "sort_by" options
2021-04-07 12:08:17 -04:00
Sean Yesmunt
ea74a66dbd
New moderation tools: block & mute ( #5572 )
...
* initial support for block/mute
* hide blocked + muted content everywhere
* add info message for blocked/muted characteristics
* sort blocked list by most recent block first
* add 'blocked' message on channel page for channels that you have blocked
* cleanup
* delete unused files
* always pass mute/block list to claim_search on homepage
* PR cleanup
2021-03-03 13:50:16 -05:00
Sean Yesmunt
1f117e43bd
add initial support for comment API outside of SDK
2021-02-11 10:45:34 -05:00
Sean Yesmunt
0cc3af28a3
flow fixes
2020-12-16 10:52:22 -05:00
Sean Yesmunt
30d8a0406d
wunderbar improvements
2020-12-03 12:39:12 -05:00
Sean Yesmunt
1023f30b4c
initial PR for custom homepages - take 2
2020-11-10 12:08:19 -05:00
Sean Yesmunt
353c1a5689
Revert "unified custom homepage"
...
This reverts commit 55768fc6b5
.
2020-11-10 10:36:11 -05:00
jessop
55768fc6b5
unified custom homepage
2020-11-10 10:24:04 -05:00
Sean Yesmunt
63f1fed33c
per channel notification settings
2020-11-02 14:13:13 -05:00
Sean Yesmunt
295b8cf2e1
refactor floatingUri to allow inline players in comments/markdown
2020-10-21 15:29:29 -04:00
Sean Yesmunt
761b93d811
add style for comments with is_pinned=true
2020-10-08 11:48:32 -04:00
Sean Yesmunt
5d2d6d2a94
always show your own comments at the top
2020-10-07 17:11:22 -04:00
infiinte-persistence
92b211dd94
Pass the 'mode' over via UpdatePublishForm to hide some fields when Posting a Markdown.
2020-10-02 10:25:17 -04:00
jessop
e954bce821
allow reaction list without channel
...
uncomment
reacts requireauth, commentReact handles missing channels
enable config, better track pending reacts
2020-10-01 15:23:15 -04:00
jessop
ad88f7de7f
disable while reacting, dont call api twice
2020-09-29 17:12:32 -04:00
jessop
63ce107cc1
comment reactions
2020-09-29 17:12:32 -04:00
Sean Yesmunt
86003c73a3
handle comment reply notifications
2020-09-29 17:12:32 -04:00
Sean Yesmunt
248e578422
new comments
2020-09-29 17:12:32 -04:00
Sean Yesmunt
9ee4b256fb
add mark as seen to notifications
2020-08-21 16:04:27 -04:00
btzr-io
f881f3b1c6
fix WebFile flow type
2020-08-13 11:11:23 -04:00