Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(Tooling): Add ruff * chore: small change to async exception logging * bug(SpellTool): Fix spell tool no longer working for selections * chore: Upgrade js packages * chore: Cleanup sync tool calls * bug(SpellTool): Fix spell tool fill colour jank * bug(SpellTool): Fix contextmenu opening on right-click * bug(SpellTool): Fix spell->select activation * bug(SpellTool): Fix "is public" label wrongly being attached to the range input box * feat(SpellTool): Rework range concept * chore(Typing): Mandate function style in interfaces * feat(Shape): Add change asset button * lang: Change edit dialog header * feat(UI): Add quick access toggle bar + fake player toggle * feat(Initiative): Add new Initiative "active" state * bug(Css): Some weird firefox css change fix * bug(Initiative): Fix initiative UI immediately closing when not active in certain cases * feat(UI): Add modal stacking * feat(UI): Close modals with escape * chore(CI): Cancel in progress actions on push * bug(FakePlayer): Hide DM layer when fake-player is active * feat(Initiative): Limit movement during initiative * chore(Refactor): refactor gameStore * chore: update Dockerfile to reduce the image size * chore: eslint changes * bug(AdminSettings): Fix removing last DM being possible * bug(Assets): Fix asset default stroke colour being set wrongly * feat(Dice): Add min-height to dice tool UI * bug(Trackers): Fix some missing client-side access checks * chore(dependencies): Upgrade black * bug(UI): Fix some DM elements being visible to players * bug(Draw): drawing no longer working if vision or movement is blocked * bug(Prompt): Fix validation function cache * bug(AssetManager): Fix asset path handling * bug(Resize): Fix botright resize while rotated * bug(UI): Fix token direction UI trigger * bug(UI): Fix floor detail positioning when menu is open * bug(Tracker): Fix shared for all variants tracker not being able to use display on token * bug(Select): Fix locked shape snapping * bug(UI): Fix token direction UI rendering (#1175) * build(deps): bump json5 from 1.0.1 to 1.0.2 in /client (#1141) Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump json5 and dependency-cruiser in /client (#1176) Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [dependency-cruiser](https://github.com/sverweij/dependency-cruiser). These dependencies need to be updated together. Updates `json5` from 2.2.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v2.2.1...v2.2.3) Updates `dependency-cruiser` from 12.1.0 to 12.7.1 - [Release notes](https://github.com/sverweij/dependency-cruiser/releases) - [Changelog](https://github.com/sverweij/dependency-cruiser/blob/develop/CHANGELOG.md) - [Commits](sverweij/dependency-cruiser@v12.1.0...v12.7.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: dependency-cruiser dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * bug(Access): Fix keybinds not checking access * bug(Templates): Fix custom templates no longer working properly * bug(Groups): Fix group creation not immediately adding members * bug(Groups): Fix shape context menu using wrong way to calculate group size * bug(AssetManager): Close contextmenu on scroll * bug(DmSettings): Fix invite url not including subpath if configured * bug(Initiative): Fix adding multiple shapes to initiative always prompting for group handling * bug(AssetManager): Fix context menu appearing in wrong location when scrolled * bump to 2023.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Thomas Durieux <5577568+tdurieux@users.noreply.github.com> Co-authored-by: rexy712 <2442544+rexy712@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information