-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Change the Debug Outputs section to be resizable #5843
Comments
Hello @anna-geller some time ago I came across this project and I would like to contribute to it as part of a course requirement for my computer science degree. |
That's awesome, go for it @osmaneTKT! 🚀 |
can i use vue-resizable |
I don't know how it's technically implemented, but you could try using the same component that we use within the editor, see https://share.descript.com/view/p5vqgmD53pw |
@satvik2131 I'm working on it. |
Hello @anna-geller , I think I managed to solve the problem. |
@osmaneTKT You've opened two PRs about this, could you check which one is the right one and close the other one? |
Sorry, I hadn't noticed. |
hey @MilosPaunovic , do i need to do anything else ? |
Not sure, would need to review the PR first, and that's probably going to happen next week. Will let you know, it's on a TODO list. |
thanks |
Thanks for the efforts @osmaneTKT, but the solution was not what we were aiming for. If someone else want to try this, check out how it's done inside kestra/ui/src/components/Tabs.vue component, and I've added a slider and placeholder method to |
Hello @MilosPaunovic I would like your permission to give this issue a try as part of a course activity for one of my CS classes. |
Absolutely, go for it @ArmandoJA, will wait for your PR! 🚀 |
Hi @ArmandoJA, As there hasn't been any progress or updates on this, I'll unassign you for now. However, if you do open a PR, it will be reviewed, and you'll be reassigned if no one else handles it in the meantime. Thanks for all the efforts so far! 🍀 |
Hi @MilosPaunovic, I would like to help with this issue if it's still available, can I? |
Certainly, go ahead @Alessandra005! 🚀 |
Change the Debug Outputs section to be resizable kestra-io#5843 This PR introduces a resizable Debug Outputs section in the UI, allowing users to adjust its height dynamically. The implementation follows the approach used for the existing resizable left panel. Changes Made: - Implemented a resizable feature for the Debug Outputs section. - Outputs height, with bounds between 20% and 80%.
Hey, I’ve been working on the issue, and I just submitted a PR for it. Let me know if any changes are needed, and I’ll be happy to adjust! 🚀 |
This is already closed via #7377, as part of #7242. Thanks for the efforts, @Alessandra005! 🚀 |
Feature description
Some expressions or outputs are large. It would be great to make this Debug Outputs section as a resizable component:
Extra info for first-time contributors
You can reproduce it by adding this flow, running it and navigating to Outputs:
The text was updated successfully, but these errors were encountered: