Open
Conversation
…ng instance (#3986) When deleting a content item in a multi-lang instance, also delete the siblings that are on a different language from the cache. Resolves #3980 [Screencast_20260205_090332.webm](https://github.com/user-attachments/assets/d9eaac20-155a-4830-9fa0-a962a9e3b03b)
Allow users to add new lines by pressing shift + enter Resolves #3962 [Screencast_20260130_110134.webm](https://github.com/user-attachments/assets/7d7efc97-9b67-40ca-b795-05139b4c8f23)
RCA:
The global CSS rule * { overscroll-behavior: none; } applies to all HTML
elements, breaking native browser scrolling behaviors. This prevents
some MUI component from scrolling properly, and conflicts with MUI's
built-in scroll management.
FIX:
Move overscroll-behavior: none; from the universal selector (*) to html,
body only. This maintains mobile pull-to-refresh prevention while
allowing individual UI components to scroll naturally and restoring MUI
component compatibility.
https://github.com/user-attachments/assets/d774334e-1234-4d15-bcdf-06fd8801b63d
…ector modal first opens (#3996) Ensures that the default lang filter applied when the field selector modal first opens is the user selected lang Resolves #3981 [Screencast_20260210_084231.webm](https://github.com/user-attachments/assets/c9d04435-8a59-45e7-92d0-193b165f2f11)
… part (#4001) Allows siblings in multi-lang instances to have the same path part Fixes #3985 [Screencast_20260216_082211.webm](https://github.com/user-attachments/assets/0d07f647-c20d-4af4-bce4-8ef12bebe4cc)
) Refetch the content models on load so that when clicking on the Navigate button when generating a block the newly created model is loaded into RTK query's cache Resolves #3969 [Screencast_20260128_094042.webm](https://github.com/user-attachments/assets/d6e5fb65-928d-4c4b-8980-90858c6b76ee)
Created by Github action --------- Co-authored-by: Nar -- <28705606+finnar-bin@users.noreply.github.com>
Fixes #3989 ### Changes: - Prevents app from crashing when a block variant doesn't have a meta title/variant name - Allow users to create block variants with no variant name in the UI ### Preview: [Screencast_20260319_092154.webm](https://github.com/user-attachments/assets/2ee8e219-7a8b-4cb7-ad7a-90ddfcc67c66)
…lid model (#4027) Show the not found screen when api call fails due to an invalid zuid Fixes #3960 <img width="1920" height="1052" alt="image" src="https://github.com/user-attachments/assets/16796dd5-33ec-4c60-9961-4688f8c62302" />
…4030) Hides the url settings in the SEO tab when viewing a homepage item regardless of what locale is loaded Fixes #4024 https://github.com/user-attachments/assets/5160ecb3-aa05-49fe-8677-d6011657244e
Created by Github action --------- Co-authored-by: Nar -- <28705606+finnar-bin@users.noreply.github.com> Co-authored-by: Andres Galindo <agalin920@gmail.com>
Remove double scrollbar in the media app Resolves #4033 ### Preview <img width="1912" height="965" alt="Screenshot_20260414_125346" src="https://github.com/user-attachments/assets/4325dbfc-5176-45e0-9ed5-2fea749890a4" /> <img width="1912" height="965" alt="Screenshot_20260414_125336" src="https://github.com/user-attachments/assets/2db82cd8-be08-4999-8a5e-6e698a02c5f9" /> <img width="1912" height="965" alt="Screenshot_20260414_125318" src="https://github.com/user-attachments/assets/464ffca4-9712-47e9-a21a-a10abc91a6ee" />
Created by Github action --------- Co-authored-by: Nar -- <28705606+finnar-bin@users.noreply.github.com> Co-authored-by: Andres Galindo <agalin920@gmail.com>
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.
Created by Github action