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

[web] SpacePolicy as pop-up #1090

Merged
merged 4 commits into from
Mar 15, 2024
Merged

Commits on Mar 14, 2024

  1. WIP: SpacePolicy as pop-up

    ancorgs authored and joseivanlopez committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    108f16d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43bf709 View commit details
    Browse the repository at this point in the history
  3. web: Do not use local storage

    - The state about expanded devices can be directly stored in the component.
    - There are no unmounts when changing the policy or actions, so there is no
      need of remembering the state of an unmounted component.
    joseivanlopez committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3af5a29 View commit details
    Browse the repository at this point in the history
  4. web: Improve table of space actions

    - Use description from backend.
    - Simplify columns.
    joseivanlopez committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ca49bc3 View commit details
    Browse the repository at this point in the history