Skip to content
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

Merge visual UI and form-base UI into one #36

Open
3 of 4 tasks
depatchedmode opened this issue Mar 7, 2024 · 5 comments
Open
3 of 4 tasks

Merge visual UI and form-base UI into one #36

depatchedmode opened this issue Mar 7, 2024 · 5 comments
Assignees

Comments

@depatchedmode
Copy link
Contributor

depatchedmode commented Mar 7, 2024

Things the form-based UI is missing:

  • 1. Image upload - we'll refactor the ui to add a "convert to base64 image" helper
  • 2. Image previews - for output previews in general, we'll make those visible as a expandable area at the bottom of each function Moved to Result pane instead
  • 3. Task status: ready, from cache, running or completed status after hitting run
  • 4. Run history: let's lose it for now and revive it in a future release. It's super helpful to have once you are running a stable workflow, but we ain't there yet.

Let's make the above changes.

@avivash
Copy link
Member

avivash commented Mar 11, 2024

@depatchedmode for point number 2, I'm thinking I should just add some cards to the big open Result pane instead. It's got a lot of unused real estate right now and it would probably make sense for the user to look there to inspect the results instead. what do you think?
image

@avivash
Copy link
Member

avivash commented Mar 12, 2024

@depatchedmode this is what i ended up going with
image
happy to chat through potential alternatives

@depatchedmode
Copy link
Contributor Author

@avivash That looks great! We can tweak later. I think it communicates clearly. The only things I'd do:

  1. Give the final output position:sticky to the bottom.
  2. Give it a label. "Final Output"? Just to indicate it's the end of the workflow.

@avivash
Copy link
Member

avivash commented Mar 13, 2024

@depatchedmode sounds good, thanks!

@avivash
Copy link
Member

avivash commented Mar 13, 2024

@depatchedmode done 🖖🏼

image

@avivash avivash mentioned this issue Mar 21, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants