Doc view layout and restoring#2971
Open
annapurna-gupta wants to merge 16 commits intoOpen-MSS:prepare_merge_to_develop_from_GSOC2025-AnnapurnaGuptafrom
Open
Doc view layout and restoring#2971annapurna-gupta wants to merge 16 commits intoOpen-MSS:prepare_merge_to_develop_from_GSOC2025-AnnapurnaGuptafrom
annapurna-gupta wants to merge 16 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
Member
|
@annapurna-gupta seems I made this time a failure not checked how the merge behaves. I fixed that I think. |
Collaborator
Author
okk |
Member
|
Have a look on #2973 (comment) |
Collaborator
Author
looking rn |
84b069f to
92265fd
Compare
ReimarBauer
requested changes
Jan 26, 2026
Member
ReimarBauer
left a comment
There was a problem hiding this comment.
please rename the file
View Layout and Restoring .rst
to
view_layout_and_restoring.rst
there are many blanks also before the extension.
Collaborator
Author
done |
311737d to
1f8da64
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of PR?:
Fixes #2904