You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: improve mobile markdown editor usability on focus
- Add isFocused state to EditorView to adjust layout when typing on mobile.
- Increase textarea height and add bottom padding on focus to keep active text above keyboard.
- Add large bottom spacer on mobile focus to allow scrolling.
- Make header non-sticky only on mobile when focused to prevent obscuring editor.
- Ensure PC layout remains unaffected using Tailwind 'lg:' prefixes.
- Achieve 100% line coverage for EditorView, MarkdownToolbar, and url utilities.
- Add coverage directory to .gitignore.
- Add a simple test for App.vue to reach 100% project-wide line coverage.
Co-authored-by: freddiefujiwara <16923+freddiefujiwara@users.noreply.github.com>
0 commit comments