wakapi/static/assets/js
daief 42808fa38a
fix: href to a 404 when service on a subpath
click project detail will redirect to a not exist page, when the service runs with a base path.

For example, the base path is `wakatime`,  and the dashboard uri will be `/wakatime/summary`. When click project detail, page will be redirect to `/wakatime/wakatime/summary?project=demo` but the correct detail page is `/wakatime/summary?project=demo`.

And i think `pushing a history stack` is better than `replace`, so that can back to dashboard by backwards.
2022-03-02 11:35:40 +08:00
..
components fix: settings forms 2022-01-02 20:13:38 +01:00
base.js chore: move vue components to separate js files 2022-01-02 12:02:12 +01:00
icons.dist.js refactor: redefine tailwind build 2022-01-02 12:02:12 +01:00
icons.dist.js.br feat: brotli precompressed assets (resolve #284) 2022-01-02 12:02:12 +01:00
summary.js fix: href to a 404 when service on a subpath 2022-03-02 11:35:40 +08:00
timezones.js chore: move vue components to separate js files 2022-01-02 12:02:12 +01:00