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

Beta Incl. new UI and slight API modifications #32

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

Beta Incl. new UI and slight API modifications #32

wants to merge 24 commits into from

Commits on Sep 12, 2022

  1. New UI Refactor

    * changed to react
    * added mantine.dev library
    * updated api to forward uptime, disk usage (for vps) and memory
      memory usage data from proxmox
    gal committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    5ab9f8f View commit details
    Browse the repository at this point in the history
  2. added dev defaults and minWidth

    gal committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    a081ed5 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. updated instances for activation

    gal committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1ef3c4e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. added modal top

    gal committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    55a7f1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b9f61 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. small changes

    gal committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    e1ed335 View commit details
    Browse the repository at this point in the history
  2. added beta setup for docker

    gal committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    2bf9890 View commit details
    Browse the repository at this point in the history
  3. added action for beta

    gal committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    be8e5f8 View commit details
    Browse the repository at this point in the history
  4. add prod site key

    gal committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    c22acee View commit details
    Browse the repository at this point in the history
  5. use apibaseurl from config

    gal committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    87e4492 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    226445c View commit details
    Browse the repository at this point in the history
  7. changed default apibaseurl

    gal committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    f37d01a View commit details
    Browse the repository at this point in the history
  8. change origins

    gal committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    4f2864a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. added localhost to origins

    gal committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bd81a52 View commit details
    Browse the repository at this point in the history
  2. remove credentials: include

    gal committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    92aef89 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. added sort by id for instances

    gal committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    2c42093 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60716f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a79f9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    977cb13 View commit details
    Browse the repository at this point in the history
  5. removed useless margin

    gal committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    a178c8a View commit details
    Browse the repository at this point in the history
  6. fixed bug causing close of modal to not remove query from url, and ca…

    …using data refresh to reopen modal
    gal committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    c0f4b0e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e802841 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c950a8d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a54ca8d View commit details
    Browse the repository at this point in the history