Skip to content

globalStorage, moderation charter, cleaning

AyM requested to merge aym/framanav:master into master

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 and Optin.Vue from plugin/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

Merge request reports