mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Merge pull request #19 from Foundryborne/ikraik
- Added resizing for level up dialog
This commit is contained in:
commit
cf66b4683e
3 changed files with 958 additions and 2782 deletions
|
|
@ -21,6 +21,10 @@ export default class DhpLevelup extends HandlebarsApplicationMixin(ApplicationV2
|
||||||
id: "daggerheart-levelup",
|
id: "daggerheart-levelup",
|
||||||
classes: ["daggerheart", "views", "levelup"],
|
classes: ["daggerheart", "views", "levelup"],
|
||||||
position: { width: 1200, height: 'auto' },
|
position: { width: 1200, height: 'auto' },
|
||||||
|
window: {
|
||||||
|
resizable: true,
|
||||||
|
},
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
toggleBox: this.toggleBox,
|
toggleBox: this.toggleBox,
|
||||||
advanceLevel: this.advanceLevel,
|
advanceLevel: this.advanceLevel,
|
||||||
|
|
|
||||||
3730
package-lock.json
generated
3730
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@yaireo/tagify": "^4.17.9",
|
"@yaireo/tagify": "^4.17.9",
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^5.0.0",
|
||||||
"gulp-less": "^5.0.0",
|
"gulp-less": "^5.0.0",
|
||||||
"rollup": "^4.40.0"
|
"rollup": "^4.40.0"
|
||||||
},
|
},
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
"@foundryvtt/foundryvtt-cli": "^1.0.2",
|
"@foundryvtt/foundryvtt-cli": "^1.0.2",
|
||||||
"@rollup/plugin-commonjs": "^25.0.7",
|
"@rollup/plugin-commonjs": "^25.0.7",
|
||||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||||
|
"concurrently": "^8.2.2",
|
||||||
"postcss": "^8.4.32",
|
"postcss": "^8.4.32",
|
||||||
"rollup-plugin-postcss": "^4.0.2",
|
"rollup-plugin-postcss": "^4.0.2"
|
||||||
"concurrently": "^8.2.2"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue