Foundry v13 migraton, WIP
All checks were successful
Release Creation / build (release) Successful in 2m5s
All checks were successful
Release Creation / build (release) Successful in 2m5s
This commit is contained in:
parent
bb80391a47
commit
aa5f159a91
@ -48,7 +48,7 @@ jobs:
|
|||||||
apt update -y
|
apt update -y
|
||||||
apt install -y zip
|
apt install -y zip
|
||||||
|
|
||||||
- run: zip -r ./rddsystem.zip system.json template.json README.md LICENSE.txt assets/ fonts/ icons lang/ module/ packs/ pic/ sounds/ styles/ templates/
|
- run: zip -r ./rddsystem.zip system.json template.json README.md LICENSE.txt assets/ css/ fonts/ icons lang/ module/ packs/ pic/ sounds/ styles/ templates/
|
||||||
|
|
||||||
- name: setup go
|
- name: setup go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
Pour que le bug soit traité, merci de préciser quelques détails.
|
|
||||||
|
|
||||||
### Environment
|
|
||||||
|
|
||||||
> Indiquez quelques éléments de votre installation
|
|
||||||
|
|
||||||
* Foundry VTT Version: (Example 0.5.4)
|
|
||||||
* OS: [Windows, MacOS, Linux (which distro)]
|
|
||||||
* Modules ?: Liste des modules utilisés
|
|
||||||
|
|
||||||
### Description du problème
|
|
||||||
|
|
||||||
|
|
||||||
/label ~Bug ~Nonrepro
|
|
@ -1,14 +0,0 @@
|
|||||||
|
|
||||||
### Résumé de la fonctionnalité
|
|
||||||
|
|
||||||
> Décrivez de manière simple et concise la fonction que vous voulez voir ajoutée.
|
|
||||||
|
|
||||||
### Expérience Utilisateur
|
|
||||||
|
|
||||||
> Indiquez ce que l'utilisateur aura comme bénéfice avec cette fonction.
|
|
||||||
|
|
||||||
### Priority/Importance
|
|
||||||
|
|
||||||
> Selon vous, quelle est l'importance de cette fonctionnalité.
|
|
||||||
|
|
||||||
/label ~Feature
|
|
@ -69,6 +69,7 @@
|
|||||||
.sheet header.sheet-header .header-compteurs,
|
.sheet header.sheet-header .header-compteurs,
|
||||||
.sheet header.sheet-header .flex-group-center.flex-fatigue,
|
.sheet header.sheet-header .flex-group-center.flex-fatigue,
|
||||||
select,
|
select,
|
||||||
|
button,
|
||||||
.item-checkbox,
|
.item-checkbox,
|
||||||
#sidebar,
|
#sidebar,
|
||||||
#players,
|
#players,
|
||||||
@ -2039,8 +2040,7 @@ select,
|
|||||||
}
|
}
|
||||||
.system-foundryvtt-reve-de-dragon aside#tooltip {
|
.system-foundryvtt-reve-de-dragon aside#tooltip {
|
||||||
background: var(--background-tooltip);
|
background: var(--background-tooltip);
|
||||||
/*color: var(--color-text-dark-primary);*/
|
color: var(--color-text-dark-primary);
|
||||||
color: rgba(100, 100, 50, 0.90);
|
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
border-radius: 0.2rem;
|
border-radius: 0.2rem;
|
||||||
padding: 0.4rem;
|
padding: 0.4rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user