Closed asacolips closed 8 months ago
In GitLab by @mclemente on Dec 7, 2023, 16:19
added 1 commit
In GitLab by @mclemente on Dec 7, 2023, 16:30
added 1 commit
In GitLab by @mclemente on Dec 7, 2023, 16:42
added 1 commit
In GitLab by @mclemente on Dec 8, 2023, 10:14
added 1 commit
In GitLab by @mclemente on Dec 8, 2023, 10:15
added 1 commit
In GitLab by @mclemente on Dec 8, 2023, 15:47
added 1 commit
In GitLab by @mclemente on Dec 9, 2023, 11:58
added 1 commit
In GitLab by @Asacolips on Dec 10, 2023, 12:15
Commented on src/templates/dialog/sheet-config.html line 7
These were intentionally set up as two separate paragraphs both for legibility and for semantics. Let's restore that and remove the <br />
tag.
In GitLab by @mclemente on Dec 10, 2023, 12:31
Commented on src/templates/dialog/sheet-config.html line 7
changed this line in version 9 of the diff
In GitLab by @mclemente on Dec 10, 2023, 12:31
added 1 commit
In GitLab by @mclemente on Dec 10, 2023, 12:31
resolved all threads
In GitLab by @Asacolips on Dec 10, 2023, 12:34
Commented on src/styles/src/global/components/_tag-config.scss line 11
To help separate the categories a bit more.
.tags {
margin-bottom: 12px;
}
.tag-category {
+ .tag-category {
border-top: 1px solid #ccc;
}
Additionally, I would add something like this to _tags.scss
to correct the issues with the input being misaligned compared to the tags.
.tagify {
.tagify__tag,
.tagify__input {
height: 24px;
padding: var(--tag-pad);
}
}
In GitLab by @mclemente on Dec 10, 2023, 12:49
resolved all threads
In GitLab by @mclemente on Dec 10, 2023, 12:49
added 1 commit
In GitLab by @mclemente on Dec 10, 2023, 12:49
added 1 commit
In GitLab by @mclemente on Dec 10, 2023, 12:54
Commented on src/styles/src/global/components/_tag-config.scss line 11
I don't think the input needs the extra padding, applying it misaligns inputs
With padding:
Without padding:
The height is good, though.
In GitLab by @mclemente on Dec 10, 2023, 12:56
added 1 commit
In GitLab by @mclemente on Dec 10, 2023, 12:59
Just pushed a change to remove a warning from Tagify when trying to load an invalid input (specifically the general module tag category if none was present).
In GitLab by @mclemente on Dec 10, 2023, 13:00
added 1 commit
In GitLab by @mclemente on Dec 12, 2023, 21:34
added 1 commit
In GitLab by @mclemente on Dec 12, 2023, 21:37
added 1 commit
In GitLab by @mclemente on Dec 12, 2023, 21:44
added 1 commit
In GitLab by @mclemente on Dec 12, 2023, 23:03
added 1 commit
In GitLab by @mclemente on Dec 13, 2023, 11:32
added 1 commit
In GitLab by @Asacolips on Dec 13, 2023, 16:24
changed target branch from master
to release/0.8.1
In GitLab by @Asacolips on Dec 13, 2023, 16:24
resolved all threads
In GitLab by @Asacolips on Dec 13, 2023, 16:26
approved this merge request
In GitLab by @Asacolips on Dec 13, 2023, 16:26
mentioned in commit 1bcefd00cbe98ebd3194e19b2b8fa579736611c6
In GitLab by @mclemente on Dec 7, 2023, 15:30
Merges beta-no-data-models -> release/0.8.1
game.pbta.tagConfigOverride
.rollShifting = true
Condition | 3
).Bugfixes
Codebase