* Dialog - use 100dvh
* Add "There's more to Speckle - be sure to visit on a computer" to Dashboard
* Fix Breadcrumb logo skewing
* Lower mobile panel responsive fixes
* Tidy up "You have completed" message
* Remove info colour from Change Password
* Add desktop icons. Restyle Notifications
* Colour suggested by Agi
* Use dvh everywhere
* Small update
* Fix compostable warning
* Add showSegmentation state. Update this state on completion of segmentation.
* feat(fe2): swaps h-screen to h-[100dvh] to ensure onboarding slideshow comments are not below the bottom of the screen when on mobile (and browser bar gets in the way)
* feat(fe2): shows selection info/comments on mobile if we're past the onboarding tour
* feat(fe2): displays a smaller message in onboarding on mobile rather than the full checklist
* feat(fe2): moves isSmallerOrEqualSm to a composable, and removes duplicated code
---------
Co-authored-by: andrewwallacespeckle <139135120+andrewwallacespeckle@users.noreply.github.com>
* feat(models): allow number of models retrieved per page to be configurable by environment variable
* Default to 100, as this was the existing value, but allow override via helm chart
* feat(onboarding): ensures an onboarding project is always cloned when a user goes through onboarding; simplifies some of the logic & updates project naming
* feat(onboarding): improves onboarding stream cloning performance by optimising object duplication (local tests: from 25s to 270ms)
* feat(onboarding): minor changes logging + comments
* feat(onboarding): removes comments
* feat(ui): adds link to all models from project dashboard card
* feat(ui): refactoring layout to focus on function runs
* chore(server): a bunch of comments regarding some unclear automate api parts
* feat(fe2/automate): cleans up automate results dialog summary
* feat(fe2/automate): adds automation status to model list view
* feat(fe2/automate): adds automation status to version card
* feat(fe2/automate): adds automation status to version card properly
* feat(fe2/automate): linting & adds id back to func name for refs
* fix(fe2): linting errs/fe2 tests
* fix(fe2): types
* fix(fe2): types...
* fix(fe2/automate): brings back status update tracking 🤞
* fix(fe2/automate): scaffolds viewer automate panel
* fix(fe2/automate): revamps viewer resource query to include automation status, adds proper sidebar button for automation status
* fix(fe2/automate): more WIP work on automation status integration in viewer page
* feat(fe2/automate): adds important note to self
* feat(fe2/automate): more results display wokr
* feat(fe2/automate): adds resulting models to query, improves layout
* feat(fe2/automate): wraps up result model overlays
* feat(fe2/automate): fixes up multiple attachment layout errors
* feat(fe2/automate): adds view results button in lieu of context view, but in the presence of resultVersions
* feat(fe2/automate): minor fix to viewer layout panel to only show actions if slot is populated
* feat(fe2/automate): cleanup and type fixes
* feat(fe2/automate): automate dialog main action > view model WIP
* feat(fe2/automate): wraps up view model in automation status dialog
* feat(fe2/automate): copy change in automation status dialog
* feat(fe2/automate): eslint fix
* feat(fe2/automate): prettier :/
* feat(fe2/automate): adds gradient colouring
* feat(fe2/automate): comments
* feat(fe2/automate): limits initial length of displayed runs, adds poor man's pagination, and reverts to run result click click behaviour
* feat(fe2/automate): lint
* “Selection info” panel should remember the Fold/Unfold state of it
* Remove old naming terminology strings
* Rename “Share” To “Copy Link” - Difficult to find the model ID for a new model before data is uploaded
* Add & Rearrange new Viewer Buttons WIP
* Small enhancements to the registration form
* {mobile } The extra “new model” functionality in Model tree/list view just falls apart
* {mobile } Shorten the long Webhook buttons
* Revert "“Selection info” panel should remember the Fold/Unfold state of it"
This reverts commit d1b94036a596c3c995e65eae32ebe2f63580ea66.
* Revert Player controls default
* Responsive changes to Viewer
* Responsive Comments
* Responsive Viewer
* Small fix
* Small fix
* Design improvements
* Styling updates
* style fixes
* Profile pop-up stays opened after selecting “Server Management”
* Profile pop-up stays opened after selecting “Server Management”
* Change the Project Settings Icon to a gear
* Misleading text while uploading ifc/obj file
* Amends from polish list
* Viewer Buttons WIP
* Updates buttons in Viewer
* No backdrop blur
* Style updates
* New Colouring Icon
* New useBreakpoints
* Latest fixes pre PR
* Updates from PR Comments
* fix(helm chart): fileimport service maximum object size should match server
- allow maximum object size to be configurable and to match the server value
* Explicitly provide the environment variable to docker-compose
- this indicates to operators of clusters that this environment variable exists and can be configured
* feat(ui): adds link to all models from project dashboard card
* feat(ui): refactoring layout to focus on function runs
* chore(server): a bunch of comments regarding some unclear automate api parts
* feat(fe2/automate): cleans up automate results dialog summary
* feat(fe2/automate): adds automation status to model list view
* feat(fe2/automate): adds automation status to version card
* feat(fe2/automate): adds automation status to version card properly
* feat(fe2/automate): linting & adds id back to func name for refs
* fix(fe2): linting errs/fe2 tests
* fix(fe2): types
* fix(fe2): types...