-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
Fix editable tree item bugs #3187
Fix editable tree item bugs #3187
Conversation
Interesting. It feels a bit counterintuitive to me. Like, you have a page "users". And you rename it to "employees". Now you have "pages/users/page.yml" in the file system and "employees" in the editor file tree. Maybe we need to change the editor file tree back to use page name? And then show the display name in a tooltip? |
Yeah originally when we added display names I thought the pages explorer would stay the same. |
👍 I changed that, didn't give it enough thought
👍 another alternative is |
This comment was marked as outdated.
This comment was marked as outdated.
Ok, looks like a Tooltip does the job, just not as immediately visible but I think that's fine? Screen.Recording.2024-02-09.at.16.53.05.mov |
This feels like the best option to me 👍 |
Fix some bugs seen in editable tree items:
Before:
Screen.Recording.2024-02-09.at.01.11.57.mov
After:
Screen.Recording.2024-02-09.at.01.09.45.mov