1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-12 08:23:48 +02:00
woodpecker/web/src/compositions
qwerty287 b90e7904a5
Support path prefix (#1714)
closes #1636 
closes #1429
supersedes #1586

Uses a different approach: just take the index.html compiled by vite and
replace the paths to js and other files using regex. This is not
compatible with the dev proxy which is also the reason why we can't use
go templates for this.
2023-04-29 17:51:50 +02:00
..
useApiClient.ts Support path prefix (#1714) 2023-04-29 17:51:50 +02:00
useAsyncAction.ts Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
useAuthentication.ts fix redirect after login (#824) 2022-05-14 17:45:01 +02:00
useConfig.ts Support path prefix (#1714) 2023-04-29 17:51:50 +02:00
useDarkMode.ts Use Woodpecker theme colors on Safari Tab Bar / Header Bar (#632) 2021-12-21 02:26:42 +01:00
useDate.ts Add German Translation (#997) 2022-06-21 18:18:02 +02:00
useElapsedTime.ts Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
useEvents.ts Hide not owned repos from sidebar and repo list (#1453) 2023-01-31 09:37:11 +01:00
useFavicon.ts Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
useI18n.ts Lazy load locales (#1362) 2022-12-29 13:41:59 +01:00
useInjectProvide.ts Add ability to trigger manual builds (#1156) 2022-09-27 11:05:00 +02:00
useNotifications.ts Add pipeline log output download (#1023) 2022-07-17 21:51:10 +02:00
usePipeline.ts Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
usePipelineFeed.ts Hide not owned repos from sidebar and repo list (#1453) 2023-01-31 09:37:11 +01:00
useRepoSearch.ts Sort repos by org and name (#1548) 2023-02-28 11:14:19 +01:00
useRouteBackOrDefault.ts fix back links (#529) 2021-12-08 14:01:33 +01:00
useTabs.ts Spelling (#1405) 2022-11-09 08:12:17 +01:00
useUserConfig.ts Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00