This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
This file contains 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
LukasOsti
approved these changes
Sep 20, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
tomatenhans
added a commit
that referenced
this pull request
Oct 16, 2023
* feat: limits when zooming * feat: fit to View on Mousewheel click * make reset view switch to top down drawing * fix: collapse features rotate triangle * mark rotation as constant and remove dummy rotation for vertical * improve: fit to view after changing direction * adjust triangle alignment to fit exactly to rect --------- Co-authored-by: Pierre Coquet <[email protected]>
tomatenhans
added a commit
that referenced
this pull request
Nov 6, 2023
* dummy migration of tutorial mode * basic tut functionality * enable tut in featuremodel * finally working positioning of bubble * removed useless watcher * removed useless div and watcher * remove margin to finally center the polygon correctly * exit Tutorial when clicking outside of the modal * teleport Tutorial Button to Foooter as in Vue2 Frontend * fix after merge * adapt featuremodeltreetoolbar css selectors * fix: back-continue results in exit * Issue 374- Usability Features (#401) * feat: limits when zooming * feat: fit to View on Mousewheel click * make reset view switch to top down drawing * fix: collapse features rotate triangle * mark rotation as constant and remove dummy rotation for vertical * improve: fit to view after changing direction * adjust triangle alignment to fit exactly to rect --------- Co-authored-by: Pierre Coquet <[email protected]> * Fix: Wrong link should fix login Problem * Fix: Merge Zip and Single into one tab to fix Zip bug. * Feat: UploadZip/UploadBUlk now returns Boolean for Upload Summary * Fix: Fixed Zip Bug finally * Fix: Updload Summary now only pops up when upload successfull * Feat: Designed UploadSummary * Update UploadSummary.vue Added License to Upload Summary Card * Refactor: Refactored code for improved consistency and readability. * Fix: Removed DeleteButton * Feat: Make Tags expandable * Feat: Implemented Sortable Columns Label, Family, Uploaded On * Feat: Allow Searching for FeatureModels * Fix: Show Correct Attributes on FileDetail; Ref #411 * Fix: Fixed File Detail View * Fix: Removed Unnecassary console.log * Feat: Make Tags Expandable for FileDetailView * Feat: Migrate HistoryDetail.vue to Vue3 * FIx: Changed Link * Fix: Removed Owner Sign in Histories * Fix: Fix Search for History View * fix FileDetail import --------- Co-authored-by: Pierre Coquet <[email protected]> Co-authored-by: MeisterSeSe <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
implement #374