-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: improve checkboxes #3191
Merged
Merged
Conversation
This file contains 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
AlessioGr
added a commit
that referenced
this pull request
Aug 22, 2023
BREAKING CHANGE: - Unhandled Errors are now omitted by default. This can be breaking if people depend on those error messages. Now, it will just say "Something went wrong.". * chore: slightly improved testing of registration via graphql Signed-off-by: Vsevolod Volkov <st.lyn4@gmail.com> * chore: hiding details of internal errors from responses Signed-off-by: Vsevolod Volkov <st.lyn4@gmail.com> * feat: ability to remove authorization tokens from response bodies Signed-off-by: Vsevolod Volkov <st.lyn4@gmail.com> * chore: add section for design contributions in contributing.md * feat: add afterOperation hook (#2697) * feat: add afterOperation hook for Find operation * docs: change #afterOperation to #afteroperation * chore: extract afterOperation in function * chore: implement afterChange in operations * docs: use proper CollectionAfterOperationHook * chore: remove outdated info * chore: types afterOperation hook * chore: improves afterOperation tests * docs: updates description of afterOperation hook * chore: improve typings * chore: improve types * chore: rename index.tsx => index.ts --------- Co-authored-by: Jacob Fletcher <jacobsfletch@gmail.com> Co-authored-by: Alessio Gravili <alessio@gravili.de> * chore: remove swc version pin (#3179) * fix: WhereBuilder component does not accept all valid Where queries (#3087) * chore: add jsDocs for ListControls * chore: add jsDocs for ListView * chore: add jsDocs for WhereBuilder * chore: add comment * chore: remove unnecessary console log * chore: improve operator type * fix: transform where queries which aren't necessarily incorrect, and improve their validation * chore: add type to import * fix: do not merge existing old query params with new ones if the existing old ones got transformed and are not valid, as that would cause duplicates * chore: sort imports and remove extra validation * fix: transformWhereQuery logic * chore: add back extra validation * chore: add e2e tests * chore(test): adds test to ensure relationship returns over 10 docs (#3181) * chore(test): adds test to ensure relationship returns over 10 docs * chore: remove unnecessary movieDocs variable * fix: passes in height to resizeOptions upload option to allow height resize (#3171) * docs: fixes syntax error in rich-text.mdx that was breaking build * docs: removes auto-formatting from rich-text.mdx (#3188) * feat: Improve admin dashboard accessibility (#3053) Co-authored-by: Alessio Gravili <alessio@gravili.de> * feat: improve field ops (#3172) Co-authored-by: PatrikKozak <patrik@trbl.design> * chore: file cleanup (#3190) * chore(release): v1.14.0 * chore: improve ts typing in sanitization functions (#3194) * chore(templates): default port on website * chore(templates): safely handles bad network requests * chore(templates): implements draft preview and on-demand revalidation * chore(templates): renders static cart page fallback * chore(examples): updates draft-preview next-app example to use revalidateTag (#3199) * feat: query support for geo within and intersects + dynamic GraphQL operator types (#3183) Co-authored-by: Lucas Blancas <lablancas@gmail.com> * chore: improve checkboxes (#3191) * chore: improve filtering for hasMany number field (#3193) * chore: improve fiiltering for hasMany number field * chore: add translation for 'items' and replace rows with items * chore: new exceededLimit key * Revert "chore: add translation for 'items' and replace rows with items" This reverts commit 3a91dab. * chore: undo adding items key in translation schema * chore: new limitReached key * chore: remove unnecessary exceededLimit key * chore: spelling improvements * chore: update test build config import --------- Signed-off-by: Vsevolod Volkov <st.lyn4@gmail.com> Co-authored-by: Vsevolod Volkov <st.lyn4@gmail.com> Co-authored-by: Jarrod Flesch <30633324+JarrodMFlesch@users.noreply.github.com>
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.
Description
Before
Screenshot.2023-08-21.at.16.32.03.mp4
After
Screenshot.2023-08-21.at.16.33.23.mp4
It
This adds back the missing readonly checkbox styles, and includes other improvements.
Type of change
Checklist: