Closed asacolips closed 7 months ago
In GitLab by @Asacolips on Dec 19, 2022, 10:36
Commented on src/templates/items/equipment-sheet.html line 51
We'll need to track this in the data template for the system as well. In src/yaml/template.yml
(which gets compiled to template.json
) add price: 0
to the equipment
section. A good place would be around line 141 of that file.
In GitLab by @Asacolips on Dec 19, 2022, 10:37
It looks like there was a TEMP_DELETE_ME.txt file that was included accidentally. Let's remove that from the branch before we merge it.
In GitLab by @julien1205 on Dec 19, 2022, 12:25
added 1 commit
In GitLab by @Asacolips on Dec 19, 2022, 12:36
approved this merge request
In GitLab by @julien1205 on Jan 1, 2023, 08:43
added 1 commit
In GitLab by @Asacolips on Jan 10, 2023, 09:17
Commented on src/module/actor/actor-sheet.js line 1012
This is a minor style issue, but let's update this to put the opening {
on the same line as the function/statement that starts it (both here and on the lines that follow).
In GitLab by @Asacolips on Jan 10, 2023, 09:18
Commented on src/styles/src/global/theme/_nightmode.scss line 166
Indention is off on this line.
In GitLab by @julien1205 on Jan 10, 2023, 12:06
Commented on src/module/actor/actor-sheet.js line 1012
changed this line in version 4 of the diff
In GitLab by @julien1205 on Jan 10, 2023, 12:06
Commented on src/styles/src/global/theme/_nightmode.scss line 166
changed this line in version 4 of the diff
In GitLab by @julien1205 on Jan 10, 2023, 12:06
added 1 commit
In GitLab by @julien1205 on Jan 16, 2023, 15:08
added 1 commit
In GitLab by @Asacolips on Jan 23, 2023, 17:50
changed target branch from master
to release/1.7.0
In GitLab by @Asacolips on Jan 23, 2023, 17:51
mentioned in commit 3c4df892d35fdb1e4ca0d62cf9bf57bebed2ed9c
In GitLab by @julien1205 on Dec 14, 2022, 11:06
Merges master -> release/1.7.0