argo-ui
argo-ui copied to clipboard
Argoproj shared React components
## Motivation - v2's deps were merged with v1 in #153 - the `package.json` was removed there, but looks like the `yarn.lock` was left in Noticed this in https://github.com/argoproj/argo-ui/pull/432#issuecomment-1879816619 ##...
https://github.com/argoproj/argo-ui/pull/480 dependabot automatically updates the `react-router-dom` version, but as the version is upgraded 6, the functions used change, causing errors in the build. So, I changed it to use a...
signed-off by : Avhi Mazumder [email protected] - Adjusted the text color to white and the background color to a high-contrast red for error messages. - Integrated these style changes directly...
replace div with button to allow activation using space and enter. This fixes one of the issues mentioned in https://github.com/argoproj/argo-ui/issues/221
argo-cd and argo-workflows Nav bar doesn't have `a` tag. So currently we cannot open it from `right click`. In addition, browser doesn't register page histories, so we cannot `go forward`...
Supersedes / Closes #432 ### Motivation - node v14 is EoL and has been [since April 2023](https://github.com/nodejs/Release/blob/68840fae8fdaa59bf9431661238dbb86b4390829/README.md?plain=1#L7) - node v20 is the [current LTS version](https://github.com/nodejs/Release/blob/9cf9c6ed8178e88c74dfa1921a793701e1d162c4/README.md?plain=1#L8) ### Modifications - update `.nvmrc`...
I'm developing a system level extension and I'm having an issue where there's a `sb-page-wrapper` class that has a padding of 230px that shifts my extension to the left as...
Fixes https://github.com/argoproj/argo-ui/issues/512 It is a layout issue when there is a long word in the error message toast popup, so added a style in that component to fix the issue....
When Argo CD runs subpath mode and share origin with multiple applications and uses same local storage key, it became not to work. As my experience, external application uses `theme`...
Originally started as a follow-up to https://github.com/argoproj/argo-workflows/pull/12097#discussion_r1375279098 on `moment-timezone`, but there were actually _much_ more unused deps to prune ### Motivation #### Deps - these are all completely unused in...