eclipse-cdt-cloud / eclipse-cdt-cloud/theia-trace-extension

Make panels collapsible

Open
#155 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Theia UI UX
Dominant language
TypeScript
Stars
50
Forks
60
PR merge metrics
No merged PRs in 30d

Description

Collapsible panels allow users to hide information and reduce distraction. Collapsed panels (smaller shapes) are also easier to reorder with drag and drop.

  • Implement with a chevron/arrow on the far left (keeps the action intuitive by following the VS Code standard).
  • Keep the ‘X’ for deleting the panel visible even when the panel is collapsed.
  • Panels can be reordered by dragging and dropping even when collapsed.

Prerequisite: Make panel titles horizontal #154.

collapsible-panel

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing prerequisite issue #154, then locate the panel entry point and the existing drag-and-drop behavior. Implement the chevron toggle, preserve the delete control when collapsed, and ensure collapsed panels remain draggable; done means all three behaviors work as shown in the linked reference image.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.