Siderite / Siderite/lichessTools

Opening name / pawn structure / K-MAPS alter the layout in jarring ways

Open
#1,748 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug enhancement
Dominant language
JavaScript
Stars
92
Forks
20
Avg merge
19h 59m
Merged PRs (30d)
1

Description

Multiple people complained about the game meta section getting larger dynamically and altering the page layout.

Solutions include:

  • reserve space even if there is no information present with a CSS like
.game__meta {
    min-height: 20em;
}
  • try to remove height from the other elements when expanding height in meta

Contributor guide

No contributing guide indexed for this repository

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

No file or test is named. Reproduce the layout with opening name, pawn structure, and K-MAPS enabled, then locate the game meta section responsible for the expanding layout. Done means the meta section no longer causes jarring page shifts when its information appears.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.