listmonk/frontend/src
Kailash Nadh b950d2f4ff Refactor fetching of server config and settings.
The earlier approach of loading `/api/config.js` as a script on
initial page load with the necessary variables to init the UI is
ditched. Instead, it's now `/api/config` and `/api/settings` like
all other API calls. On load of the frontend, these two resources
are fetched and the frontend is initialised.
2021-02-13 12:34:36 +05:30
..
api Refactor fetching of server config and settings. 2021-02-13 12:34:36 +05:30
assets Add support for alternate plaintext body for e-mails. 2021-01-30 18:49:47 +05:30
components Fix contenType event not firing on non-Quill editor mode 2021-01-31 12:59:33 +05:30
router Add new 'Logs' page to the UI to view stdout logs 2020-10-10 23:55:54 +05:30
store Add new 'Logs' page to the UI to view stdout logs 2020-10-10 23:55:54 +05:30
views Refactor fetching of server config and settings. 2021-02-13 12:34:36 +05:30
App.vue Refactor fetching of server config and settings. 2021-02-13 12:34:36 +05:30
constants.js Refactor fetching of server config and settings. 2021-02-13 12:34:36 +05:30
main.js Refactor fetching of server config and settings. 2021-02-13 12:34:36 +05:30
utils.js Refactor global instances of $api and $utils to be mixins. 2021-01-26 21:57:27 +05:30