-
Notifications
You must be signed in to change notification settings - Fork 73
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: WebUI NEO start page basic layout #2786
base: chore/pnpm-patch-react-project
Are you sure you want to change the base?
feat: WebUI NEO start page basic layout #2786
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
056411b
to
97917a8
Compare
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 5.21% (-0.05% 🔻) |
386/7404 |
🔴 | Branches | 4.45% (-0.08% 🔻) |
229/5149 |
🔴 | Functions | 3.11% (-0.04% 🔻) |
76/2446 |
🔴 | Lines | 5.13% (-0.05% 🔻) |
371/7238 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🔴 | ... / WebUINavigate.tsx |
0% | 0% | 0% | 0% |
🔴 | ... / UpdateEnvironmentImageIcon.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / ModelsIcon.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / UserOutlinedIcon.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / ExamplesIcon.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / EndpointsIcon.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / RecalculateResourcesIcon.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / SessionsIcon.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / MyEnvironmentsIcon.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / ExampleStart.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / InteractiveSession.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / PipelinesIcon.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / ModelServiceIcon.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / BatchSessionIcon.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / TrailsIcon.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / URLStartIcon.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / WebUILink.tsx |
0% | 0% | 0% | 0% |
🔴 | ... / SiderToggleButton.tsx |
0% | 0% | 0% | 0% |
🔴 | ... / ReverseThemeProvider.tsx |
0% | 0% | 0% | 0% |
🔴 | ... / ActionItemContent.tsx |
0% | 0% | 0% | 0% |
🔴 | ... / WebUIBreadcrumb.tsx |
0% | 0% | 0% | 0% |
🔴 | pages/StartPage.tsx | 0% | 0% | 0% | 0% |
🔴 | ... / useKeyboardShortcut.ts |
0% | 0% | 0% | 0% |
🔴 | ... / usePrimaryColors.ts |
0% | 100% | 0% | 0% |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🔴 | ... / BAINotificationButton.tsx |
0% | 0% (-100% 🔻) |
0% | 0% |
🔴 | ... / BAIMenu.tsx |
0% | 0% (-100% 🔻) |
0% | 0% |
Test suite run success
109 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from 53bdf55
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.
The interactive type is selected when I click the Start Batch Session
button.
255afaa
to
d51430b
Compare
resolved! |
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.
Improved en-US and ko-KR description of each feature / button which shown in UI.
Some typos in ko-KR is also fixed.
For en-US, we will limit the use of 'a / the' on title to make is concise.
For ko-KR, we will limit the use of '~하기' in overall cases.
d51430b
to
f9dd0c5
Compare
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.
Confirmed that my changes have been reflected. LGTM.
f9dd0c5
to
e2f4644
Compare
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
e2f4644
to
752f0d5
Compare
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.
752f0d5
to
a4e1826
Compare
I tried to remove the default padding for board-item, but there are some issues. �patch-package offical docs recommend using npm or yarn, and pnpm patch for pnpm. Since patch-package is patching based on package-lock.json, I don't think it's possible to use it with the current structure using pnpm. @yomybaby |
a4e1826
to
60b7a2f
Compare
There is draft PR which I created, please check it. |
60b7a2f
to
53bdf55
Compare
53bdf55
to
ef57508
Compare
I tested it on pnpm patch PR and found it works fine, so I modified it to work based on pnpm patch. I've also fixed the scroll position issue. @yomybaby |
ef57508
to
368ca41
Compare
This PR is about UI changing for
Backend.AI WebUI NEO
#2835Changes:
ActionItemContent
component (can be used as primary action card for start page and subsequent pages)How to test:
Checklist: (if applicable)