feat: add bookmarks & bookmarks category pages

This commit is contained in:
Kentai Radiquum 2024-07-16 09:22:09 +05:00
parent a3f5f2e116
commit bccc8407fc
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
13 changed files with 624 additions and 155 deletions

View file

@ -7,18 +7,23 @@ export const ENDPOINTS = {
info: `${API_URL}/release`,
episode: `${API_URL}/episode`,
},
profile: `${API_URL}/profile`,
filter: `${API_URL}/filter`,
auth: `${API_URL}/auth/signIn`,
user: {
profile: `${API_URL}/profile`,
bookmark: `${API_URL}/profile/list/all`,
history: `${API_URL}/history`,
watching: `${API_URL}/profile/list/all/1`,
planned: `${API_URL}/profile/list/all/2`,
watched: `${API_URL}/profile/list/all/3`,
delayed: `${API_URL}/profile/list/all/4`,
abandoned: `${API_URL}/profile/list/all/5`,
favorite: `${API_URL}/favorite`,
},
filter: `${API_URL}/filter`,
auth: `${API_URL}/auth/signIn`,
// user: {
// history: `${API_URL}/history`,
// watching: `${API_URL}/profile/list/all/1`,
// planned: `${API_URL}/profile/list/all/2`,
// watched: `${API_URL}/profile/list/all/3`,
// delayed: `${API_URL}/profile/list/all/4`,
// abandoned: `${API_URL}/profile/list/all/5`,
// favorite: `${API_URL}/favorite`,
// },
search: `${API_URL}/search/releases`,
statistic: {
addHistory: `${API_URL}/history/add`,