Educcation fix + CSS v13
All checks were successful
Release Creation / build (release) Successful in 43s

This commit is contained in:
2025-07-02 23:08:34 +02:00
parent 3693d68c24
commit 3d6f195fc2
53 changed files with 157 additions and 143 deletions

View File

@@ -14,7 +14,7 @@ export class TeDeumEducationSchema extends foundry.abstract.TypeDataModel {
return obj; return obj;
}, {}) }, {})
); );
schema.genre = new fields.StringField({required: true, initial: "Homme", choices: ["masculin", "mixte", "Homme", "Femme", "Mixte"]}); schema.genre = new fields.StringField({required: true, initial: "Homme", choices: ["masculin", "mixte", "Homme", "Femme", "Mixte"]});
schema.nbChoixCarac = new fields.NumberField({ ...requiredInteger, initial: 1, min: 1 }); schema.nbChoixCarac = new fields.NumberField({ ...requiredInteger, initial: 1, min: 1 });
@@ -32,7 +32,7 @@ export class TeDeumEducationSchema extends foundry.abstract.TypeDataModel {
}); });
return comps; return comps;
}, {})); }, {}));
schema.hasCompetencesOpt = new fields.BooleanField({initial: false}) schema.hasCompetencesOpt = new fields.BooleanField({initial: false})
schema.competencesOptNumber = new fields.NumberField({ ...requiredInteger, initial: 1, min:0 }) schema.competencesOptNumber = new fields.NumberField({ ...requiredInteger, initial: 1, min:0 })
schema.competencesOpt = new fields.SchemaField(Array.fromRange(14, 1).reduce((comps, i) => { schema.competencesOpt = new fields.SchemaField(Array.fromRange(14, 1).reduce((comps, i) => {
@@ -51,7 +51,7 @@ export class TeDeumEducationSchema extends foundry.abstract.TypeDataModel {
reponse: new fields.StringField({ required: true, blank: true, initial: "" }), reponse: new fields.StringField({ required: true, blank: true, initial: "" }),
compName: new fields.StringField({ required: true, blank: true, initial: "" }), compName: new fields.StringField({ required: true, blank: true, initial: "" }),
toSelect: new fields.BooleanField({ initial: false }), toSelect: new fields.BooleanField({ initial: false }),
compList: new fields.SchemaField(Array.fromRange(10, 1).reduce((comps, i) => { compList: new fields.SchemaField(Array.fromRange(16, 1).reduce((comps, i) => {
comps[`comp${i}`] = new fields.SchemaField({ comps[`comp${i}`] = new fields.SchemaField({
compName: new fields.StringField({ required: true, blank: true, initial: "" }), compName: new fields.StringField({ required: true, blank: true, initial: "" }),
}); });
@@ -63,7 +63,7 @@ export class TeDeumEducationSchema extends foundry.abstract.TypeDataModel {
}); });
return questions; return questions;
}, {})); }, {}));
schema.debouches = new fields.SchemaField(Array.fromRange(24, 1).reduce((debouches, i) => { schema.debouches = new fields.SchemaField(Array.fromRange(24, 1).reduce((debouches, i) => {
debouches[`debouche${i}`] = new fields.SchemaField({ debouches[`debouche${i}`] = new fields.SchemaField({
debouche: new fields.StringField({ required: true, blank: true, initial: "" }) debouche: new fields.StringField({ required: true, blank: true, initial: "" })
@@ -73,7 +73,7 @@ export class TeDeumEducationSchema extends foundry.abstract.TypeDataModel {
schema.cagnotteMultiplier = new fields.NumberField({ ...requiredDouble, initial: 1.0, min: 0 }); schema.cagnotteMultiplier = new fields.NumberField({ ...requiredDouble, initial: 1.0, min: 0 });
schema.cagnotteDivider = new fields.NumberField({ ...requiredDouble, initial: 1.0, min: 0 }); schema.cagnotteDivider = new fields.NumberField({ ...requiredDouble, initial: 1.0, min: 0 });
schema.description = new fields.HTMLField({ required: true, blank: true }); schema.description = new fields.HTMLField({ required: true, blank: true });
schema.trousseau = new fields.StringField({ required: true, blank: true, initial: "" }); schema.trousseau = new fields.StringField({ required: true, blank: true, initial: "" });

View File

@@ -1 +1 @@
MANIFEST-000108 MANIFEST-000116

View File

@@ -1,7 +1,7 @@
2025/06/04-15:05:47.545416 7ff25bfff6c0 Recovering log #106 2025/07/02-23:06:08.560525 7f0793fff6c0 Recovering log #114
2025/06/04-15:05:47.556041 7ff25bfff6c0 Delete type=3 #104 2025/07/02-23:06:08.610681 7f0793fff6c0 Delete type=3 #112
2025/06/04-15:05:47.556120 7ff25bfff6c0 Delete type=0 #106 2025/07/02-23:06:08.610784 7f0793fff6c0 Delete type=0 #114
2025/06/04-15:26:45.555523 7ff25a3ff6c0 Level-0 table #111: started 2025/07/02-23:08:13.585521 7f07923ff6c0 Level-0 table #119: started
2025/06/04-15:26:45.555566 7ff25a3ff6c0 Level-0 table #111: 0 bytes OK 2025/07/02-23:08:13.585561 7f07923ff6c0 Level-0 table #119: 0 bytes OK
2025/06/04-15:26:45.562169 7ff25a3ff6c0 Delete type=0 #109 2025/07/02-23:08:13.592021 7f07923ff6c0 Delete type=0 #117
2025/06/04-15:26:45.562425 7ff25a3ff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end) 2025/07/02-23:08:13.592190 7f07923ff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/05/18-22:00:33.531561 7f8905ffb6c0 Recovering log #101 2025/07/02-22:48:25.676634 7f07937fe6c0 Recovering log #110
2025/05/18-22:00:33.592770 7f8905ffb6c0 Delete type=3 #99 2025/07/02-22:48:25.686761 7f07937fe6c0 Delete type=3 #108
2025/05/18-22:00:33.592842 7f8905ffb6c0 Delete type=0 #101 2025/07/02-22:48:25.686842 7f07937fe6c0 Delete type=0 #110
2025/05/18-22:05:29.127669 7f8667fff6c0 Level-0 table #107: started 2025/07/02-23:06:03.267948 7f07923ff6c0 Level-0 table #115: started
2025/05/18-22:05:29.127710 7f8667fff6c0 Level-0 table #107: 0 bytes OK 2025/07/02-23:06:03.267975 7f07923ff6c0 Level-0 table #115: 0 bytes OK
2025/05/18-22:05:29.134205 7f8667fff6c0 Delete type=0 #105 2025/07/02-23:06:03.299914 7f07923ff6c0 Delete type=0 #113
2025/05/18-22:05:29.134321 7f8667fff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end) 2025/07/02-23:06:03.388289 7f07923ff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000211 MANIFEST-000219

View File

@@ -1,7 +1,7 @@
2025/06/04-15:05:47.429143 7ff25affd6c0 Recovering log #209 2025/07/02-23:06:08.061648 7f0792ffd6c0 Recovering log #217
2025/06/04-15:05:47.441082 7ff25affd6c0 Delete type=3 #207 2025/07/02-23:06:08.112616 7f0792ffd6c0 Delete type=3 #215
2025/06/04-15:05:47.441344 7ff25affd6c0 Delete type=0 #209 2025/07/02-23:06:08.112666 7f0792ffd6c0 Delete type=0 #217
2025/06/04-15:26:45.478679 7ff25a3ff6c0 Level-0 table #214: started 2025/07/02-23:08:13.519462 7f07923ff6c0 Level-0 table #222: started
2025/06/04-15:26:45.478793 7ff25a3ff6c0 Level-0 table #214: 0 bytes OK 2025/07/02-23:08:13.519492 7f07923ff6c0 Level-0 table #222: 0 bytes OK
2025/06/04-15:26:45.485108 7ff25a3ff6c0 Delete type=0 #212 2025/07/02-23:08:13.525466 7f07923ff6c0 Delete type=0 #220
2025/06/04-15:26:45.505317 7ff25a3ff6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end) 2025/07/02-23:08:13.539414 7f07923ff6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/05/18-22:00:33.073973 7f8904ff96c0 Recovering log #204 2025/07/02-22:48:25.579874 7f07937fe6c0 Recovering log #213
2025/05/18-22:00:33.125273 7f8904ff96c0 Delete type=3 #202 2025/07/02-22:48:25.591330 7f07937fe6c0 Delete type=3 #211
2025/05/18-22:00:33.125334 7f8904ff96c0 Delete type=0 #204 2025/07/02-22:48:25.591377 7f07937fe6c0 Delete type=0 #213
2025/05/18-22:05:29.052408 7f8667fff6c0 Level-0 table #210: started 2025/07/02-23:06:02.984029 7f07923ff6c0 Level-0 table #218: started
2025/05/18-22:05:29.052435 7f8667fff6c0 Level-0 table #210: 0 bytes OK 2025/07/02-23:06:02.984053 7f07923ff6c0 Level-0 table #218: 0 bytes OK
2025/05/18-22:05:29.058826 7f8667fff6c0 Delete type=0 #208 2025/07/02-23:06:03.018891 7f07923ff6c0 Delete type=0 #216
2025/05/18-22:05:29.071831 7f8667fff6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end) 2025/07/02-23:06:03.055616 7f07923ff6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000210 MANIFEST-000218

View File

@@ -1,7 +1,7 @@
2025/06/04-15:05:47.446612 7ff2609fa6c0 Recovering log #208 2025/07/02-23:06:08.115418 7f07937fe6c0 Recovering log #216
2025/06/04-15:05:47.457941 7ff2609fa6c0 Delete type=3 #206 2025/07/02-23:06:08.203034 7f07937fe6c0 Delete type=3 #214
2025/06/04-15:05:47.458200 7ff2609fa6c0 Delete type=0 #208 2025/07/02-23:06:08.203104 7f07937fe6c0 Delete type=0 #216
2025/06/04-15:26:45.491864 7ff25a3ff6c0 Level-0 table #213: started 2025/07/02-23:08:13.507158 7f07923ff6c0 Level-0 table #221: started
2025/06/04-15:26:45.491924 7ff25a3ff6c0 Level-0 table #213: 0 bytes OK 2025/07/02-23:08:13.507179 7f07923ff6c0 Level-0 table #221: 0 bytes OK
2025/06/04-15:26:45.498683 7ff25a3ff6c0 Delete type=0 #211 2025/07/02-23:08:13.513412 7f07923ff6c0 Delete type=0 #219
2025/06/04-15:26:45.505345 7ff25a3ff6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end) 2025/07/02-23:08:13.539385 7f07923ff6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/05/18-22:00:33.135764 7f89067fc6c0 Recovering log #203 2025/07/02-22:48:25.594502 7f0792ffd6c0 Recovering log #212
2025/05/18-22:00:33.191351 7f89067fc6c0 Delete type=3 #201 2025/07/02-22:48:25.604218 7f0792ffd6c0 Delete type=3 #210
2025/05/18-22:00:33.191454 7f89067fc6c0 Delete type=0 #203 2025/07/02-22:48:25.604285 7f0792ffd6c0 Delete type=0 #212
2025/05/18-22:05:29.065248 7f8667fff6c0 Level-0 table #209: started 2025/07/02-23:06:02.949195 7f07923ff6c0 Level-0 table #217: started
2025/05/18-22:05:29.065277 7f8667fff6c0 Level-0 table #209: 0 bytes OK 2025/07/02-23:06:02.949224 7f07923ff6c0 Level-0 table #217: 0 bytes OK
2025/05/18-22:05:29.071683 7f8667fff6c0 Delete type=0 #207 2025/07/02-23:06:02.983912 7f07923ff6c0 Delete type=0 #215
2025/05/18-22:05:29.071852 7f8667fff6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end) 2025/07/02-23:06:03.055603 7f07923ff6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000207 MANIFEST-000215

View File

@@ -1,7 +1,7 @@
2025/06/04-15:05:47.413144 7ff25bfff6c0 Recovering log #205 2025/07/02-23:06:08.011331 7f0798bfa6c0 Recovering log #213
2025/06/04-15:05:47.423163 7ff25bfff6c0 Delete type=3 #203 2025/07/02-23:06:08.059546 7f0798bfa6c0 Delete type=3 #211
2025/06/04-15:05:47.423245 7ff25bfff6c0 Delete type=0 #205 2025/07/02-23:06:08.059612 7f0798bfa6c0 Delete type=0 #213
2025/06/04-15:26:45.485291 7ff25a3ff6c0 Level-0 table #210: started 2025/07/02-23:08:13.513511 7f07923ff6c0 Level-0 table #218: started
2025/06/04-15:26:45.485326 7ff25a3ff6c0 Level-0 table #210: 0 bytes OK 2025/07/02-23:08:13.513531 7f07923ff6c0 Level-0 table #218: 0 bytes OK
2025/06/04-15:26:45.491655 7ff25a3ff6c0 Delete type=0 #208 2025/07/02-23:08:13.519351 7f07923ff6c0 Delete type=0 #216
2025/06/04-15:26:45.505333 7ff25a3ff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end) 2025/07/02-23:08:13.539400 7f07923ff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/05/18-22:00:32.966617 7f8905ffb6c0 Recovering log #200 2025/07/02-22:48:25.565222 7f0798bfa6c0 Recovering log #209
2025/05/18-22:00:33.058932 7f8905ffb6c0 Delete type=3 #198 2025/07/02-22:48:25.575102 7f0798bfa6c0 Delete type=3 #207
2025/05/18-22:00:33.058991 7f8905ffb6c0 Delete type=0 #200 2025/07/02-22:48:25.575167 7f0798bfa6c0 Delete type=0 #209
2025/05/18-22:05:29.044847 7f8667fff6c0 Level-0 table #206: started 2025/07/02-23:06:03.019023 7f07923ff6c0 Level-0 table #214: started
2025/05/18-22:05:29.044904 7f8667fff6c0 Level-0 table #206: 0 bytes OK 2025/07/02-23:06:03.019048 7f07923ff6c0 Level-0 table #214: 0 bytes OK
2025/05/18-22:05:29.052189 7f8667fff6c0 Delete type=0 #204 2025/07/02-23:06:03.055450 7f07923ff6c0 Delete type=0 #212
2025/05/18-22:05:29.071818 7f8667fff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end) 2025/07/02-23:06:03.055630 7f07923ff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000219 MANIFEST-000227

View File

@@ -1,7 +1,14 @@
2025/06/04-15:05:47.464179 7ff25b7fe6c0 Recovering log #217 2025/07/02-23:06:08.205635 7f0798bfa6c0 Recovering log #225
2025/06/04-15:05:47.474973 7ff25b7fe6c0 Delete type=3 #215 2025/07/02-23:06:08.258516 7f0798bfa6c0 Delete type=3 #223
2025/06/04-15:05:47.475215 7ff25b7fe6c0 Delete type=0 #217 2025/07/02-23:06:08.258587 7f0798bfa6c0 Delete type=0 #225
2025/06/04-15:26:45.511713 7ff25a3ff6c0 Level-0 table #222: started 2025/07/02-23:08:13.497309 7f07923ff6c0 Level-0 table #230: started
2025/06/04-15:26:45.511749 7ff25a3ff6c0 Level-0 table #222: 0 bytes OK 2025/07/02-23:08:13.500727 7f07923ff6c0 Level-0 table #230: 31862 bytes OK
2025/06/04-15:26:45.518781 7ff25a3ff6c0 Delete type=0 #220 2025/07/02-23:08:13.507034 7f07923ff6c0 Delete type=0 #228
2025/06/04-15:26:45.531871 7ff25a3ff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end) 2025/07/02-23:08:13.525588 7f07923ff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at '!items!dbl7clezSXISzlqE' @ 511 : 1
2025/07/02-23:08:13.525598 7f07923ff6c0 Compacting 1@0 + 1@1 files
2025/07/02-23:08:13.532830 7f07923ff6c0 Generated table #231@0: 71 keys, 264331 bytes
2025/07/02-23:08:13.532886 7f07923ff6c0 Compacted 1@0 + 1@1 files => 264331 bytes
2025/07/02-23:08:13.538890 7f07923ff6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2025/07/02-23:08:13.539063 7f07923ff6c0 Delete type=2 #214
2025/07/02-23:08:13.539294 7f07923ff6c0 Delete type=2 #230
2025/07/02-23:08:13.539429 7f07923ff6c0 Manual compaction at level-0 from '!items!dbl7clezSXISzlqE' @ 511 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/05/18-22:00:33.199430 7f89057fa6c0 Recovering log #212 2025/07/02-22:48:25.606929 7f0793fff6c0 Recovering log #221
2025/05/18-22:00:33.264639 7f89057fa6c0 Delete type=3 #210 2025/07/02-22:48:25.616919 7f0793fff6c0 Delete type=3 #219
2025/05/18-22:00:33.264698 7f89057fa6c0 Delete type=0 #212 2025/07/02-22:48:25.617003 7f0793fff6c0 Delete type=0 #221
2025/05/18-22:05:29.078828 7f8667fff6c0 Level-0 table #218: started 2025/07/02-23:06:02.914258 7f07923ff6c0 Level-0 table #226: started
2025/05/18-22:05:29.078861 7f8667fff6c0 Level-0 table #218: 0 bytes OK 2025/07/02-23:06:02.914309 7f07923ff6c0 Level-0 table #226: 0 bytes OK
2025/05/18-22:05:29.085105 7f8667fff6c0 Delete type=0 #216 2025/07/02-23:06:02.949061 7f07923ff6c0 Delete type=0 #224
2025/05/18-22:05:29.098638 7f8667fff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end) 2025/07/02-23:06:03.055588 7f07923ff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000210 MANIFEST-000218

View File

@@ -1,7 +1,7 @@
2025/06/04-15:05:47.481354 7ff25affd6c0 Recovering log #208 2025/07/02-23:06:08.261714 7f0792ffd6c0 Recovering log #216
2025/06/04-15:05:47.492415 7ff25affd6c0 Delete type=3 #206 2025/07/02-23:06:08.311445 7f0792ffd6c0 Delete type=3 #214
2025/06/04-15:05:47.492508 7ff25affd6c0 Delete type=0 #208 2025/07/02-23:06:08.311538 7f0792ffd6c0 Delete type=0 #216
2025/06/04-15:26:45.499004 7ff25a3ff6c0 Level-0 table #213: started 2025/07/02-23:08:13.545827 7f07923ff6c0 Level-0 table #221: started
2025/06/04-15:26:45.499054 7ff25a3ff6c0 Level-0 table #213: 0 bytes OK 2025/07/02-23:08:13.545856 7f07923ff6c0 Level-0 table #221: 0 bytes OK
2025/06/04-15:26:45.505185 7ff25a3ff6c0 Delete type=0 #211 2025/07/02-23:08:13.552104 7f07923ff6c0 Delete type=0 #219
2025/06/04-15:26:45.505355 7ff25a3ff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end) 2025/07/02-23:08:13.565260 7f07923ff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/05/18-22:00:33.273056 7f8904ff96c0 Recovering log #203 2025/07/02-22:48:25.621861 7f0798bfa6c0 Recovering log #212
2025/05/18-22:00:33.327855 7f8904ff96c0 Delete type=3 #201 2025/07/02-22:48:25.632707 7f0798bfa6c0 Delete type=3 #210
2025/05/18-22:00:33.327981 7f8904ff96c0 Delete type=0 #203 2025/07/02-22:48:25.632773 7f0798bfa6c0 Delete type=0 #212
2025/05/18-22:05:29.058954 7f8667fff6c0 Level-0 table #209: started 2025/07/02-23:06:03.143237 7f07923ff6c0 Level-0 table #217: started
2025/05/18-22:05:29.058982 7f8667fff6c0 Level-0 table #209: 0 bytes OK 2025/07/02-23:06:03.143280 7f07923ff6c0 Level-0 table #217: 0 bytes OK
2025/05/18-22:05:29.065089 7f8667fff6c0 Delete type=0 #207 2025/07/02-23:06:03.180090 7f07923ff6c0 Delete type=0 #215
2025/05/18-22:05:29.071842 7f8667fff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end) 2025/07/02-23:06:03.267926 7f07923ff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000210 MANIFEST-000218

View File

@@ -1,7 +1,7 @@
2025/06/04-15:05:47.497176 7ff25bfff6c0 Recovering log #208 2025/07/02-23:06:08.314387 7f07937fe6c0 Recovering log #216
2025/06/04-15:05:47.507676 7ff25bfff6c0 Delete type=3 #206 2025/07/02-23:06:08.375793 7f07937fe6c0 Delete type=3 #214
2025/06/04-15:05:47.507762 7ff25bfff6c0 Delete type=0 #208 2025/07/02-23:06:08.375871 7f07937fe6c0 Delete type=0 #216
2025/06/04-15:26:45.518949 7ff25a3ff6c0 Level-0 table #213: started 2025/07/02-23:08:13.539538 7f07923ff6c0 Level-0 table #221: started
2025/06/04-15:26:45.518983 7ff25a3ff6c0 Level-0 table #213: 0 bytes OK 2025/07/02-23:08:13.539632 7f07923ff6c0 Level-0 table #221: 0 bytes OK
2025/06/04-15:26:45.525386 7ff25a3ff6c0 Delete type=0 #211 2025/07/02-23:08:13.545699 7f07923ff6c0 Delete type=0 #219
2025/06/04-15:26:45.531893 7ff25a3ff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end) 2025/07/02-23:08:13.565250 7f07923ff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/05/18-22:00:33.333998 7f89067fc6c0 Recovering log #203 2025/07/02-22:48:25.636123 7f07937fe6c0 Recovering log #212
2025/05/18-22:00:33.393841 7f89067fc6c0 Delete type=3 #201 2025/07/02-22:48:25.645614 7f07937fe6c0 Delete type=3 #210
2025/05/18-22:00:33.393896 7f89067fc6c0 Delete type=0 #203 2025/07/02-22:48:25.645667 7f07937fe6c0 Delete type=0 #212
2025/05/18-22:05:29.085237 7f8667fff6c0 Level-0 table #209: started 2025/07/02-23:06:03.055707 7f07923ff6c0 Level-0 table #217: started
2025/05/18-22:05:29.085265 7f8667fff6c0 Level-0 table #209: 0 bytes OK 2025/07/02-23:06:03.055763 7f07923ff6c0 Level-0 table #217: 0 bytes OK
2025/05/18-22:05:29.091461 7f8667fff6c0 Delete type=0 #207 2025/07/02-23:06:03.089395 7f07923ff6c0 Delete type=0 #215
2025/05/18-22:05:29.098648 7f8667fff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end) 2025/07/02-23:06:03.217665 7f07923ff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000147 MANIFEST-000155

View File

@@ -1,7 +1,7 @@
2025/06/04-15:05:47.528778 7ff25b7fe6c0 Recovering log #145 2025/07/02-23:06:08.461850 7f0792ffd6c0 Recovering log #153
2025/06/04-15:05:47.538793 7ff25b7fe6c0 Delete type=3 #143 2025/07/02-23:06:08.557282 7f0792ffd6c0 Delete type=3 #151
2025/06/04-15:05:47.538886 7ff25b7fe6c0 Delete type=0 #145 2025/07/02-23:06:08.557355 7f0792ffd6c0 Delete type=0 #153
2025/06/04-15:26:45.525488 7ff25a3ff6c0 Level-0 table #150: started 2025/07/02-23:08:13.559253 7f07923ff6c0 Level-0 table #158: started
2025/06/04-15:26:45.525518 7ff25a3ff6c0 Level-0 table #150: 0 bytes OK 2025/07/02-23:08:13.559274 7f07923ff6c0 Level-0 table #158: 0 bytes OK
2025/06/04-15:26:45.531590 7ff25a3ff6c0 Delete type=0 #148 2025/07/02-23:08:13.565147 7f07923ff6c0 Delete type=0 #156
2025/06/04-15:26:45.531909 7ff25a3ff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end) 2025/07/02-23:08:13.565275 7f07923ff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/05/18-22:00:33.470618 7f89057fa6c0 Recovering log #140 2025/07/02-22:48:25.663904 7f0793fff6c0 Recovering log #149
2025/05/18-22:00:33.527042 7f89057fa6c0 Delete type=3 #138 2025/07/02-22:48:25.673958 7f0793fff6c0 Delete type=3 #147
2025/05/18-22:00:33.527136 7f89057fa6c0 Delete type=0 #140 2025/07/02-22:48:25.674014 7f0793fff6c0 Delete type=0 #149
2025/05/18-22:05:29.091684 7f8667fff6c0 Level-0 table #146: started 2025/07/02-23:06:03.180321 7f07923ff6c0 Level-0 table #154: started
2025/05/18-22:05:29.091715 7f8667fff6c0 Level-0 table #146: 0 bytes OK 2025/07/02-23:06:03.180370 7f07923ff6c0 Level-0 table #154: 0 bytes OK
2025/05/18-22:05:29.098504 7f8667fff6c0 Delete type=0 #144 2025/07/02-23:06:03.217524 7f07923ff6c0 Delete type=0 #152
2025/05/18-22:05:29.098657 7f8667fff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end) 2025/07/02-23:06:03.267938 7f07923ff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000210 MANIFEST-000219

View File

@@ -1,7 +1,7 @@
2025/06/04-15:05:47.512282 7ff2609fa6c0 Recovering log #208 2025/07/02-23:06:08.378229 7f0793fff6c0 Recovering log #216
2025/06/04-15:05:47.522888 7ff2609fa6c0 Delete type=3 #206 2025/07/02-23:06:08.459001 7f0793fff6c0 Delete type=3 #214
2025/06/04-15:05:47.522989 7ff2609fa6c0 Delete type=0 #208 2025/07/02-23:06:08.459067 7f0793fff6c0 Delete type=0 #216
2025/06/04-15:26:45.505492 7ff25a3ff6c0 Level-0 table #213: started 2025/07/02-23:08:13.552198 7f07923ff6c0 Level-0 table #222: started
2025/06/04-15:26:45.505521 7ff25a3ff6c0 Level-0 table #213: 0 bytes OK 2025/07/02-23:08:13.552225 7f07923ff6c0 Level-0 table #222: 0 bytes OK
2025/06/04-15:26:45.511578 7ff25a3ff6c0 Delete type=0 #211 2025/07/02-23:08:13.559173 7f07923ff6c0 Delete type=0 #220
2025/06/04-15:26:45.531835 7ff25a3ff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end) 2025/07/02-23:08:13.565269 7f07923ff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,14 @@
2025/05/18-22:00:33.404356 7f8905ffb6c0 Recovering log #203 2025/07/02-22:48:25.650049 7f0792ffd6c0 Recovering log #212
2025/05/18-22:00:33.459805 7f8905ffb6c0 Delete type=3 #201 2025/07/02-22:48:25.660583 7f0792ffd6c0 Delete type=3 #210
2025/05/18-22:00:33.459865 7f8905ffb6c0 Delete type=0 #203 2025/07/02-22:48:25.660640 7f0792ffd6c0 Delete type=0 #212
2025/05/18-22:05:29.071945 7f8667fff6c0 Level-0 table #209: started 2025/07/02-23:06:03.089582 7f07923ff6c0 Level-0 table #217: started
2025/05/18-22:05:29.071972 7f8667fff6c0 Level-0 table #209: 0 bytes OK 2025/07/02-23:06:03.105841 7f07923ff6c0 Level-0 table #217: 1554 bytes OK
2025/05/18-22:05:29.078657 7f8667fff6c0 Delete type=0 #207 2025/07/02-23:06:03.143061 7f07923ff6c0 Delete type=0 #215
2025/05/18-22:05:29.098624 7f8667fff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end) 2025/07/02-23:06:03.217682 7f07923ff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at '!items!zBWj3vo5FcIGYFPS' @ 81 : 1
2025/07/02-23:06:03.217690 7f07923ff6c0 Compacting 1@0 + 1@1 files
2025/07/02-23:06:03.236486 7f07923ff6c0 Generated table #218@0: 36 keys, 20892 bytes
2025/07/02-23:06:03.236511 7f07923ff6c0 Compacted 1@0 + 1@1 files => 20892 bytes
2025/07/02-23:06:03.267525 7f07923ff6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2025/07/02-23:06:03.267666 7f07923ff6c0 Delete type=2 #205
2025/07/02-23:06:03.267848 7f07923ff6c0 Delete type=2 #217
2025/07/02-23:06:03.300028 7f07923ff6c0 Manual compaction at level-0 from '!items!zBWj3vo5FcIGYFPS' @ 81 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@@ -1241,7 +1241,7 @@ ul, li {
} }
.fvtt-te-deum-character-creator { .fvtt-te-deum-character-creator {
background: rgba(226, 226, 222, 0.95); /*background: rgba(226, 226, 222, 0.95);*/
font-family: "GreatPrimer"; font-family: "GreatPrimer";
font-size: 0.9rem; font-size: 0.9rem;
.field-title { .field-title {

View File

@@ -1179,7 +1179,7 @@ ul, li {
} }
.fvtt-te-deum-character-creator { .fvtt-te-deum-character-creator {
background: rgba(226, 226, 222, 0.95); /*background: rgba(226, 226, 222, 0.95);*/
font-family: "GreatPrimer"; font-family: "GreatPrimer";
font-size: 0.9rem; font-size: 0.9rem;
} }

View File

@@ -149,7 +149,7 @@
"title": "Te Deum pour Un Massacre, le Jeu de Rôles (Officiel)", "title": "Te Deum pour Un Massacre, le Jeu de Rôles (Officiel)",
"url": "https://www.uberwald.me/gitea/public/fvtt-te-deum", "url": "https://www.uberwald.me/gitea/public/fvtt-te-deum",
"version": "13.0.1", "version": "13.0.1",
"download": "https://www.uberwald.me/gitea/public/fvtt-te-deum/releases/download/13.0.0/fvtt-te-deum-13.0.1.zip", "download": "https://www.uberwald.me/gitea/public/fvtt-te-deum/releases/download/13.0.1/fvtt-te-deum-13.0.1.zip",
"background": "systems/fvtt-te-deum/images/ui/tdeum_welcome_page_01.webp", "background": "systems/fvtt-te-deum/images/ui/tdeum_welcome_page_01.webp",
"flags": { "flags": {
"hotReload": { "hotReload": {