Skip to content
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

Move Delete Project button to Danger zone tab #1059

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Conversation

ikhoon
Copy link
Contributor

@ikhoon ikhoon commented Nov 12, 2024

Motivation:

We got two feedbacks about UX:

  • Delete Project's location was inappropriate.

    After I click on Project Settings, the button is immediately replaced
    with Delete Project, while I'm still hovering over it.

  • Automatically focus to the project seach box on the welcome page.

    would it be possible to add something like auto-focus to the
    "Search project..." field when opening the web UI?
    Perhaps also supporting the / key would help, for consistency with
    the Projects page

Modifications:

  • Create Danger zone tab and move Delete Project to it.
  • Miscellaneous)
    • Remove repos segment from all Breadcrumb
      • I felt it was unnecessary to include repos since it is assumed to be a repo without additional explanation.
    • Fix to auto-focus to the search box on the welcome page.
    • Fix broken APIs in the mock server.

Result:

Improved usability of the UI.

Motivation:

We got two feedbacks about UX:

- `Delete Project`'s location was inappropriate.

  > After I click on Project Settings, the button is immediately replaced
  > with Delete Project, while I'm still hovering over it.

- Automatically focus to the project seach box on the welcome page.

  > would it be possible to add something like auto-focus to the
  > "Search project..." field when opening the web UI?
  > Perhaps also supporting the / key would help, for consistency with
  > the Projects page

Modifications:

- Create `Danger zone` tab and move `Delete Project` to it.
- Miscellaneous)
  - Remove `repos` segment from all `Breadcrumb`
    - I felt it was unnecessary to include `repos` since it is assumed to
      be a repo without additional explanation.
  - Fix to auto-focus to the search box on the welcome page.
  - Fix broken APIs in the mock server.

Result:

Improved usability of the UI.
@ikhoon ikhoon added this to the 0.71.0 milestone Nov 12, 2024
Copy link
Contributor

@minwoox minwoox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 👍 👍

@ikhoon ikhoon merged commit dee2f40 into line:main Nov 13, 2024
10 checks passed
@ikhoon ikhoon deleted the ux-improve branch November 13, 2024 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants