Hide MSUI buttons until configured#2973
Hide MSUI buttons until configured#2973annapurna-gupta wants to merge 13 commits intoOpen-MSS:prepare_merge_to_develop_from_GSOC2025-AnnapurnaGuptafrom
Conversation
Save view settings on application close for top, side, linear, and table for flight tracks Implemented restoring of views logic and added a test to cover the functionality.
…-MSS#2861) * Add function to save and restore view settings for an operation in database --------- Co-authored-by: Matthias Riße <9308656+matrss@users.noreply.github.com>
…pen-MSS#2893) Adds functionality to share custom views between operation members. Includes a 'Manage Views' widget allowing users to browse and apply shared views, as well as options for renaming views before sharing. Addresses the need for collaborative view configurations within an operation.
* Reorder SharedView __init__ params * Enable CI for prepare** branches
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.8 to 7.0.9. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@271a8d0...84ae59a) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 7.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.9 to 7.0.11. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@84ae59a...22a9089) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 7.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* duplicate entries removed * removed unused imports
|
@ReimarBauerI think the tests are failing because there might be an issue with Pixi. |
|
@annapurna-gupta see here https://github.com/Open-MSS/MSS/pull/2975/files you can setuo a git remote, https://mss.readthedocs.io/en/stable/development.html#setting-up-a-git-remote when not done get fetch upstream # not sure if it is needed also rebase can be done afterwards I had to take twice the newer release on fixing; git add .github/workflows/update-pixi-lockfile.yml; git rebase --continue. X 2 |
d628f3f to
29a22f5
Compare
311737d to
1f8da64
Compare
1f8da64 to
359eee9
Compare
…into Hide-UI-Elements
|
see #3053 |
Purpose of PR?:
Fixes #2901