|
ec894ae9b1
|
feat(responsive): make a application a bit more responsive
|
2024-05-16 04:00:20 +05:00 |
|
|
0ba93f96bc
|
fix(frontend/profile): if episode name is null, fallback to episode position + 1
|
2024-05-16 02:51:53 +05:00 |
|
|
8897aca6c9
|
fix(frontend/color-picker): fix dynamic theme depending on user avatar
|
2024-05-15 22:06:32 +05:00 |
|
|
25e8015735
|
fix(frontend/favorites): fix favorite releases not loading. add a circle progress while loading
|
2024-05-15 21:59:05 +05:00 |
|
|
c73e84078a
|
fix(frontend): fix API_URL environment variable being undefined
|
2024-05-15 20:10:49 +05:00 |
|
|
f3a15eb956
|
feat(deployment): allow deploy to vercel
|
2024-05-15 19:40:18 +05:00 |
|
|
d97ad7dbfe
|
feat(deploy): allow deploying on deta.space
- **BREAKING CHANGE**: Api url now /api/v1 \n **Fix**: Frontend build. \n **Fix**: errors about unknown styles
BREAKING CHANGE:
|
2024-05-13 22:20:08 +05:00 |
|
|
e079fa3a93
|
feat(ReleaseOverview): add ability to change view modes for releases pages
|
2024-05-11 07:53:20 +05:00 |
|
|
10397b2b6a
|
refactor(Design/Content): redising of the main content view
|
2024-05-11 07:21:39 +05:00 |
|
|
388e76c761
|
feat(Design/Navbar): move logout button to tooltip on user avatar hover
|
2024-05-11 07:04:12 +05:00 |
|
|
65b26613c5
|
feat(navigation): add a copy current url button to navbar for ease of sharing
|
2024-05-11 07:02:56 +05:00 |
|
|
6bd46e8437
|
feat(Design): navigation rail redisign
|
2024-05-11 07:00:29 +05:00 |
|
|
94f11d5dbd
|
fix(ReleasePlayer): fixed fullscreen view
|
2024-05-11 06:57:15 +05:00 |
|
|
cffb96b837
|
feat(frontend/release): add a favorite button to release page
|
2024-05-01 12:41:42 +05:00 |
|
|
403e314ab3
|
fix(frontend/release): fix voiceover selection overflow in player
|
2024-05-01 12:18:03 +05:00 |
|
|
90f2ba54e5
|
feat(frontend): add user favorites page
|
2024-05-01 12:13:34 +05:00 |
|
|
f535d09e97
|
refactor(backend-&-frontend): change bookmarks api urls to /api/bookmarks/{path} from /api/favorites/{path}
BREAKING CHANGE:
|
2024-05-01 11:49:07 +05:00 |
|
|
0f937f09d0
|
feat(frontend/release): add ability to change boormarks list on releases page for authorized users
|
2024-05-01 09:48:18 +05:00 |
|
|
9bdd217fe0
|
fix(frontend/releases): fix null episode name if API returning null in episode.name
add fallback to use episode position
|
2024-04-30 18:37:02 +05:00 |
|
|
99f7b4cdbb
|
feat(frontend/releases): add release info and related releases cards
|
2024-04-30 18:34:56 +05:00 |
|
|
3095bb04a8
|
refactor(frontend/release): add a loading circle for release player when fetching episodes data
|
2024-04-30 16:47:05 +05:00 |
|
|
3d19df95bf
|
refactor(frontend/release): move release player in to the component
|
2024-04-30 16:24:18 +05:00 |
|
|
2dbcbde50f
|
refactor(frontend/release-page): less layout shift on player
|
2024-04-30 16:01:41 +05:00 |
|
|
75dd8d83bd
|
feat(frontend): add a release page
add a video player to a release page without release info with ability to save and view wathed episodes
|
2024-04-30 05:22:19 +05:00 |
|
|
0d824c17db
|
fix(frontend): fix text overflow on releases cards
|
2024-04-29 03:54:45 +05:00 |
|
|
8e945429c2
|
fix(frontend): fix overflow of releases cards on pages with overview
|
2024-04-29 03:52:29 +05:00 |
|
|
85302f0607
|
feat(next-page-loading): disable load more button when length of fetched page is less than 25 on all pages
|
2024-04-29 03:45:27 +05:00 |
|
|
f84c923ab7
|
refactor(history-page): use ReleaseOverview component on search page
|
2024-04-29 03:26:42 +05:00 |
|
|
75ff80087b
|
update todo.md.
|
2024-04-28 01:20:23 +05:00 |
|
|
93982a061c
|
frontend: add saving of settings state. move logout button in navigation. add close button to settings dialog.
|
2024-04-28 01:18:40 +05:00 |
|
|
4f680ca717
|
frontend: update recently watched in user profile
|
2024-04-28 00:11:47 +05:00 |
|
|
21da78f0f2
|
frontend: add functions to remove searches and theme
|
2024-04-27 23:55:19 +05:00 |
|
|
3fdf67c860
|
frontend: add message panels to search. disable to search empty query.
|
2024-04-27 23:50:57 +05:00 |
|
|
baaa67f2ab
|
frontend: add settings boilerplate
|
2024-04-27 23:41:53 +05:00 |
|
|
d4f4452773
|
feat: disable favorites nav button
|
2024-04-27 11:25:34 +05:00 |
|
|
3e1eb42ba6
|
frontend: add bookmarks page
|
2024-04-27 11:22:36 +05:00 |
|
|
185e537603
|
frontend: add history page.
frend: make releaseOverview component
|
2024-04-27 11:09:46 +05:00 |
|
|
78ca3ef054
|
frontend: add route to view other user profiles by id
|
2024-04-27 10:39:57 +05:00 |
|
|
9392345480
|
frontend: profile and other minor improvements
|
2024-04-26 04:20:59 +05:00 |
|
|
1a83a80e07
|
Frontend: add dynamic color from user avatar.
Backend: add image proxy
|
2024-04-26 03:20:13 +05:00 |
|
|
76bb133955
|
add todo
|
2024-04-24 14:47:05 +05:00 |
|
|
320a36d27e
|
frontend: add user profile page
|
2024-04-24 14:40:53 +05:00 |
|
|
32a4da1a31
|
Back and Front: User Login
|
2024-04-23 23:59:24 +05:00 |
|
|
a03deddbc0
|
frontend: fix <Image />
|
2024-04-23 22:23:11 +05:00 |
|
|
58ed4007df
|
frontend: fix linted errors
|
2024-04-23 18:52:41 +05:00 |
|
|
9e75a0783c
|
ADD New Pre-Commit hooks and Formatting code
|
2024-04-23 18:30:35 +05:00 |
|
|
5c9c3e67fa
|
add login page route
|
2024-04-23 08:43:32 +05:00 |
|
|
64886347f2
|
frontend: move theme dialog to bottom left
|
2024-04-21 21:39:43 +05:00 |
|
|
b9af35ee75
|
frontend: add loginNeeded component
|
2024-04-21 21:10:08 +05:00 |
|
|
dcce13b86b
|
frontend: search fix
|
2024-04-21 07:11:44 +05:00 |
|