Create task task-013
This commit is contained in:
parent
8bb87075ad
commit
d73aee3530
|
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
id: task-013
|
||||
title: Markdown Tool UX Improvements
|
||||
status: Done
|
||||
assignee: []
|
||||
created_date: '2025-12-04 06:29'
|
||||
labels:
|
||||
- feature
|
||||
- ui
|
||||
- markdown
|
||||
dependencies: []
|
||||
priority: medium
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Improve the Markdown tool user experience with better scrollbar behavior and collapsible toolbar.
|
||||
|
||||
## Changes Implemented:
|
||||
- Scrollbar is now vertical only (no horizontal scrollbar)
|
||||
- Scrollbar auto-hides when not needed
|
||||
- Added minimize/expand button for the formatting toolbar
|
||||
- Full editing area uses available space
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
|
||||
## Acceptance Criteria
|
||||
<!-- AC:BEGIN -->
|
||||
- [ ] #1 Scrollbar is vertical only
|
||||
- [ ] #2 Scrollbar hides when not needed
|
||||
- [ ] #3 Toolbar has minimize/expand toggle
|
||||
- [ ] #4 Full window is editing area
|
||||
<!-- AC:END -->
|
||||
Loading…
Reference in New Issue