funkwhale/front/src
Kasper Seweryn 3b78ac8cc6
Workaround axios-auth-refresh in production
axios-auth-refresh has only prebuilt files, that might be the case when
vite is trying to bundle it. It seems like vite thinks that it's
constructed like:
```
export default {
    default () {
        // ...
    }
}
```

This also fixes `jQuery is not defined` in dev
2022-02-22 13:01:29 +01:00
..
assets Resolve "Redesign the sidebar/navigation to simplify the UI" 2019-12-26 11:38:26 +01:00
audio Remove undeclared `exports` from volume.js 2022-02-21 23:21:39 +01:00
components Remove console.log 2022-02-21 23:48:55 +01:00
router Start migration to vite 2022-02-21 15:07:07 +01:00
store Fix env variables 2022-02-21 23:23:13 +01:00
style Start migration to vite 2022-02-21 15:07:07 +01:00
utils Lint the frontend code 2021-12-06 11:35:20 +01:00
views Remove @/lodash.js 2022-02-21 22:49:02 +01:00
App.vue Fix env variables 2022-02-21 23:23:13 +01:00
EmbedFrame.vue FIx embedded player 2022-01-22 19:42:55 +00:00
edits.js Lint the frontend code 2021-12-06 11:35:20 +01:00
embed.js Lint the frontend code 2021-12-06 11:35:20 +01:00
entities.js Lint the frontend code 2021-12-06 11:35:20 +01:00
filters.js Lint the frontend code 2021-12-06 11:35:20 +01:00
jquery.js Workaround axios-auth-refresh in production 2022-02-22 13:01:29 +01:00
locales.js Fix greek language code 2021-09-13 06:24:58 +02:00
logging.js Initial commit that merge both the front end and the API in the same repository 2017-06-23 23:00:42 +02:00
main.js Workaround axios-auth-refresh in production 2022-02-22 13:01:29 +01:00
radios.js Lint the frontend code 2021-12-06 11:35:20 +01:00
registerServiceWorker.js Fix env variables 2022-02-21 23:23:13 +01:00
sanitize.js Lint the frontend code 2021-12-06 11:35:20 +01:00
search.js Lint the frontend code 2021-12-06 11:35:20 +01:00
semantic.js Fix jQuery and semantic ui 2022-02-21 23:38:51 +01:00
service-worker.js Lint the frontend code 2021-12-06 11:35:20 +01:00
utils.js Remove @/lodash.js 2022-02-21 22:49:02 +01:00