Skip to content

Conversation

@maxiride
Copy link
Owner

@maxiride maxiride commented Sep 7, 2025

No description provided.

Allows developing and deploying the app under a subfolder by reading the base path from an environment variable. This enables hosting on GitHub Pages and having two versions coexist simultaneously before promoting to the root.
Adjusted `$primary` and `$secondary` color values in Quasar variables to align with project colors.
…eatures

Adjusted logic for level modifications, fixes #57
…rated to dedicated repository

Deleted unused scraper module, including associated configuration, dependencies, and source files, to clean up the codebase.
…ated to pnpm

Since the deletion of the webscraper (moved to separate repo), moved the quasar spa code to the root level.
…ed caching

Replaced `/table-data_stripped.json` with `/creatures.json` to load the correct data source.
…ogic

We no longer compute metadata values on the client but the app is provided with a metadata.json containing all of them.

Removed `indexedProperties` and related compute methods. Added metadata fetching to streamline handling of creature metadata like sizes and traits. Enhanced getters for improved state access.
Deleted `example-store.js` as it was unused.
… improving utility functions

Added meaningful comments to document getters and actions. Refactored `computeDeltaCost` to use a cleaner mapping approach for predefined deltas.
Introduced `$reset` method to reset the encounter state, clearing all creatures. Streamlines resetting functionality for encounters.
Deleted outdated `table-data_all.json` data source to clean up unnecessary artifacts and reduce redundancy.
… files

Added `quasar.config.ts`, `tsconfig.json`, and updated project files for TypeScript support. Configured ESLint and Prettier to align with project standards.
@maxiride maxiride changed the title development v2 development Sep 7, 2025
@maxiride maxiride marked this pull request as draft September 7, 2025 18:50
@maxiride maxiride self-assigned this Sep 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants