Skip to content

Big cleaning + Moderation charter

AyM requested to merge (removed):master into master

Upgrade VueFS (from joinmobilizon changes)

Rules from https://vuejs.org/v2/style-guide/index.html

  • Keyed v-for
  • Avoid v-if with v-for
  • Element attribute order
  • Multi-attribute elements (when it’s really needed and without ending line like ></…> or >)

Split Home.vue in sub-components

Using V-Text.vue template (so there are changes in locales/*.yml tree)

Merge request reports