-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 entry buttons #12070
base: main
Are you sure you want to change the base?
Merge entry buttons #12070
Conversation
The width is way too large, please make it half the size |
Hi @koppor. This is done, changed it to 500px (half of 1000px). Thanks. |
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.
Does not fix the issue.
Read again #8808 (comment)
One modal. Title: "New entry" (base on the code of dialog "Select entry type"
Currently, there are four buttons:
Description of Changes
We have made several enhancements to streamline the user interface and improve usability based on the discussed issue. The key changes include:
Merged Buttons
Consolidated the existing buttons related to adding new entries into a single button. This reduces UI clutter and confusion for newcomers while retaining all essential functionality. The merged dialog now provides multiple tabs for different types of entry creation, including:
Implemented Key Bindings
Key binding functionalities have been enhanced and new bindings added for the features
Ctrl+Shift+N
for "New entry from text"Modified Dialog Box Size
The size of the "New entry" dialog has been adjusted to be wider (1000px) to better accommodate the multiple tabs and improve readability on different screen sizes.
Reason for Changes
These changes were implemented to:
Link to the Closed Issue
Closes #8808
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)