The source project of this merge request has been removed.
globalStorage, moderation charter, cleaning
globalStorage
- Minus (Pinky) and Cortex (the Brain) talk together with the
postMessage
API (cf https://framagit.org/josephk/minus_et_cortex/) - Cortex is in an iframe
lib/cortex.html
(contains inline js) - Cortex write Minus instructions in framasoft.org localStorage
- Minus is in the main window called by
Cortex.vue
,ModalDon.vue
andOptin.Vue
fromplugin/globalStockage.js
- Minus put Cortex instructions in
storage
witch can be saved in cookies (Cortex.vue
,project.yml
) - When Cortex is ready, ModalDon and Optin can be rendered (as it was in the previous nav.js)
Moderation charter
- link added in footer and about menu
Cleaning
- useless task in CI avoided
- removed prerendering and routing comments (previous commit)
- removed page components (excepted home)
- moved top navbar elements in
NavMenu.vue
components - upgraded dependencies
Edited by AyM