Skip to content

fix(ui): object browser & bulk operations – ui/ux improvements from design review 15/18.05#818

Draft
mark-karnaukh-extern-sap wants to merge 6 commits into
mainfrom
mark-ui-improvements-part-2
Draft

fix(ui): object browser & bulk operations – ui/ux improvements from design review 15/18.05#818
mark-karnaukh-extern-sap wants to merge 6 commits into
mainfrom
mark-ui-improvements-part-2

Conversation

@mark-karnaukh-extern-sap
Copy link
Copy Markdown
Contributor

Summary

Changes Made

  • Change 1
  • Change 2
  • Change 3

Related Issues

  • Issue 1: [link to issue]

Screenshots (if applicable)

Testing Instructions

  1. pnpm i
  2. pnpm run test

Checklist

  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • I have made corresponding changes to the documentation (if applicable).
  • My changes generate no new warnings or errors.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 21, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a5a4796b-2063-4861-8cab-045dff6c67f0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch mark-ui-improvements-part-2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

…ntainer modals

- Remove <Message> component from DeleteObjectModal, DeleteContainerModal,
  EmptyContainerModal, ManageContainerAccessModal, EditContainerMetadataModal
- Replace all Message usages with plain <p> elements using text-theme-error
  (errors) and text-theme-default (informational content)
- Move mutation errors to the top of modal body in ManageContainerAccessModal
  and EditContainerMetadataModal (previously rendered at the bottom of the form)
- Replace native <label><input type="checkbox"> with Juno <Checkbox> in DeleteObjectModal
- Add missing confirmButtonVariant="primary-danger" to DeleteObjectModal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

object-storage-ui: ObjectBrowser & BulkActions – UI/UX improvements from design review 15/18.05

1 participant