-
Notifications
You must be signed in to change notification settings - Fork 159
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
feat: Use ui.menu_blocklist
to hide and ui.menu_inactivelist
to disable menu items
#1733
Merged
kyujin-cho
merged 4 commits into
main
from
feature/separate-webui-blocked-inactive-menu-item
Dec 13, 2023
Merged
feat: Use ui.menu_blocklist
to hide and ui.menu_inactivelist
to disable menu items
#1733
kyujin-cho
merged 4 commits into
main
from
feature/separate-webui-blocked-inactive-menu-item
Dec 13, 2023
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
rapsealk
added
area:ux
UI / UX issue.
comp:webui
Related to WebUI component
urgency:2
With time limit, it should be finished within it; otherwise, resolve it when no other chores.
labels
Nov 23, 2023
rapsealk
added
the
effort:easy
Need to understand only a specific region of codes (good first issue, easy).
label
Nov 23, 2023
github-actions
bot
added
comp:webserver
Related to Web Server component
size:S
10~30 LoC
labels
Nov 23, 2023
rapsealk
added
type:enhance
Enhance component, behavior, internals without user-facing features
and removed
comp:webserver
Related to Web Server component
size:S
10~30 LoC
labels
Nov 23, 2023
.feature.md -> 1733.feature.md
agatha197
approved these changes
Nov 23, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
rapsealk
changed the title
feat: Add
feat: Use Nov 23, 2023
ui.menu_inactivelist
to webserver.confui.menu_blocklist
to hide and ui.menu_inactivelist
to disable menu items
kyujin-cho
approved these changes
Nov 28, 2023
kyujin-cho
deleted the
feature/separate-webui-blocked-inactive-menu-item
branch
December 13, 2023 15:13
kyujin-cho
added a commit
that referenced
this pull request
Dec 13, 2023
…isable menu items (#1733) Co-authored-by: Kyujin Cho <[email protected]> Backported-from: main Backported-to: 23.09
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:ux
UI / UX issue.
comp:webserver
Related to Web Server component
comp:webui
Related to WebUI component
effort:easy
Need to understand only a specific region of codes (good first issue, easy).
size:S
10~30 LoC
type:enhance
Enhance component, behavior, internals without user-facing features
urgency:2
With time limit, it should be finished within it; otherwise, resolve it when no other chores.
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.
This PR is a follow-up on #1727 and counterparts against lablup/backend.ai-webui#2040
This PR updates webserver configs:
ui.menu_blocklist
to hide menu items (previous behavior: disable)ui.menu_inactivelist
to disable menu itemsChecklist: (if applicable)