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

Add initial database scheme #1

Merged
merged 16 commits into from
Jan 22, 2024
Merged

Add initial database scheme #1

merged 16 commits into from
Jan 22, 2024

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    b1a9b4c View commit details
    Browse the repository at this point in the history
  2. Convert event from str to int

    We need to convert event to int before passing it to db
    miikasda committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6825e62 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Add .gitignore

    miikasda committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    16eb178 View commit details
    Browse the repository at this point in the history
  2. Add database JS object

    Collect all SQL related things in that
    miikasda committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bdd35aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    594fa43 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    476a2cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29fdee4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe57a8c View commit details
    Browse the repository at this point in the history
  4. Fix dimmed mode state change

    miikasda committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    71f7913 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a66981 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0bf3f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Remove unused translations

    miikasda committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    30ff624 View commit details
    Browse the repository at this point in the history
  2. Change display status change if condition

    Changed to more readable condition. This should also be more robust
    since statuses "on" and "off" are not likely to be changed by Jolla
    miikasda committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    8d78be7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4368c9c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

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