-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
[4.x] Blueprints sections and tabs #7669
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
|
If you click a tab and slightly move your mouse, it thinks its a drag, so itll start moving instead of selecting the tab. The distance option will only trigger the drag after moving that many pixels.
Mostly just indenting "fields" in tabs under "sections". But also tweaking a couple tests to make sure that ensuring fields can handle sections appropriately.
* Better Markdown fieldtype in small containers * Let parent/global components handle body overflow * Better contrast on a few icons * Fix weird visual glitching on User fieldtype drag interaction * Use proper data type * Redesign the List Fieldtype * [4.x] Redesign the Entry Listing UI/UX (#7668) * Redesign the Entry Listing UI/UX Now with better use of space, more intuitive UX, and responsive friendly * Ensure query changes to a filter will refresh the view properly * Wire up Terms Listing * Wire up Users Listing (filters not working on the PHP side yet) * Don't need this check for allowColumnPicker here * Adjust bulk actions height * Make role queryable like user groups currently are. * Fix user role and group filter class queries (stache only atm). * Allow fields to be filtered on users listing. * Pass tests again. * Responsive improvements * Autofocus search when showing filters * nextTick to the rescue * Bind `f` to show filters (which autofocuses search). * Fix errors on listings that don’t have search filter (ie. collections listing). * Remove `$pinned` property from filters in php. * Remove `$pinned` property from new filter stub. * Remove pinned filter concept from Filters component. --------- Co-authored-by: Jesse Leite <jesseleite@gmail.com> * Ensure you can delete a select option * [4.x] Way Better Listings (DataTables) (#7676) * Make Status its own column Co-Authored-By: Jason Varga <jason@pixelfear.com> * Greatly improve the data-tables UI in every way - titles will wrap to 2 lines max, will show the status dot if there's no status field shown - relationship fields have a new little badge style and will truncate to each on one line - content fields get smaller text and wrap to 2 lines max - new status column - title fields have a reasonable min-width set because they're important - title fields will still show the status dot if the status column isn't visible - date fields will no longer wrap to two lines - wide tables will scroll horizontally instead of overflow, keeping the checkbox and actions columns in view at all times * Refresh the ColumnPicker UI * Apply fixes from StyleCI --------- Co-authored-by: Jason Varga <jason@pixelfear.com> Co-authored-by: StyleCI Bot <bot@styleci.io> * Show (F) shortcut on Show Filter Controls tooltip * Refresh Green with Tailwind Green * temp color move from red to rose (actually tailwind red) * Rename rose back to red * Apply fixes from StyleCI * Give buttons ever slightly more depth * Add config option to always show Listing Filters * Set it to false * Horizontal scroll for asset listing, fix overflow issue w/ selected rows * Differentiate between new btn-sm and btn-xs (old btn-sm) * Better h1-h6 icons (new from Streamline) * Add prop to disable Popover Clickaway behavior * Refactor Bard Link to Popover, improve UX, and remove Sticky Toolbars Sticky toolbars were pretty problematic in lots of edge cases. I feel like it's better to just stick to full screening or using the floating toolbar for editing lots of text and not relying on the sticky toolbar. * Set new h1-h6 icons to currentColor * reindent to remove unnecessary outdenting of entire file * the html too * teeny tiny unnecessary diff change * Better date fields in tight quarters * Fix Bard typography in Fullscreen Mode * Fix some fullscreen editor issues * Better replicator toolbar * Only show asset folders on the first page of results Closes #2829. * Make Markdown keyboard shortcuts work on windows. Closes #6024. --------- Co-authored-by: Jesse Leite <jesseleite@gmail.com> Co-authored-by: Jason Varga <jason@pixelfear.com> Co-authored-by: StyleCI Bot <bot@styleci.io>
# Conflicts: # resources/js/components/blueprints/Builder.vue # resources/js/components/nav/TabEditor.vue
This was referenced Mar 15, 2023
Merged
Merged
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.
Wiring up blueprint section/tab changes.
Todo:
ensureField
and related methods to handle section/tab changes.