kialam

Results 8 comments of kialam

This would be a great example to try out React's [ReactCSSTransitionGroup](https://reactjs.org/docs/animation.html#high-level-api-reactcsstransitiongroup). What's nice about this API is that React handles the logic needed to determine whether something has been added...

I'm seeing some errors in the console that we'll probably want to resolve. When trying to edit a management job (5, Cleanup Expired OAuth 2 Tokens https://localhost:3001/#/management_jobs/5/schedules/5) 1. When you...

We are also encountering this issue in our codebase. We have the following component: ```js { wrapper.current.focus(); }, }, { name: 'tab escape', bindKey: { win: 'Shift-Tab', mac: 'Shift-Tab' },...

We are also seeing this bug. Removing `homepage: '.'` may not be an option for us. @JacobCutshall and @kenlyon , could you please explain to me your workaround? 🙏

Encrypted fields should only show up for fields that have values in them. See old UI for reference: ![Screenshot 2024-05-15 at 10 20 05 AM](https://github.com/ansible/ansible-ui/assets/2293210/bb0aa8fb-7945-4d91-a4ea-84cb5d642408) New UI: ![Screenshot 2024-05-15 at...

A few more things: 1. For the multiline input, the key icon is disabled in the edit form, and the undo/revert button should go to the left of the field:...

These tests look good. I wonder if it makes sense, since the subform is rendered dynamically based on the credential type selected in the main form, to have the tests...

This is still an issue. You can observe it in the Overview section. ![Screenshot 2024-06-26 at 12 46 03 PM](https://github.com/ansible/ansible-ui/assets/2293210/b755c430-1a5c-4ec4-b9a3-d4f77406a6d6) ![Screenshot 2024-06-26 at 12 45 55 PM](https://github.com/ansible/ansible-ui/assets/2293210/5a5711dd-e1e5-4e38-bf24-a40976773b76)