toshikanneko
95d8ea6f0d
Adjust level star border width
2022-02-15 14:07:44 +01:00
toshikanneko
9d0b7f3e35
Add border to level stars
2022-02-15 14:03:39 +01:00
toshikanneko
98e6487dd8
Adjust font sized in upload modal on mobile
2022-02-15 11:08:22 +01:00
toshikanneko
f79f0b02a0
Fix font color on YouTube sync page
2022-02-15 10:56:20 +01:00
toshikanneko
7a85f410d8
Adjust pending animation position on upload page on desktop
2022-02-15 10:54:24 +01:00
toshikanneko
586ec1e39c
Adjust font sizes in modal on mobile
2022-02-15 09:43:39 +01:00
toshikanneko
80335b0e4d
Adjust button size & spacing on upload page on mobile
2022-02-15 09:36:26 +01:00
toshikanneko
9e75e2a711
Realign publishing animation on upload page on mobile
2022-02-15 09:33:06 +01:00
toshikanneko
ae86f5df63
Fix items tab on list publish page on desktop
2022-02-15 09:25:07 +01:00
toshikanneko
b5a6a35f64
Adjust font size on upload page on mobile
2022-02-15 09:16:13 +01:00
infinite-persistence
b3020b6cfb
Lazy-load "Beautiful Drag-N-Drop" ( #859 )
...
Code-splits the module into "dnd.js", reducing the ui.js bundle size. This module is only needed when viewing lists.
## Room for improvement
`ClaimList` can probably improve further by only using the dnd components in "edit" mode.
## Implementation notes
- The modules are not default exports, so the additional chaining to `React.lazy` was required.
- Experimenting with using an Object to store the import so that a single "prettier-ignore" can be used to make it not wrap.
- The FlowFixMe came from the original code. It is unclear why it is needed to resolve the module, but Haffa mentioned it's something related to .flowconfig.
2022-02-14 14:54:23 -05:00
saltrafael
ecc3599a85
Improve scrolling behavior, fix tips sorting ( #863 )
2022-02-14 14:28:25 -05:00
dependabot[bot]
5c5b46ddb3
Bump follow-redirects from 1.14.7 to 1.14.8 in /web ( #866 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 14:23:57 -05:00
infinite-persistence
85ef16026d
tus: log reason for QuotaExceededError
...
We no longer ask tus to save the upload URL since December, so there should no reason for it to be writing to localStorage.
Adding more logs to determine what is the actual cause -- localStorage being full, or not available. Neither should affect the upload but they are the only known causes for that error message, so try to narrow down the investigation path.
2022-02-14 09:41:46 -08:00
toshikanneko
7bbfd81762
Realign stars in channel level indicator
2022-02-14 16:28:24 +01:00
toshikanneko
9cd80ee41e
Realign stars in channel level indicator
2022-02-14 16:24:56 +01:00
toshikanneko
e41c2141a2
Remove black background from channel level
2022-02-14 16:22:12 +01:00
toshikanneko
9d325d5c59
Adjust reload button position in comment section on mobile
2022-02-14 15:18:55 +01:00
toshikanneko
f94f7e0b1c
Add hover effect to player buttons
2022-02-14 15:03:45 +01:00
toshikanneko
7c0b84d497
Adjust colors in comment/chat swipe button on mobile
2022-02-14 14:09:40 +01:00
toshikanneko
ff6d335bb0
Adjust ratio bar width on dekstop
2022-02-14 13:53:18 +01:00
toshikanneko
de56aeec09
Adjust snack bar position on mobile
2022-02-14 13:50:04 +01:00
toshikanneko
8298f41526
Adjust some spacing on upload page on mobile
2022-02-14 13:17:22 +01:00
toshikanneko
1ef68c1472
Fix ratio bar width bug on livestream page
2022-02-14 12:54:13 +01:00
toshikanneko
3140c103ad
Adjust textarea in upload form on mobile
2022-02-14 12:40:42 +01:00
toshikanneko
90c2a60799
Adjust spaces in upload form on desktops
2022-02-14 12:21:35 +01:00
toshikanneko
895be3fff3
Adjust active tab indicator
2022-02-14 11:48:55 +01:00
toshikanneko
64ffc5a0e1
Adjust handle link color in markdown
2022-02-14 11:26:23 +01:00
toshikanneko
f0efd7afdb
Fix long label ratio bar distortion bug
2022-02-14 11:23:21 +01:00
toshikanneko
f1b95ce05c
Adjust ratio bar width on markdwon page
2022-02-14 11:21:15 +01:00
toshikanneko
4c293b7ae5
Increase mardown page width on large screens
2022-02-14 11:17:50 +01:00
toshikanneko
98dd6c6adf
Fix handle font sizes on markdown page on desktop & mobile
2022-02-14 11:13:06 +01:00
toshikanneko
569e4fb334
Fix login hover bug in light theme
2022-02-14 10:38:43 +01:00
infinite-persistence
0947393912
Comments: inline image not working for level4/5 channels
...
## Ticket
852 Markdown inline images in comments don't work for any channel level
## Change
The prior commit simplified the props from individual comment fields to just 1 `Comment` object, but there was a typo in the parameter where it should be `channel_url` instead of `author_uri`.
2022-02-14 13:15:28 +08:00
Thomas Zarebczan
c34840a4d4
Fix some RSS issues
2022-02-13 15:25:18 -05:00
toshikanneko
11338170e7
Fix playlist remove item label on playlist page
2022-02-13 16:00:24 +01:00
toshikanneko
778940193e
Hide unmute button on mobile
2022-02-13 11:58:22 +01:00
toshikanneko
e537679624
Hide unmute button on mobile
2022-02-13 11:44:22 +01:00
toshikanneko
6c178993af
Adjust position of play button on active element in playlist on mobile
2022-02-13 11:21:55 +01:00
toshikanneko
162b77a078
Fix video poster misaligned on mobile
2022-02-13 11:18:28 +01:00
toshikanneko
04137b4ec8
Fix video poster misaligned
2022-02-13 11:09:46 +01:00
toshikanneko
d4f0d99fe1
Temp show repost ribbon on category pages
2022-02-12 19:54:24 +01:00
toshikanneko
6537fc855e
Hide repost ribbon on category pages
2022-02-12 19:31:54 +01:00
toshikanneko
06782c0e31
Hide repost ribbon on category pages
2022-02-12 19:30:55 +01:00
toshikanneko
9703ba2eb3
Adjust hyperchat row on mobile
2022-02-12 17:55:27 +01:00
toshikanneko
a0a664baf5
Adjust font size in chat on mobile
2022-02-12 17:48:03 +01:00
toshikanneko
28a1bfefab
Adjust font size in comment section on mobile
2022-02-12 17:38:37 +01:00
toshikanneko
559ab774f6
Adjust frozen avatar size in comment section on mobile
2022-02-12 16:55:50 +01:00
toshikanneko
9573f30b8d
Adjust avatar size in comment section on mobile
2022-02-12 16:54:46 +01:00
toshikanneko
039cccba87
Remove markdown font size from comment section on markdown page
2022-02-12 09:48:09 +01:00