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: FediWrapped #1198

Merged
merged 5 commits into from
Nov 17, 2024
Merged

feat: FediWrapped #1198

merged 5 commits into from
Nov 17, 2024

Commits on Nov 14, 2024

  1. feat: FediWrapped

    GeopJr committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    998b1ff View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. fix: widget paintable not being drawn yet

    due to the css animation the paintable content is being invalidated constantly, so when it's time to take a screenshot, the new frame might not have been drawn and we will get an empty snapshot back. Instead create the widget paintable on construct and use it when we need to take a screenshot
    GeopJr committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    1cbdc6f View commit details
    Browse the repository at this point in the history
  2. feat: show dialog title only when vadjustment > 0

    same as aboutdialog
    GeopJr committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    ed52b2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a6c4c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. chore: rename a bg

    GeopJr committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    cb27461 View commit details
    Browse the repository at this point in the history