getredash/redash
View on GitHubRemember state of query editor panes (collapsed/open)
Open
#2479 opened on Apr 22, 2018
0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python24,845 stars (24,845 stars)4,236 forks (4,236 forks)batch import
FrontendUXhelp wanted
Description
Related: #2476
Contributor guide
- Tech stack
- javascriptpython
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic JavaScriptUnderstanding of localStorage
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- Examine the query editor panes UI code (likely in client/app/components or similar). Determine how pane open/collapsed state is currently handled. Consider using localStorage to persist the state across sessions. Check related issue #2476 for additional context. No maintainer guidance is available.