Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Display consecutive icons in review horizontaly #442

Merged
merged 1 commit into from
Dec 12, 2023

Commits on Dec 11, 2023

  1. fix: Display consecutive icons in review horizontaly

    Because we use icons to represent digits in numbers,
    and combine multiple icons to represent large numbers, like 65,
    
    this commit will:
    - display multiple icons on the same line until the line owerflows,
      rather than vertically with one icon per line
    
    Resolves nodepa#437
    
    **Certification**
    - [X] I certify that <!-- Check the box to certify: [X] -->
    - I have read the [contributing guidelines](
      https://github.com/nodepa/seedling/blob/main/.github/CONTRIBUTING.md)
    - I license these contributions to the public under Seedling's
      [LICENSE](https://github.com/nodepa/seedling/blob/main/LICENSE.md)
      and have the rights to do so.
    
    Signed-off-by: toshify <4579559+toshify@users.noreply.github.com>
    toshify committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    18a2159 View commit details
    Browse the repository at this point in the history