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

Implement notifications HUD #488

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Feb 5, 2023

  1. Implement notifications HUD

    urFate committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    bf3762f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    729deb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Notifications: Modes, scaling, and various additions

    I think a more opinionated set of rendering options works best for notifications, rather than letting users drag this around to random locations
    
    I've also added a few configuration options to the rendering, updated the rendering to handle different scales, and removed most hardcoded numbers.
    This lets us handle different window sizes better while still allowing some configuration by users within boundaries.
    rfresh2 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    61af962 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Code refactor

    urFate committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    a9b5b8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    087242b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    e540b3d View commit details
    Browse the repository at this point in the history
  2. Reformat code

    urFate committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    264b14b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba169cf View commit details
    Browse the repository at this point in the history
  4. Fix border direction

    urFate committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    b37f5ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae28bf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. add moving animation

    kdh8219 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    5780b9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79ca2b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Fix y moving animation

    kdh8219 authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    ea63fc7 View commit details
    Browse the repository at this point in the history
  2. Fix Y moving animation

    kdh8219 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2aa958a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a25bf1 View commit details
    Browse the repository at this point in the history