-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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(ui): add extension the top-bar action menu #19620
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
e65168e
to
fd95e5c
Compare
ui/src/app/applications/components/application-details/application-details.tsx
Outdated
Show resolved
Hide resolved
0f111a1
to
7350562
Compare
8895f3c
to
1556efa
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.
This makes sense to me 👍
Just left stylistic comments below.
CD folks should double-check the behavior and docs since I'm not a regular contributor here
ui/src/app/applications/components/application-details/application-details.tsx
Outdated
Show resolved
Hide resolved
ui/src/app/applications/components/application-details/application-details.tsx
Outdated
Show resolved
Hide resolved
ui/src/app/applications/components/application-details/application-details.tsx
Outdated
Show resolved
Hide resolved
f1392e2
to
7faeb45
Compare
ui/src/app/applications/components/application-details/application-details.tsx
Outdated
Show resolved
Hide resolved
ui/src/app/applications/components/application-details/application-details.tsx
Outdated
Show resolved
Hide 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.
re-approved with no further stylistic comments. (there is a lint error to fix though)
f5326ed
to
274bd87
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.
Let's keep the formatting and indentation consistent throughout, that makes it easier to read and interpret
Signed-off-by: ashutosh16 <[email protected]>
2f56357
to
c293a30
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.
There's a bunch of unnecessary indentation issues, some of which I previously corrected for you and were undone.
Please ensure to double-check the diff yourself at least once prior to asking for code review; these issues are fairly easy to spot in the diff and GH points some of them out too. Reviewing your own code is also a best practice.
"div", | ||
{ style: { padding: "10px" } }, | ||
"This is a flyout" |
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.
same as above
component, | ||
"Toolbar Extension Test", | ||
"Toolbar_Extension_Test", | ||
flyout, | ||
shouldDisplay, | ||
'', | ||
true |
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.
Screen.Recording.2024-08-21.at.17.13.05.mov
To test
Checklist: