-
Notifications
You must be signed in to change notification settings - Fork 24
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 text style #6799
Fix editable text style #6799
Conversation
…_editable_text_style * 'master' of github.com:scalableminds/webknossos: Fix proofreading when mag 1 doesn't exist for segmentation layer (#6795)
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.
Thank you for doing this! Only got some smaller things. Will test after these are resolved.
frontend/javascripts/oxalis/view/components/input_component.tsx
Outdated
Show resolved
Hide resolved
frontend/javascripts/oxalis/view/components/input_component.tsx
Outdated
Show resolved
Hide resolved
…_editable_text_style * 'master' of github.com:scalableminds/webknossos: Fix spacing (#6802) Release 23.02.0 (#6801) Fix logo in Readme (#6805) Enforce Pricing for Team Sharing (#6776) applied PR feedback prevent proof reading tool from being unsed through keyboard shortcut disable proof reading tool use isFeatureAllowedByPricingPlan for SecuredRoute enforce pricing for creating precomputed meshes add isFeatureAllowedByPricingPlan helper function re-styled pricing alert Update frontend/javascripts/components/pricing_enforcers.tsx updated changelog add new blur component around certain paid features
Works great 👍 However, I found one problem (not sure whether it's new but definitely related): When editing the description of an annotation, the "enter" key does not produce line breaks. If this is fixed, the PR should be good to go :) |
@philippotto I think I fixed the behavior of the ENTER key for the multiline text area. Please see my commit: 973339a |
…_editable_text_style * 'master' of github.com:scalableminds/webknossos: fixes loki log batching (#6828)
This PR mainly fixes some small line breaks in the some places in the UI that I found annoying.
Changes:
Before:
After:
Before:
After:
Layout/CSS tested in Safari 16.03, Chrome 109.0.5414.119, Firefox 109.0.1 on MacOS.
URL of deployed dev instance (used for testing):
Steps to test:
Issues:
(Please delete unneeded items, merge only when none are left open)