search misc: results links, ...

This commit is contained in:
2023-08-18 12:52:56 +02:00
parent 6d00fecdb3
commit c7b71e5530
7 changed files with 118 additions and 41 deletions

View File

@@ -8,6 +8,7 @@ export const CommonStore = defineStore({
hover_elmt: null,
map_item_ray: Math.min(window.innerWidth, window.innerHeight) * 0.08,
cartouch_width: 450,
cartouch_is_opened: false,
paper_symbol_definitions: {}
}),
getters: {
@@ -19,6 +20,9 @@ export const CommonStore = defineStore({
// mode can be : terraindevie, proximite, superposition, puissancedagir, action, doleancer
this.hover_elmt = elmt;
},
setCartoucheOpened (v) {
this.cartouch_is_opened = v;
},
addPaperSymbolDefinition(name, path) {
// console.log(`addPaperSymbolDefinition ${name}`, path);
// mode can be : terraindevie, proximite, superposition, puissancedagir, action, doleancer