[E] Add new image sizes, project collection filtering & global search fixes, #3975
Merged
dananjohnson merged 9 commits intonextfrom Dec 4, 2025
Merged
[E] Add new image sizes, project collection filtering & global search fixes, #3975dananjohnson merged 9 commits intonextfrom
dananjohnson merged 9 commits intonextfrom
Conversation
* We need to destroy certain large / unwieldy associations outside of the transaction that happens during the `destroy!` process. This prevents performance issues that come from locking too many rows at once. Records that reach this job already are intended to be taken out of the database, so we do not need to follow the normal type of data integrity concerns in order to remove them. * Slight adjustment to stylesheets to prevent the styles from blowing up the console when inspecting stylesheet records.
Resolves MNFLD-1113
Resolves MNFLD-1087
Resolves MNFLD-1086
Contributor
Author
|
@dananjohnson, can you pull this branch into your local and make sure the large image size will work for your purposes? Just loading the branch won't automatically backport the sizes in existing records—that happens in an upgrade task (which runs on deploys, but not necessarily locally). However, uploading a new hero, cover image, etc should generate the styles for local testing. |
dananjohnson
approved these changes
Dec 4, 2025
Member
dananjohnson
left a comment
There was a problem hiding this comment.
This works great, thanks @scryptmouse! Go ahead and merge this. I'll make the frontend changes in a new PR.
Member
|
Well I ended up just pushing the change to your branch since it was so quick 🙂 I'll merge it as soon as tests pass. |
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.
Resolves MNFLD-1086
Resolves MNFLD-1087
Resolves MNFLD-1113
This also includes a number of recent API improvements from the
masterbranch rebased to be included in next.