-
Notifications
You must be signed in to change notification settings - Fork 472
Allow users to assign folders to their apps #3088
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
Conversation
| Use folders to organize how how apps are displayed. | ||
| ''' | ||
| } | ||
| /> |
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.
What happens if there are no folders? We have two options:
- Don't show anything (so we don't need to check
@teams_enabled) - Show something saying they can create folders in the Livebook Teams interface (requires
@teams_enabledchecks)
cc @hugobarauna
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.
Good question. I guess we can we can go with option 2:
Show something saying they can create folders in the Livebook Teams interface (requires @teams_enabled checks)
So that the folders feature gets discoverable from the Livebook side as well.
@josevalim what do you think?
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.
What happens if there are no folders?
You can deploy without selecting an app folder, which will be in the Ungrouped apps "folder"
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.
@hugobarauna i am fine either way. whatever you think is a better experience.
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.
After Jose comments it looks good to me!
No description provided.