Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add reorder button and skeletal dialog to model overview
feat: update models table and functions for display order fix: Get reorder path working fix: Bad merge fix: Hide reorder button from non-managers refactor: remove unused comments style: Clean up reorder modal feat: Add function to update a group of models, use for model reordering fix: Remove unused imports feat: order models by id when no display order has been set docs: Add missing license headers fix: Remove excess declaration and format files fix: Rename angular functions to meet linter standards fix: eslint styling fix: Move display order out of post model test: Add test to patch model display order fix: Revert unecessary angular function name changes This reverts commit e876fed. build: Update frontend versions build(deps-dev): bump alembic from 1.12.0 to 1.12.1 in /backend Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> docs(user): Add instructions for secondary click on macOS The usual option to press `Control` while clicking doesn't work in RDP-sessions on macOS. The `Control` can't be evaluated and mapped properly. It's passed to the Linux container, which can't handle the `Control` key. refactor: Create floating window mgr component feat: Add tiling window manager with slider build: Update frontend versions fix(session-viewer): Disable pointer event while resizing sessions This commit fixes a small bug that was introduced in #1150. When the pointer events are not disabled on the iframe, some pointer events are "stolen" by the iframe. Therefore, they can not be used by our event handlers. This led to a "jumpy" behaviour while resizing. fix: Get reorder path working fix: Undo rebase errors feat: Add tiling window manager with slider fix: Get reorder path working Revert "build: Update frontend versions" This reverts commit 800f6ce. build: Update frontend versions build(deps-dev): bump alembic from 1.12.0 to 1.12.1 in /backend Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> docs(user): Add instructions for secondary click on macOS The usual option to press `Control` while clicking doesn't work in RDP-sessions on macOS. The `Control` can't be evaluated and mapped properly. It's passed to the Linux container, which can't handle the `Control` key. refactor: Create floating window mgr component feat: Add tiling window manager with slider build: Update frontend versions fix(session-viewer): Disable pointer event while resizing sessions This commit fixes a small bug that was introduced in #1150. When the pointer events are not disabled on the iframe, some pointer events are "stolen" by the iframe. Therefore, they can not be used by our event handlers. This led to a "jumpy" behaviour while resizing. fix: Migrate logic for button showing to Angular 17 blocks fix: replace if statement with rxjs filtering fix: Remove unused matdialog declaration fix: Shift logic for project check to come before sending data fix: Refactor data model for reordering view fix: Rename all related instances of reorderModels to reorderModelsDialog fix: Update for loop of models to Angular 17 format fix: Separate out patchModel to reduce duplication in model updates fix: Manually format html fix: use model ids in place of names and rename patch function
- Loading branch information