Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(frontend): add play queue component | Miguel Ángel Moreno | 2023-10-28 | 5 | -35/+210 |
| | |||||
* | feat(frontend): refine app navbar | Miguel Ángel Moreno | 2023-10-28 | 1 | -20/+55 |
| | |||||
* | chore: update docs | Miguel Ángel Moreno | 2023-10-22 | 2 | -19/+25 |
| | |||||
* | fix(frontend): remove bogus style | Miguel Ángel Moreno | 2023-10-22 | 1 | -3/+2 |
| | |||||
* | feat(frontend): further distinguish players and add stream options | Miguel Ángel Moreno | 2023-10-22 | 7 | -161/+231 |
| | |||||
* | fix(frontend): refine navbar and subs | Miguel Ángel Moreno | 2023-10-22 | 4 | -93/+112 |
| | |||||
* | fix(frontend): remove page scroll data from re-frame db | Miguel Ángel Moreno | 2023-10-22 | 7 | -23/+29 |
| | |||||
* | feat(frontend): add initial local settings persistence support | Miguel Ángel Moreno | 2023-10-22 | 6 | -39/+126 |
| | |||||
* | chore: replace favicon | Miguel Ángel Moreno | 2023-10-22 | 2 | -69/+0 |
| | |||||
* | chore: remove tailwind-line-clamp | Miguel Ángel Moreno | 2023-10-22 | 3 | -12/+0 |
| | | | | It's built-in to Tailwind from 0.3.3 onward | ||||
* | feat(frontend): refine item cards content | Miguel Ángel Moreno | 2023-10-16 | 1 | -5/+7 |
| | |||||
* | fix(frontend): show add to queue only when item type is stream | Miguel Ángel Moreno | 2023-10-16 | 1 | -2/+2 |
| | |||||
* | fix(frontend): stop clearing global search upon search results load | Miguel Ángel Moreno | 2023-10-16 | 1 | -2/+1 |
| | |||||
* | fix(frontend): fix service selection styles | Miguel Ángel Moreno | 2023-10-16 | 1 | -1/+1 |
| | |||||
* | chore: change format of error messages | Miguel Ángel Moreno | 2023-10-16 | 1 | -1/+1 |
| | |||||
* | feat(frontend): refine global player with more media controls | Miguel Ángel Moreno | 2023-10-16 | 2 | -23/+86 |
| | |||||
* | feat(frontend): add initial support for media queueing | Miguel Ángel Moreno | 2023-10-16 | 2 | -8/+32 |
| | |||||
* | feat(frontend): add support for stream playback from item cards | Miguel Ángel Moreno | 2023-10-16 | 1 | -20/+31 |
| | |||||
* | feat: simplify events for setting the service styles | Miguel Ángel Moreno | 2023-10-16 | 3 | -37/+62 |
| | |||||
* | feat(frontend): refine nav and footer styles | Miguel Ángel Moreno | 2023-10-16 | 1 | -6/+9 |
| | |||||
* | fix: fix controlled input for global search | Miguel Ángel Moreno | 2023-10-16 | 1 | -1/+1 |
| | |||||
* | chore: add favicon | Miguel Ángel Moreno | 2023-10-16 | 6 | -2/+170 |
| | |||||
* | feat(frontend): add horizontal padding to search results overview | Miguel Ángel Moreno | 2023-10-15 | 1 | -1/+1 |
| | |||||
* | fix(frontend): fix stream format selection background in light mode | Miguel Ángel Moreno | 2023-10-15 | 1 | -2/+2 |
| | |||||
* | chore: fix evaluation of cider middlewares in dir-locals | Miguel Ángel Moreno | 2023-10-15 | 1 | -4/+3 |
| | |||||
* | fix(frontend): Fix global player styles | Miguel Ángel Moreno | 2023-08-27 | 2 | -6/+6 |
| | |||||
* | feat(frontend): Set correct service values on various endpoints | Miguel Ángel Moreno | 2023-08-27 | 1 | -15/+28 |
| | |||||
* | feat(frontend): Shrink player's height on mobile | Miguel Ángel Moreno | 2023-08-27 | 1 | -1/+1 |
| | |||||
* | feat(frontend): Rename routing namespace | Miguel Ángel Moreno | 2023-08-27 | 3 | -6/+7 |
| | |||||
* | feat(frontend): Add initial light-theme support | Miguel Ángel Moreno | 2023-08-27 | 4 | -23/+23 |
| | | | | Currently just based on prefers-color-scheme | ||||
* | feat(backend): Rename routing namespace | Miguel Ángel Moreno | 2023-08-27 | 2 | -3/+3 |
| | |||||
* | chore: Replace video.js as dev dependency | Miguel Ángel Moreno | 2023-08-27 | 2 | -42/+11 |
| | |||||
* | chore: Add directory-local fill-column | Miguel Ángel Moreno | 2023-08-27 | 1 | -8/+9 |
| | |||||
* | chore: Add dependabot script | Miguel Ángel Moreno | 2023-08-21 | 1 | -0/+6 |
| | |||||
* | chore: Update dependencies | Miguel Ángel Moreno | 2023-08-21 | 2 | -822/+1042 |
| | |||||
* | doc: Update live instances section | Miguel Ángel Moreno | 2023-08-21 | 2 | -4/+31 |
| | |||||
* | fix(frontend): Use stream types from options on source change | Miguel Ángel Moreno | 2023-08-21 | 1 | -1/+1 |
| | |||||
* | fix(frontend): Fix player height responsiveness | Miguel Ángel Moreno | 2023-08-21 | 1 | -2/+4 |
| | |||||
* | fix(frontend): Display unescaped comment text | Miguel Ángel Moreno | 2023-08-21 | 1 | -1/+1 |
| | |||||
* | chore: Refine docker-compose | Miguel Ángel Moreno | 2023-08-20 | 1 | -2/+6 |
| | |||||
* | chore: Bump NewpipeExtractor | Miguel Ángel Moreno | 2023-08-20 | 1 | -1/+1 |
| | |||||
* | doc: Tweak wording | Miguel Ángel Moreno | 2023-07-25 | 2 | -3/+3 |
| | |||||
* | fix(frontend): Amend footer contents | Miguel Ángel Moreno | 2023-07-25 | 1 | -3/+2 |
| | |||||
* | fix(frontend): Fix app view minimum height | Miguel Ángel Moreno | 2023-07-25 | 1 | -1/+1 |
| | |||||
* | fix: Conditionally display comments container | Miguel Ángel Moreno | 2023-07-25 | 2 | -18/+19 |
| | |||||
* | fix(backend): Fix comment text extraction | Miguel Ángel Moreno | 2023-07-25 | 1 | -1/+1 |
| | |||||
* | chore: Bump NewpipeExtractor | Miguel Ángel Moreno | 2023-07-25 | 1 | -1/+1 |
| | |||||
* | Revert "chore: Use replace-deps instead of extra-deps for front-end alias" | Miguel Ángel Moreno | 2023-07-25 | 1 | -7/+7 |
| | | | | This reverts commit 30da9b98a66817ab019af3639c04f1dfb32a36a8. | ||||
* | doc: Update live details and contribution methods | Miguel Ángel Moreno | 2023-07-01 | 2 | -10/+10 |
| | |||||
* | doc: Fix typo | Miguel Ángel Moreno | 2023-06-23 | 2 | -3/+3 |
| |