summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Expand)AuthorFilesLines
2024-02-19Channels: Add support for multi-image community posts (#4412)Samantaz Fox1-0/+119
2024-02-19CSS: expand #contents width on small screens (#4405)Samantaz Fox1-0/+1
2024-02-16remove trailing white spacesChunkyProgrammer1-15/+15
2024-02-15Add support for multi image community postsChunkyProgrammer1-0/+119
2024-02-12CSS: Fix thumbnails' aspect ratio to prevent CLS (#4278)Samantaz Fox1-0/+1
2024-02-12API: Remove the fields parameter (#4276)Samantaz Fox1-2/+2
2024-01-27CSS: expand #contents width on small screenstoabr1-0/+1
2023-12-06Player: Fix iOS screen timeout in loop mode (#4076)Samantaz Fox1-0/+11
2023-11-23Remove the 'fields' parameter on the client side tooSamantaz Fox1-2/+2
2023-11-21Fixed aspect ratio for thumnails to prevent CLSCorné Dorrestijn1-0/+1
2023-10-21CSS: Remove inline styling of the download widget (#4162)Samantaz Fox1-0/+4
2023-10-21Frontend: Add video timestamp on external links (#4101)Samantaz Fox1-2/+48
2023-10-21CSS: Improve links contrast on dark theme (#4100)Samantaz Fox1-6/+32
2023-10-21JS: Update external links exactly once per secondSamantaz Fox1-2/+13
2023-10-17Removed commented linesRadoslavL1-4/+0
2023-10-17move styles for download widget to default.css filejt4042-3/+4
2023-10-12Replace inline styling for download widget with css filejt4041-0/+3
2023-10-07Add support for community post page/comments (#4010)Samantaz Fox4-158/+186
2023-10-06Remove shortcutsJake Anto1-11/+1
2023-10-05Add shortcutsJake Anto1-1/+11
2023-10-05Add `start_url`Jake Anto1-1/+2
2023-10-05Add descriptionJake Anto1-1/+2
2023-09-28Add support for viewing comments without jsChunkyProgrammer1-0/+8
2023-09-27remove unused variableChunkyProgrammer1-1/+1
2023-09-27JS: Fix missing domain in URL constructorSamantaz Fox1-4/+8
2023-09-24Removed unnecessary linesRadoslavL1-14/+5
2023-09-19Increased footer contrastRadoslavL1-5/+44
2023-09-18Add support for post pageChunkyProgrammer4-158/+178
2023-09-18Changed the default dark theme as wellRadoslavL1-1/+1
2023-09-17JS: Replace '.setAttribute("href")' with '.href'Samantaz Fox1-4/+4
2023-09-16Frontend: Use 'timeupdate' event listener rather than setTimeout()Samantaz Fox1-10/+9
2023-09-14Frontend: Add timestamp on switch invidious instance linksSamantaz Fox1-5/+19
2023-09-14Frontend: Add timestamp on invidious embed linksSamantaz Fox1-6/+9
2023-09-14Frontend: Add timestamp on youtube+embed linksSamantaz Fox1-0/+15
2023-09-14Increased link contrast in dark modeRadoslavL1-1/+1
2023-08-27Fix iOS screen timeout on video playback loop mode (more elegantly)Ming Kin Choi1-8/+4
2023-08-27Fix iOS screen timeout on video playback loop modeMing Kin Choi1-0/+15
2023-07-16Assets: Add SVG image for hashtag resultsSamantaz Fox1-0/+9
2023-07-08HTML/CSS: Add thumbnail placeholder in thin modeSamantaz Fox1-0/+5
2023-07-08HTML/CSS: Fix buttons' responsivenessSamantaz Fox1-26/+68
2023-07-08CSS: fix light/dark themes for pure buttonsSamantaz Fox1-23/+51
2023-07-08HTML: Use new buttons for playlists (save/delete/add videos/etc...)Samantaz Fox1-1/+1
2023-07-06HTML: Use new buttons for thumbnail overlaysSamantaz Fox1-24/+27
2023-07-06CSS: add styling for the new buttonsSamantaz Fox1-1/+53
2023-06-07Comments: Don't break JavaScript when loading moreChunky programmer1-1/+1
2023-05-23Community: Fix position of the "creator heart" (broken by #3783)Samantaz Fox1-0/+2
2023-05-06CSS: Fix iframe attachment size in community postsSamantaz Fox1-0/+14
2023-05-06CSS: limit width of the comments in community tabSamantaz Fox1-0/+10
2023-04-10Improve accessibility (#3710)Samantaz Fox5-14/+33
2023-04-02implement code suggestionsChunkyProgrammer1-1/+4