vikunja/frontend/src/helpers
Marc 25ff8939f6 feat(dev): use proxy server in dev mode (#3069)
In dev environment, this PR allows to proxy to whatever backend without CORS issue by specifying the backend URL in `.env.local` variable.

I believe this would ease contribution by frontend developpers that would only have to run the unstable docker to work on the frontend without need for all the go toolchain to build the whole backend to have a cors enabled backend.

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/3069
Co-authored-by: Marc <marc88@free.fr>
Co-committed-by: Marc <marc88@free.fr>
2025-03-09 13:40:57 +00:00
..
color chore: move frontend files 2024-02-07 14:56:56 +01:00
time fix(i18n): use actually set language for dates 2025-03-09 10:24:45 +01:00
attachments.ts feat: improve types (#2368) 2024-06-12 10:04:26 +00:00
auth.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
calculateItemPosition.ts feat: improve ProjectSettingsViews 2024-07-19 09:43:49 +00:00
calculateTaskPosition.test.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
case.ts feat: switch to change-case lib 2024-06-18 06:30:39 +00:00
checkAndSetApiUrl.ts feat(dev): use proxy server in dev mode (#3069) 2025-03-09 13:40:57 +00:00
checklistFromText.test.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
checklistFromText.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
closeWhenClickedOutside.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
createAsyncComponent.ts feat(components): align component name casing Loading 2024-06-17 13:09:34 +02:00
downloadBlob.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
editorContentEmpty.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
fetcher.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
filters.test.ts fix(filters): correctly replace the same filter input part when it occurs multiple times 2025-01-21 18:22:56 +01:00
filters.ts fix(filters): correctly replace the same filter input part when it occurs multiple times 2025-01-21 18:22:56 +01:00
getBlobFromBlurHash.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
getFullBaseUrl.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
getHumanSize.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
getInheritedBackgroundColor.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
getProjectTitle.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
hourToDaytime.test.ts fix: lint issues 2024-10-29 09:57:53 +00:00
hourToDaytime.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
inputPrompt.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
isAppleDevice.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
isEmail.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
isValidHttpUrl.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
parseDateOrNull.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
parseSubtasksViaIndention.test.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
parseSubtasksViaIndention.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
playPop.ts feat: simplify playPopSound setting check 2024-07-05 14:24:53 +02:00
projectView.ts fix(favorites): make favorites work with configurable views 2024-04-14 17:12:16 +02:00
randomId.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
redirectToProvider.ts feat: assign users to teams via OIDC claims (#1393) 2024-03-02 08:47:10 +00:00
replaceAll.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
saveCollapsedBucketState.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
saveLastVisited.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
scrollIntoView.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
setTitle.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
useFlatpickrLanguage.ts feat: reactive flatpicker language (#2628) 2025-01-14 11:46:17 +00:00
utils.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
validatePasswort.ts fix(auth): restrict max password length to 72 bytes 2024-09-10 18:23:06 +02:00