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

feat: support updates in lib/boards widget #2384

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Mar 16, 2023

  1. feat: support updates in lib/boards widget

     - can show badge with updates count,
     - better hover for libraries and platforms,
     - save/restore widget state (Closes #1398),
     - fixed `sentence` and `paragraph` order (Ref #1611)
    
    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    fa4626b View commit details
    Browse the repository at this point in the history
  2. fix: no group for the description if it's missing

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0335590 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. fix: relaxed hover service request when scrolling

     - do not render footer when scrolling
     - fix anchor word wrapping for long long links in the markdown
     - underline the link and change the cursor to pointer on hover
     - consider status-bar height when calculating hover top
    
    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    5c31c93 View commit details
    Browse the repository at this point in the history