Commit graph

5 commits

Author SHA1 Message Date
tomaioo
72ea30db43 refactor: missing sem declarations in gulpfile.js
The gulpfile.js uses `var` instead of `const` or `let` for variable declarations, which is an outdated practice. Additionally, the callback `cb` in the 'less' task is called before the asynchronous gulp stream operations complete, which can lead to race conditions where the task reports completion before the Less compilation finishes.

Signed-off-by: tomaioo <203048277+tomaioo@users.noreply.github.com>
2026-07-01 05:17:20 -07:00
Carlos Fernandez
6a2d09caac
Create sourcemaps for css files (#1904)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
2026-05-19 23:18:10 +02:00
Carlos Fernandez
cc822856e5
[Feature] Redesign group roll dialog (#1824)
* Redesign group roll dialog

* Style and restore aid modifiers

* Move successful buttons to inner result

* Localize and finish dialog

* Remove empty line

* Fix error and remove old styles

* Make icon pop a tiny bit better

* Fix advantage/disadvantage
2026-04-26 10:43:10 +02:00
WBHarry
b24cdcc9ed
Adding Prettier
* Added prettier with automatic useage on pre-commit to avoid style breakage
* Ran Prettier on the project
2025-05-23 18:57:50 +02:00
WBHarry
aa4021d1a2 Initial commit 2025-05-22 16:53:39 +02:00