Commit Graph

6580 Commits

Author SHA1 Message Date
andrewwallacespeckle f4e7f10af8 Merge branch 'main' into andrew/improve-ux-federated-comments 2025-03-14 11:44:23 +00:00
Kristaps Fabians Geikins 50fd05afe8 feat(fe2): more viewer debugging improvements (#4193) 2025-03-14 12:47:58 +02:00
andrewwallacespeckle 9339ec3bba feat(fe): Improve "Open billing portal" button logging
feat(fe): Improve "Open billing portal" button logging
2025-03-14 10:36:15 +00:00
andrewwallacespeckle f734b179a9 Improve "Open billing portal" logging 2025-03-14 10:12:57 +00:00
andrewwallacespeckle de620c90be destructure ViewerRoute utilities 2025-03-14 09:46:44 +00:00
andrewwallacespeckle 49ee7e005c remove redundant route handling in thread context 2025-03-14 09:44:26 +00:00
andrewwallacespeckle 3f457d4f6c remove redundant resource deduplication 2025-03-14 09:42:53 +00:00
andrewwallacespeckle ab0253a1c6 Merge branch 'main' into andrew/improve-ux-federated-comments 2025-03-14 09:36:22 +00:00
Kristaps Fabians Geikins c49a76f87f feat(fe2): better viewer activity observability (#4190) 2025-03-14 10:43:07 +02:00
Oğuzhan Koral 36edee8008 change url to legacy (#4187)
Co-authored-by: oguzhankoral <oguzhankoral@gmaill.com>
2025-03-14 09:41:00 +02:00
Chuck Driesler 8dfbf24d91 feat(workspaces): enable move project region (#4135) 2025-03-13 19:39:59 +00:00
Mike 77e0453a2f Fix: Max height for workspace list (#4186) 2025-03-13 18:13:48 +01:00
andrewwallacespeckle e385d93cf8 Removes redundant typeof r 2025-03-13 15:07:49 +00:00
andrewwallacespeckle cef55cd66a use proper resource parsing in federated context 2025-03-13 15:02:18 +00:00
andrewwallacespeckle 8c4cbbd77b properly restore viewer state when returning from thread context 2025-03-13 14:55:59 +00:00
andrewwallacespeckle 180398feca move thread context click handling into composable. better naming 2025-03-13 14:44:38 +00:00
andrewwallacespeckle 5fa61dbc44 Merge branch 'main' into andrew/improve-ux-federated-comments 2025-03-13 14:24:02 +00:00
Mike ec435df79d Feat: New navigation (#4179) 2025-03-13 15:23:41 +01:00
Iain Sproat 629a7b10d8 Merge pull request #4184 from specklesystems/iain/fix-pre-commit
fix(pre-commit): issue with last PR merge
2025-03-13 14:13:41 +00:00
Iain Sproat 27b7df5039 fix(pre-commit): issue with last PR merge 2025-03-13 14:12:19 +00:00
Benjamin Ottensten a3401abfaa Fix: Update connectors (#4182)
* Update connectors

Add ArcGIS connector, update descriptions, update install button text

* Align height of individual connector cards
2025-03-13 15:01:30 +01:00
Iain Sproat 4ddaa543dc Merge pull request #4183 from specklesystems/jrm/import-logs
Added extra info logs to file import service
2025-03-13 13:54:11 +00:00
Jedd Morgan 3404645d6c Added extra info logs to file import service 2025-03-13 13:49:23 +00:00
Alessandro Magionami b96769b425 Merge pull request #4167 from specklesystems/alessandro/web-2741-subscriptions-to-upgrade-for-new-plan-types
Alessandro/web 2741 subscriptions to upgrade for new plan types
2025-03-13 13:20:59 +01:00
Alessandro Magionami ab9ea4406e chore(gatekeeper): fix tests 2025-03-13 11:00:59 +01:00
andrewwallacespeckle 3fdfaa7455 testing updates 2025-03-13 09:40:15 +00:00
Alessandro Magionami d829cac8b3 chore(gatekeeper): add specific error for unsupported workspace plan 2025-03-13 10:36:28 +01:00
andrewwallacespeckle 728e191fe5 Merge branch 'main' into andrew/improve-ux-federated-comments 2025-03-13 09:26:50 +00:00
andrewwallacespeckle f58916ffce Fix ListItem Stasuses 2025-03-13 09:26:36 +00:00
Jedd Morgan e6cbe556b5 Bump IFC nuget (#4176) 2025-03-12 16:51:37 +01:00
Alexandru Popovici d122873f0e fix(viewer-lib): Fixed the issue where ghosted lines would not appear transparent (#4174) 2025-03-12 17:02:44 +02:00
andrewwallacespeckle f1142beb93 Tidyups 2025-03-12 14:57:00 +00:00
andrewwallacespeckle dee29d2e3c Merge branch 'main' into andrew/improve-ux-federated-comments 2025-03-12 14:53:17 +00:00
andrewwallacespeckle ee0cc27772 Updates to use serialization 2025-03-12 14:53:09 +00:00
Iain Sproat 9b38331b6b Merge pull request #4170 from specklesystems/iain/ensureError
fix(shared): ensureError should not bury original message
2025-03-12 14:17:57 +00:00
Iain Sproat e06bad327f fix(preview service): use correct units for metrics (#4173) 2025-03-12 15:06:18 +01:00
Iain Sproat 79a6a6459b Merge pull request #4171 from specklesystems/iain/fix-preview-service-start-in-scope
fix(preview service): ensure variables are defined within puppeteer s…
2025-03-12 12:07:24 +00:00
Iain Sproat 8d81d65440 fix(preview service): ensure variables are defined within puppeteer scope 2025-03-12 12:01:34 +00:00
Iain Sproat 91c61682cb Include punctuation 2025-03-12 11:51:32 +00:00
Iain Sproat 7d179845a3 incorporate PR comments 2025-03-12 11:50:21 +00:00
Iain Sproat 0ac69bc54b fix(shared): ensureError should not bury original message
- if 'e', the original cause, is not an Error, it is buried by the fallback message.
- this PR ensures that the original cause is included in the error message
2025-03-12 11:31:25 +00:00
Iain Sproat 70a30e0795 fix(preview service): remove need for speckle shared in frontend (#4169)
* fix(preview service): remove need for speckle shared in frontend

* Add status for error logs
2025-03-12 12:28:54 +01:00
andrewwallacespeckle 7ec901b984 Add indicator to discussion panel 2025-03-12 11:21:23 +00:00
andrewwallacespeckle 18eb9e29e8 Go back navigation 2025-03-12 11:06:35 +00:00
andrewwallacespeckle 6c3586439e Merge pull request #4168 from specklesystems/andrew/use-pngs-no-svg-in-email-footer
fix(fe): Improve email image support - use png instead of svg
2025-03-12 10:05:49 +00:00
Iain Sproat 6065a44890 Merge pull request #4162 from specklesystems/gergo/previewRenderMetrics
feat(preview-service): add load and render duration calculation to preview service
2025-03-12 09:20:50 +00:00
andrewwallacespeckle 653ef3b9a6 Merge branch 'main' into andrew/improve-ux-federated-comments 2025-03-12 09:18:36 +00:00
andrewwallacespeckle 6cad8accd4 Swap social icons from svg to png for better google support 2025-03-12 09:15:37 +00:00
Alessandro Magionami 89519bc6b7 Merge branch 'main' of github.com:specklesystems/speckle-server into alessandro/web-2741-subscriptions-to-upgrade-for-new-plan-types 2025-03-12 10:01:02 +01:00
andrewwallacespeckle 21be27d220 WIP 2025-03-11 18:04:36 +00:00