diff --git a/changelog.md b/changelog.md index 25556b34..06d79280 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ # 11.2 +## 11.2.18 - Le bourrichon d'Akarlikarlikar +- Les différentes listes de la feuille de personnage ont maintenant le bouton pour envoyer dans le tchat + ## 11.2.17 - Le cache-oeil d'Akarlikarlikar - Le titre des fenêtre d'objet affiche de nouveau le type traduit - Les tooltips des boutons edit/delete sont maintenant en Français diff --git a/styles/simple.css b/styles/simple.css index 69cecd34..f89358d3 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -433,6 +433,7 @@ table {border: 1px solid #7a7971;} } .flex-shrink { flex: 'flex-shrink' ; + flex-shrink: 2; } :is(.flex-grow, .flex-grow-3) { flex-grow: 3; @@ -440,6 +441,12 @@ table {border: 1px solid #7a7971;} .flex-grow-2 { flex-grow: 2; } +.flex-grow-1 { + flex-grow: 1; +} +.flex-grow-0-5 { + flex-grow: 0.5; +} .voyage-liste-survies { max-width: 12rem; } diff --git a/system.json b/system.json index 5c0eab1a..8edc8faa 100644 --- a/system.json +++ b/system.json @@ -1,8 +1,8 @@ { "id": "foundryvtt-reve-de-dragon", "title": "Rêve de Dragon", - "version": "11.2.17", - "download": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/archive/foundryvtt-reve-de-dragon-11.2.17.zip", + "version": "11.2.18", + "download": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/archive/foundryvtt-reve-de-dragon-11.2.18.zip", "manifest": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/raw/v11/system.json", "changelog": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/raw/branch/v11/changelog.md", "compatibility": { diff --git a/templates/actor/alchimie.html b/templates/actor/alchimie.html index 2fd9399e..f10c0da8 100644 --- a/templates/actor/alchimie.html +++ b/templates/actor/alchimie.html @@ -3,10 +3,12 @@ diff --git a/templates/actor/blessure.hbs b/templates/actor/blessure.hbs index 9e801614..ef6ec483 100644 --- a/templates/actor/blessure.hbs +++ b/templates/actor/blessure.hbs @@ -36,6 +36,7 @@ +   diff --git a/templates/actor/chirurgie.html b/templates/actor/chirurgie.html index 16797573..4c9aba22 100644 --- a/templates/actor/chirurgie.html +++ b/templates/actor/chirurgie.html @@ -12,9 +12,11 @@ {{tache.name}} ({{tache.system.points_de_tache_courant}}/{{tache.system.points_de_tache}}) -
+
+   +
{{/if}} diff --git a/templates/actor/competence.html b/templates/actor/competence.html index 92cf7ec3..ab1b1ec0 100644 --- a/templates/actor/competence.html +++ b/templates/actor/competence.html @@ -48,7 +48,9 @@ {{#if @root.options.isGM}} {{/if}} -
+   + + {{/if}} {{/unless}} \ No newline at end of file diff --git a/templates/actor/dragon-queue.html b/templates/actor/dragon-queue.html index 39990c91..5e2664a9 100644 --- a/templates/actor/dragon-queue.html +++ b/templates/actor/dragon-queue.html @@ -9,6 +9,7 @@
+ {{#if queue.system.refoulement}} Refouler {{/if}} diff --git a/templates/actor/dragon-souffles.html b/templates/actor/dragon-souffles.html index 4bbff132..c5839a73 100644 --- a/templates/actor/dragon-souffles.html +++ b/templates/actor/dragon-souffles.html @@ -5,8 +5,9 @@
  • {{souffle.name}} -
    +
    +
  • {{/each}} diff --git a/templates/actor/dragon-tetes.html b/templates/actor/dragon-tetes.html index 5a00853d..f05c8f10 100644 --- a/templates/actor/dragon-tetes.html +++ b/templates/actor/dragon-tetes.html @@ -5,8 +5,9 @@
  • {{tete.name}} -
    +
    +
  • {{/each}} diff --git a/templates/actor/hr-casestmr.html b/templates/actor/hr-casestmr.html index fb5e2b05..81d60f10 100644 --- a/templates/actor/hr-casestmr.html +++ b/templates/actor/hr-casestmr.html @@ -6,8 +6,10 @@ {{casetmr.name}} {{casetmr.system.coord}} - {{caseTmr-label casetmr.system.coord}} -
    +
    +   +
    {{/each}} diff --git a/templates/actor/hr-meditations.html b/templates/actor/hr-meditations.html index 67455c5c..af9dc52e 100644 --- a/templates/actor/hr-meditations.html +++ b/templates/actor/hr-meditations.html @@ -5,9 +5,11 @@
  • {{meditation.name}} - {{meditation.system.competence}} -
    +
    +   +
  • {{/each}} diff --git a/templates/actor/hr-rencontres.html b/templates/actor/hr-rencontres.html index eaa39e1e..d049c815 100644 --- a/templates/actor/hr-rencontres.html +++ b/templates/actor/hr-rencontres.html @@ -10,7 +10,7 @@ {{#if rencontre.system.date}} {{upperFirst rencontre.system.heure}}, le {{rencontre.system.date}} {{/if}} -
    +
    diff --git a/templates/actor/hr-signes-draconiques.html b/templates/actor/hr-signes-draconiques.html index cae197f1..15e6d12f 100644 --- a/templates/actor/hr-signes-draconiques.html +++ b/templates/actor/hr-signes-draconiques.html @@ -6,7 +6,7 @@ {{signe.name}} {{signe.system.difficulte}} -
    +
    diff --git a/templates/actor/hr-sorts-reserve.html b/templates/actor/hr-sorts-reserve.html index c76ca634..6425085b 100644 --- a/templates/actor/hr-sorts-reserve.html +++ b/templates/actor/hr-sorts-reserve.html @@ -7,7 +7,7 @@ {{#if sort.system.echectotal}}Echec total: {{/if}}{{sort.name}} r{{sort.system.ptreve}} {{sort.system.coord}} - {{caseTmr-label sort.system.coord}} -
    +
    diff --git a/templates/actor/hr-sorts.html b/templates/actor/hr-sorts.html index 2fc6751c..4146cfcb 100644 --- a/templates/actor/hr-sorts.html +++ b/templates/actor/hr-sorts.html @@ -4,15 +4,16 @@ {{#each (trier sorts) as |sort key|}}
  • - + {{sort.name}} - {{#if sort.system.caseTMRspeciale}}{{sort.system.caseTMRspeciale}}{{else}}{{upperFirst sort.system.caseTMR}}{{/if}} - {{#if sort.system.isrituel}}Rituel{{/if}} - {{sort.system.draconic}} / {{sort.system.difficulte}} + {{#if sort.system.isrituel}}Rituel{{/if}} + {{sort.system.draconic}}/{{sort.system.difficulte}}
    +
  • {{/each}} diff --git a/templates/actor/jeux.html b/templates/actor/jeux.html index 017a6c06..69425dd0 100644 --- a/templates/actor/jeux.html +++ b/templates/actor/jeux.html @@ -4,9 +4,11 @@ {{#each jeux as |jeu id|}}
  • {{jeu.name}} (base {{jeu.system.base}}) -
    +
    +   +
  • {{/each}} diff --git a/templates/actor/liens-suivants.hbs b/templates/actor/liens-suivants.hbs index 8e1fba8a..919f702b 100644 --- a/templates/actor/liens-suivants.hbs +++ b/templates/actor/liens-suivants.hbs @@ -22,7 +22,7 @@ {{/if}} {{/if}} -
    +
    diff --git a/templates/actor/oeuvre.html b/templates/actor/oeuvre.html index 174aaa77..606bfe64 100644 --- a/templates/actor/oeuvre.html +++ b/templates/actor/oeuvre.html @@ -7,6 +7,8 @@
    +   +
    diff --git a/templates/actor/possessions.html b/templates/actor/possessions.html index f81dee00..31ab3da6 100644 --- a/templates/actor/possessions.html +++ b/templates/actor/possessions.html @@ -15,7 +15,9 @@
    -
    +   + +
    {{/each}} diff --git a/templates/actor/taches.html b/templates/actor/taches.html index 8f9316f5..7a8d54cb 100644 --- a/templates/actor/taches.html +++ b/templates/actor/taches.html @@ -8,9 +8,11 @@ ({{tache.system.points_de_tache_courant}}{{#if (or @root.options.isGM (not tache.system.cacher_points_de_tache)) }}/{{tache.system.points_de_tache}}{{/if}}) -
    +
    +   +
    {{/unless}}