pets rare candy implementation & misc refactors#287
Open
perappu wants to merge 99 commits intoScuffedNewt:extension/petsfrom
Open
pets rare candy implementation & misc refactors#287perappu wants to merge 99 commits intoScuffedNewt:extension/petsfrom
perappu wants to merge 99 commits intoScuffedNewt:extension/petsfrom
Conversation
Bumps [sass](https://github.com/sass/dart-sass) from 1.94.0 to 1.94.2. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.94.0...1.94.2) --- updated-dependencies: - dependency-name: sass dependency-version: 1.94.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: dynamic rewards * refactor: fix blade formatting * refactor: fix PHP styling * feat: polymorphic relations, fix power * refactor: fix blade formatting * chore: add credits * refactor: fix blade formatting * fix: forms not using correct widths when showRecipient is false but extra fields are provided * feat: feature parity with weight fields, same as loot tables * refactor: fix blade formatting * fix: correct support for multiple fields in one view * fix: allow data to be populated with multiple fields correctly by key value (or single field/value as needed) * fix: bug with loot table chances not updating, also propagate to rewards, fix value in exta fields * refactor: fix blade formatting * refactor: fix PHP styling * feat: update conversion command * refactor: fix PHP styling * refactor: fix blade formatting * fix: swap order to be consistent * refactor: fix blade formatting * chore: add more isset for view options * refactor: fix blade formatting --------- Co-authored-by: ScuffedNewt <ScuffedNewt@users.noreply.github.com>
* chore(deps-dev): update tinyMCE - update JS packages * refactor: fix blade formatting --------- Co-authored-by: itinerare <itinerare@users.noreply.github.com>
* chore(workflows): pull before committing lint changes * refactor: fix blade formatting --------- Co-authored-by: itinerare <itinerare@users.noreply.github.com>
…lk-arpg#1371) * Fix(blade-formatter): Hopefully? * refactor: fix blade formatting * Reversing edit * Blade formatter disabling in specific areas --------- Co-authored-by: SpeedyD <SpeedyD@users.noreply.github.com>
* fix(workflow): Pint errors out on php 8.1 * refactor: fix blade formatting * refactor: fix blade formatting --------- Co-authored-by: SpeedyD <SpeedyD@users.noreply.github.com>
* feat(shops): create takeUserAssets function * refactor: fix PHP styling * fix(shops): validate $contents against $selected in takeUserAssets * refactor: fix PHP styling * fix(shops): validate quantities of $selected and $contents match in takeUserAssets * refactor: fix PHP styling * fix(shops): remove $selected quantity validation, add comments indicating why * refactor: fix PHP styling --------- Co-authored-by: perappu <perappu@users.noreply.github.com>
… item_id property (lk-arpg#1372) * fix(rewards): allow rewardable_id column to be null, fix non-existent item_id property * refactor: fix PHP styling * fix(rewards): add create/update rules for Reward model, actually display errors thrown by RewardService * refactor: fix PHP styling --------- Co-authored-by: perappu <perappu@users.noreply.github.com>
* fix(shops): fix shop stock costs not being deleted alongside stock * refactor: fix PHP styling --------- Co-authored-by: perappu <perappu@users.noreply.github.com>
…lk-arpg#1376) Fix to make Universal Traits Index and All Traits Index show
* fix: remove extraneous code * refactor: fix PHP styling --------- Co-authored-by: ScuffedNewt <ScuffedNewt@users.noreply.github.com>
…k-arpg#1373) Updated hasUnlockedLimits function to include user parameter and modified the logic to check if the user has unlocked limits for the given object. Also prevents accidental transactions that could otherwise be triggered
Bumps [sass](https://github.com/sass/dart-sass) from 1.94.2 to 1.96.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.94.2...1.96.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.96.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… trait dropdowns (lk-arpg#1367) * Feat(characters): Show only traits belonging to the character's species (or non-species specific traits) * Refresh trait on species change * refactor: fix blade formatting * refactor: fix PHP styling * refactor: fix blade formatting * Renaming function and route to Features Trait because that's the closest correct name * show_exlusively_species_traits_in_dropdown to reduce hyphens * Fixing the nit --------- Co-authored-by: SpeedyD <SpeedyD@users.noreply.github.com>
…1365) * support multiple subtypes for traits * rename whereHas $query variable * refactor getSubtypeFeatures to support multiple subtypes * refactor: fix blade formatting * refactor: fix PHP styling * change model relation to belongsToMany * add extension tracker file * refactor: fix blade formatting * small fixes * refactor: fix PHP styling * fix: show subtypes again * refactor: fix blade formatting * oops * fix: properly attach subtypes on feature creation * fix: properly allow setting 0 subtypes * fix: only include traits that include that subtype when viewing basics * refactor: fix PHP styling * fix: more subtype -> subtypes fixes * only show visible subtypes to user * refactor: fix PHP styling * refactor: fix PHP styling * fix: copy and paste error (I promise I made this) * fix: properly detach traits on deletion * fix: show species traits without subtype * refactor: fix PHP styling * feat: extra dropdown options * refactor: fix PHP styling * refactor: fix blade formatting * chore: remove console.logs * Update config/lorekeeper/extensions.php Co-authored-by: Mercury <63693594+itinerare@users.noreply.github.com> * update multiple trait subtypes in dropdown * move extension to credits page * fix logic in console command * refactor: fix PHP styling * refactor: fix PHP styling * fix: put those comments back where they belong * begone pesky period * fix another merge mistake (reverse sorting) * ...another merge mistake OTL * fix: only show visible subtypes to user * refactor: remove unneccesary implode/explode I swear to god * refactor: fix blade formatting --------- Co-authored-by: Draconizations <Draconizations@users.noreply.github.com> Co-authored-by: ScuffedNewt <scuffednewt@gmail.com> Co-authored-by: ScuffedNewt <ScuffedNewt@users.noreply.github.com> Co-authored-by: Mercury <63693594+itinerare@users.noreply.github.com>
…arpg#1379) * feat(loot): overhaul loot blades and consolidate duplicated code * refactor: fix blade formatting * refactor: fix PHP styling * feat: remove code added for blade rework but never used * chore: add more helpful comments * refactor: fix blade formatting * fix: missing {{ $prefix }} for loot-row-type and loot-row-select, missing listener for reward recipient * refactor: fix blade formatting * feat(loot): use recipient value to populate rewardable_id field, other refactors to allow for potential additional recipient types * fix(loot): missing $loot->rewardable_recipient * fix(prompts): rewardable_recipient missing from Submission.php * fix(loot): only show character ownable items when the recipient is a character * refactor: fix blade formatting * refactor: fix PHP styling --------- Co-authored-by: perappu <perappu@users.noreply.github.com>
Bumps [sass](https://github.com/sass/dart-sass) from 1.96.0 to 1.97.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.96.0...1.97.1) --- updated-dependencies: - dependency-name: sass dependency-version: 1.97.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: box item tag missing rewardable_recipient * refactor: fix PHP styling --------- Co-authored-by: perappu <perappu@users.noreply.github.com>
* chore(deps-dev): bump lodash from 4.17.23 to 4.18.1 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): rebuild mix assets --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump axios from 1.14.0 to 1.15.0 Bumps [axios](https://github.com/axios/axios) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): rebuild mix assets --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.9. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.8...8.5.9) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: update socialiteproviders/deviantart to ^4.2 * fix: composer require removed the ^ on the version number
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.9 to 8.5.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.9...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump axios from 1.15.0 to 1.15.1 Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.15.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.15.0...v1.15.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): rebuild mix assets --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
* feat(deps): add debugbar * fix: add back caret to socialite version
* fix: erroneous query generation on currency log search * fix: change character currency log query with() back to sender/recipient.rank
* chore(deps-dev): bump axios from 1.15.1 to 1.15.2 Bumps [axios](https://github.com/axios/axios) from 1.15.1 to 1.15.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.15.1...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): rebuild mix assets --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.10 to 8.5.12. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.10...8.5.12) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.12 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…lk-arpg#1402) * Feat(user): Limit Userpage Sublists to Characters * refactor: fix PHP styling --------- Co-authored-by: SpeedyD <SpeedyD@users.noreply.github.com>
…arpg#1455) * feat(images): update image handling to prevent dangling images, make delete calls non destructive, and other minor cleanups * fix: missed func definition
…1460) prevent alias login from expiring after the default cache expiration
* chore(deps-dev): bump axios from 1.15.2 to 1.16.0 Bumps [axios](https://github.com/axios/axios) from 1.15.2 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.15.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): rebuild mix assets --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.12 to 8.5.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.12...8.5.13) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.13 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* refactor: optimize organized trait dropdown query * refactor: remove $appends and $with from subtype
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
the merge conflicts back into C&C might be mildly annoying on this one so feel free to just let me deal with it in a later PR lol, I have some stuff I need to PR there as well anyways