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

Bug: Categories jump back to old spot after reordering #534

Open
ToasterUwU opened this issue Nov 1, 2024 · 0 comments
Open

Bug: Categories jump back to old spot after reordering #534

ToasterUwU opened this issue Nov 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ToasterUwU
Copy link

ToasterUwU commented Nov 1, 2024

Is this urgent?

No

What parts are affected

Frontend

What is the server version

v97

What is the client version

v0.5.2

What platform are you using

Android, Web

What's the problem 🤔

When i reorder Categories, they jump back to their old position within a few seconds every single time, making it impossible to actually reorder the Categories

Share your logs

Dont know how to get them rn, let me know if you need them, im currently in a hurry

Share your configuration

Im using Arion on Nix, but the options and values are the same name and type, so it may look different, but reads the same, sorry i dont convert it rn, im in a hurry.


  virtualisation.arion.projects = {
    containers = {
      settings.services = {
        kitchenowl-front.service = {
          container_name = "kitchenowl-front";
          image = "tombursch/kitchenowl-web:latest";
          volumes = [
            "/root/docker-volumes/kitchenowl/config:/app/config"
          ];
          environment = {
            BACK_URL = "kitchenowl-back:5000";
          };
          ports = [
            "80:80"
          ];
          depends_on = [ "kitchenowl-back" ];
          restart = "unless-stopped";
        };
        kitchenowl-back.service = {
          container_name = "kitchenowl-back";
          image = "tombursch/kitchenowl-backend:latest";
          volumes = [
            "/root/docker-volumes/kitchenowl/data:/data"
          ];
          env_file = [
            config.age.secrets."JWT_SECRET_KEY".path
          ];
          restart = "unless-stopped";
        };
      };
    };
  };
@ToasterUwU ToasterUwU added the bug Something isn't working label Nov 1, 2024
@TomBursch TomBursch moved this to Next Up in KitchenOwl Project Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Next Up
Development

No branches or pull requests

1 participant