style: update button styles and layout for improved UI consistency#16
Open
kulikp1 wants to merge 57 commits into
Open
style: update button styles and layout for improved UI consistency#16kulikp1 wants to merge 57 commits into
kulikp1 wants to merge 57 commits into
Conversation
…ssBar component for improved maintainability
…d lockfile entries
There was a problem hiding this comment.
Pull request overview
This PR updates the Bulk AI Flow plugin’s frontend UI to a more consistent, card-based layout with refreshed button styling, while also introducing a configurable pagination size for the VisionTable view and bumping the adminforth dependency.
Changes:
- Add
pageSizeto plugin options and pass it through to the injected Vision UI meta to control cards-per-page. - Redesign
VisionTableandVisionActionUI (card layout, new pagination controls, updated dialogs/buttons, regenerate-per-record action). - Update
adminforthdependency to2.70.0and refresh related UI components (carousel dialog, swiper image fit).
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
types.ts |
Adds pageSize option to configure VisionTable pagination size. |
package.json |
Bumps adminforth devDependency to 2.70.0 and updates peer range. |
pnpm-lock.yaml |
Locks adminforth to 2.70.0 and updates snapshot entries. |
index.ts |
Passes pageSize through to the injected Vision UI meta. |
custom/VisionTable.vue |
Replaces table layout with card layout + pagination and adds regenerate-per-record UI. |
custom/VisionAction.vue |
Updates dialog layout/buttons, adds regenerate-per-record orchestration, and refreshes generation UI. |
custom/Swiper.vue |
Changes image sizing behavior to object-cover. |
custom/ImageGenerationCarousel.vue |
Migrates carousel to use Dialog with updated layout and button config. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.