Commit graph

10962 commits

Author SHA1 Message Date
Franco Montenegro 48c5f58a8e Multiple fixes in auto updates.
- Add "disable auto updates" setting (prevents downloading updates in the background but will still notify if there are newer versions)
- Prevent downloading multiple times the same update
- Hide nag when auto update modal is displayed
2022-02-22 13:14:17 -05:00
Franco Montenegro aa40a44ce3 Only allow to window.open http and https protocols. 2022-02-17 15:09:43 -05:00
Franco Montenegro 8fb67d5980 Fix markdown guide button. 2022-02-17 15:09:43 -05:00
zeppi 67608dfc9c v0.52.4 2022-02-15 22:06:04 -05:00
zeppi 9fc600397c changelog 2022-02-15 22:05:39 -05:00
zeppi 3d85cff0ef Revert "v0.52.4"
This reverts commit 97fbc5e598.
2022-02-15 22:04:40 -05:00
zeppi 97fbc5e598 v0.52.4 2022-02-15 21:56:05 -05:00
zeppi 9375ada72a remove duplicate header search on mobile 2022-02-15 21:48:43 -05:00
zeppi 49c5180820 fix active channel for commenting etc 2022-02-15 20:58:13 -05:00
zeppi 12097dbbba v0.52.3 2022-02-15 14:59:44 -05:00
zeppi 870992a6e4 changelog 2022-02-15 14:59:02 -05:00
zeppi eb1b412840 hide md preview help and restore mac header 2022-02-15 12:31:16 -05:00
zeppi 7c7c2aa053 fix comment pinning 2022-02-14 23:18:28 -05:00
Rafael f6961f91fe fix comment editing 2022-02-14 23:18:28 -05:00
zeppi 154b20c6c8 fix embed play edge case 2022-02-14 20:56:47 -05:00
zeppi 43af7ddc5f more 2022-02-14 20:56:47 -05:00
zeppi a574a5c1de markdown fixes - blockquotes and embedded videos 2022-02-14 20:56:47 -05:00
zeppi c553ee46f6 v0.52.2 2022-02-11 12:54:47 -05:00
zeppi 71eedd20e1 changelog 2022-02-11 12:54:37 -05:00
zeppi 3a4ff9d35d creator reactions and file like stroke hack 2022-02-11 11:11:03 -05:00
zeppi 0106c1c361 v0.52.2-alpha.5 2022-02-09 17:11:50 -05:00
zeppi 830567b6ec changelog 2022-02-09 17:06:46 -05:00
zeppi 8bd38114dd fix channelsFollowingDiscover 2022-02-09 16:46:47 -05:00
zeppi 92ed44c0f2 refactor improve data hosting 2022-02-09 10:59:17 -05:00
zeppi bbea2887f2 fix color override on icons 2022-02-07 16:56:35 -05:00
zeppi ca2c6a6f8f v0.52.2-alpha.4 2022-02-06 22:59:26 -05:00
zeppi ab87591501 changelog0.52.2-alpha.4 2022-02-06 22:56:20 -05:00
zeppi 24264a15b0 cleanup 2022-02-06 22:43:05 -05:00
zeppi 4f74ecfc47 bring in player refactor with seek ahead/back 2022-02-06 22:43:05 -05:00
zeppi 703d1afc06 add key to claimPreview to fix wrong thumbs 2022-02-06 22:06:48 -05:00
zeppi 629b928c80 disable keycode back in text area 2022-02-06 20:11:59 -05:00
zeppi 9a5f69f0eb prevent errant wallet servers error 2022-02-04 17:04:40 -05:00
zeppi fe72dcfc2c move wallet server setting help 2022-02-04 15:54:32 -05:00
zeppi fe1a2eac33 use radio buttons for comment server selection 2022-02-03 22:29:52 -05:00
zeppi 2e048dc225 comment server selector - create file for protocol regex 2022-02-03 10:59:10 -05:00
zeppi cbc3624664 rename commentserver files 2022-02-03 10:59:10 -05:00
zeppi 6b37fd2eae comment server selector functional now, some cleanup 2022-02-03 10:59:10 -05:00
zeppi d13397d4dd new custom comment servers ux 2022-02-03 10:59:10 -05:00
zeppi f370aa8db1 v0.52.2-alpha.3 2022-01-29 20:44:20 -05:00
jessopb 0e134a02d7
Miko fixes 0.52.2 a2 (#7451)
* style, repost, and costinfo fixes

* fix anon collection publishing

* fix markdown images
2022-01-29 18:25:40 -05:00
zeppi acbf262641 v0.52.2-alpha.2 2022-01-27 16:48:40 -05:00
zeppi 54b59dd946 remove useGetAds 2022-01-27 16:47:58 -05:00
zeppi eb9bbd4c2c v0.52.2-alpha.1 2022-01-27 16:36:18 -05:00
jessopb 18b4f09bab
update some deps (#7447) 2022-01-27 16:35:30 -05:00
jessopb 98852e7eb4
changelog and hosting copy (#7445) 2022-01-27 14:45:48 -05:00
jessopb 5fdac4898f
Playlistorder (#7442)
* Add horizontal layout (#636)

* Test out a horizontal scroll for upcoming (tile only for now)

* - add support for list layout
- add following label on home page
- clan up css and naming conventions

* Update header type + show only if scheduled streams are showing

* [Playlist] Pull in sorting changes from desktop + Add Drag-n-Drop + Handle unavailable/deleted claims (#641)

* Add ordering Icons

* Refactor doCollectionEdit

- It required claims as parameter, when only uris are used to populate the collection, so that was changed to pass down the uris instead.
- There were unused and mostly unnecessary functions inside, for example the parameter claimIds was never used so it would never enter the claimSearch function which again would be used to generate uris, so it's better to just use uris as parameter

* Add List Reordering changes

* Add toggle button for list editing

* Add toggle on content page collection sidebar

* Enable drag-n-drop to re-order list items

https://www.youtube.com/watch?v=aYZRRyukuIw

* Allow removing all unavailable claims from a List

* Fix <g> on icons

* Fix section buttons positioning

* Move preventDefault and stopPropagation to buttons div instead of each button, preventing clicking even if disabled opening the claim

* Change dragging cursor

* Fix sizing

* Fix dragging component

* Restrict dragging to vertical axis

* Ignore shuffle state for ordering

* Fix console errors

* Mobile fixes

* Fix sidebar spacing

* Fix grey on mobile after click

* cleanup

Co-authored-by: Dan Peterson <dan@dan-peterson.ca>
Co-authored-by: saltrafael <76502841+saltrafael@users.noreply.github.com>
2022-01-27 10:20:21 -05:00
jessopb 618ab5e195
More header refactors (#7441)
* Refactor notificationHeaderButton

* Add Tooltips to header buttons and replace reach/ui

* Decrease --header-height by 20%

* more header cherry-pick

Co-authored-by: Rafael <rafael.saes@odysee.com>
2022-01-26 21:14:36 -05:00
jessopb f095081c71
Header refactor (#7440)
* Refactor header Component, split into smaller components and remove what is unused

* fix upload menu

* better centering for backout title

* cleanup

Co-authored-by: Rafael <rafael.saes@odysee.com>
2022-01-26 14:54:58 -05:00
jessopb 3f0cc0bf2e
Compact follower counts (#7432)
* Factor out 'toCompactNotation'

* File page: use compact view count (w/ tooltip for full res)

Co-authored-by: infinite-persistence <inf.persistence@gmail.com>
2022-01-25 18:16:28 -05:00
jessopb caf32736b5
fix floating player disappearing on small screens (#7439) 2022-01-25 15:35:51 -05:00