Skip to content

[UI/UX-Console] The search field remains large when the sidebar is shrunk. #3552

Closed
@ramazansancar

Description

@ramazansancar

NOTE

If this case is urgent, please subscribe to Subnet so that our 24/7 support team may help you faster.

Expected Behavior

It may be that the search field shrinks and the sidebar expands when clicked on.

Current Behavior

If the sidebar shrinks while Search is selected, it looks bad visually.

Image

Possible Solution

It may be that the search field shrinks and the sidebar expands when clicked on.

Steps to Reproduce (for bugs)

  1. Minimize Sidebar
  2. Type something in search.

Context

Regression

Your Environment

  • Version used (minio --version): 9.6 (latest)
  • Server setup and configuration: Docker Compose
  • Operating System and version (uname -a): Windows 10 - Google Chrome 130.0.6723.117
services:
  minio:
    image: minio/minio:latest
    container_name: minio
    restart: unless-stopped
    ports:
      - "19000:9000"
      - "19001:9001"
    environment:
      MINIO_ROOT_USER: *****
      MINIO_ROOT_PASSWORD: *****
    command: server /data --console-address ":9001"
    volumes:
      - ./YYYYY:/data

volumes:
  YYYYY:
    driver: local

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions