Commit Graph

8859 Commits

Author SHA1 Message Date
Kristaps Fabians Geikins 4d67ac41b7 feat(fe2): safe logger composable for logging anywhere (#5288)
* feat(fe2): safe logger composable for logging anywhere

* devlogger adjusted too

* allow suppressing fallback logger usage

* report fallback only once
2025-08-21 13:58:22 +03:00
Kristaps Fabians Geikins 8c745ad853 fix(fe2): nuxt state being missing in some cases (#5287) 2025-08-21 13:11:54 +03:00
Kristaps Fabians Geikins fa4784c2d4 fix(fe2): embed token w/ reset auth state breaking SSR (#5286)
* fix(fe2): embed token w/ reset auth state breaking SSR

* attempt to fix nuxt unavailable
2025-08-21 12:20:22 +03:00
Daniel Gak Anagrov 89abdf7809 chore: added basic docs to ifc importer service (#5283) 2025-08-21 10:08:02 +01:00
andrewwallacespeckle e7c5d5c7fb fix(fe): prevent native context menu on Windows
fix(fe): prevent native context menu on Windows
2025-08-21 09:56:03 +01:00
Kristaps Fabians Geikins b23fea9ae3 feat(fe2): enable better hydration mismatch errors in prod (#5284)
* feat(fe2): enable better hydration mismatch errors in prod

* some adjustments

* fixxx
2025-08-21 11:14:47 +03:00
Mike 631a7f8ed1 Fix: Fix Orthographic typo (#5279) 2025-08-21 09:58:57 +02:00
Kristaps Fabians Geikins b2a6f91984 feat(fe2): error reference copy on email verify page (#5282) 2025-08-21 10:17:01 +03:00
Kristaps Fabians Geikins 9688ef68ea fix(fe2): more fixes and performance improvements (#5281)
* fix(fe2): further preview image cleanup/optimization

* server log streaming

* more hydration mismatch fixes

* lint fix
2025-08-21 09:57:47 +03:00
Kristaps Fabians Geikins d17113c154 fix(fe2): full cache reset on log out (#5276)
* fix(fe2): full cache reset on log out

* avoid full reload

* minor adjustment

* minor adjustment

* lint fix
2025-08-21 08:56:12 +03:00
Kristaps Fabians Geikins 47b9e9c5bc fix(fe2): various performance fixes (#5278)
* fix(fe2): buggy merge policies causing cache read failures

* improved CWV reporting

* improved preview lcp

* more eager load improvements

* more eager load improvements

* SSR friendly relative time

* import fixes
2025-08-21 07:50:57 +03:00
Benjamin Ottensten f4382c9664 Add ifc importer to workspace (#5277) 2025-08-20 14:13:52 +01:00
Iain Sproat 7a222c6aae chore(feature flags): remove legacyIfcImporterEnabled & experimentalIfcImporterEnabled (#5270)
- experimentalIfcImporterEnabled is now assumed to be permanently true
- legacyIfcImporterEnabled is now assumed to be permanently false
2025-08-20 13:54:15 +01:00
Kristaps Fabians Geikins f94cd775aa fix(fe2): fix group auto-open (#5274)
* fix(fe2): fix group auto-open

* further improved group open state handling
2025-08-20 14:01:13 +03:00
Kristaps Fabians Geikins 4af72bc87b fix(fe2): disable set as home view if private view (#5272) 2025-08-20 13:20:52 +03:00
andrewwallacespeckle 241306d34d fix(fe): prevent native context menu on Windows 2025-08-20 11:18:15 +01:00
Kristaps Fabians Geikins cf298994a8 fix(server): viewerResources failing w/ nonexistent view (#5271) 2025-08-20 13:06:17 +03:00
Kristaps Fabians Geikins 3adf458e7a fix: various activity broadcast issues (#5269) 2025-08-20 11:35:04 +03:00
Kristaps Fabians Geikins 79ccd28828 feat: saved views search (#5266)
* feat: saved view search

* caching fixes

* clean up chromatic
2025-08-20 10:58:35 +03:00
Jack 028e4b713e feat(fe): styling of empty group span and v-tippy position 2025-08-20 08:53:15 +01:00
Kristaps Fabians Geikins 4650936bf0 feat: saved views disclaimers (#5265) 2025-08-20 10:19:57 +03:00
Mike 6801e106b8 Feat: Cursor code rules (#5246) 2025-08-19 20:43:36 +02:00
Mike 12f5165608 fix(frontend-2): update workspace switcher cache when joining from discoverable workspaces (#5252) 2025-08-19 19:35:33 +02:00
Jack c0f9ae69b3 styling of empty group span and tweaks to v-tippy props for dateUpdated 2025-08-19 16:21:36 +01:00
Benjamin Ottensten d8d9502ed5 Always support drag and drop in the Models panel (#5259)
* Always support drag and drop in the Models tab

* Remove some unneeded code

* Change drag and drop styling
2025-08-19 15:50:37 +01:00
Jack 878231e865 feat(fe): Saved views panel styling clean up 2025-08-19 14:25:53 +01:00
Iain Sproat 147c24b416 fix(server/previews): verify owner exists and throw specific error (#5261) 2025-08-19 13:51:36 +01:00
Jack 7602915ab3 update globe icon props 2025-08-19 13:05:02 +01:00
Jack c4397efcc3 add padding to view title and time 2025-08-19 12:57:32 +01:00
Jack b1c9ad23b4 view thumbnail height adjustment 2025-08-19 12:44:41 +01:00
Jack f39efcb7e0 spacing tweaks to views and view groups 2025-08-19 12:34:57 +01:00
Chuck Driesler 897e759ed1 chore(acc): bump function (#5263) 2025-08-19 12:20:31 +01:00
andrewwallacespeckle 88d29a3dff fix(fe): stop propagation of right clicks
fix(fe): stop propagation of right clicks
2025-08-19 12:00:54 +01:00
andrewwallacespeckle 5dc53d25db fix(fe): stop propagation of right clicks 2025-08-19 11:47:31 +01:00
andrewwallacespeckle 992417f992 feat(fe): Add right click context menu to viewer
feat(fe): Add right click context menu to viewer
2025-08-19 10:39:24 +01:00
Jack 30c5b649fa feat(ui): New 'Subtle' variant for Disclosure 2025-08-19 10:33:17 +01:00
Kristaps Fabians Geikins c7c15f83d5 feat: reworked saved views filters -> Personal/Shared (#5260)
* backend adjusted

* works it seems?

* styling seems ok

* clickable view bg

* test fixes
2025-08-19 12:32:38 +03:00
andrewwallacespeckle 10debcbf48 Remove redundant check 2025-08-19 10:20:57 +01:00
andrewwallacespeckle acfbc92f80 No deep watch. Use selectedObjectIds 2025-08-19 10:19:48 +01:00
andrewwallacespeckle 3154258526 Close context menu on selection change 2025-08-19 10:16:22 +01:00
Jack 3eb8773859 addressed repetition in disclosure.vue 2025-08-19 10:13:37 +01:00
andrewwallacespeckle 4f810e00cd Merge branch 'main' into andrew/web-3817-right-click-context-menu 2025-08-19 10:11:43 +01:00
andrewwallacespeckle ee85634037 Remove unused ref 2025-08-19 10:11:23 +01:00
andrewwallacespeckle fdab368da8 fix(fe): preload navigationWorkspaceSwitcherQuery
fix(fe): preload navigationWorkspaceSwitcherQuery
2025-08-19 09:55:45 +01:00
Oğuzhan Koral f127655200 fix(acc): block model card button visually (#5258) 2025-08-19 09:55:36 +01:00
Jack bdaa3803cd Merge branch 'main' into jack/feat-new-disclosure-variant 2025-08-19 09:20:39 +01:00
Jack 018728c397 Revert "Update graphql.ts"
This reverts commit fdfc411c35.
2025-08-19 09:20:16 +01:00
Chuck Driesler 684172a780 chore(acc): bump (#5257) 2025-08-18 20:40:45 +01:00
andrewwallacespeckle 37f8e2407f Use defineModel 2025-08-18 15:44:13 +01:00
andrewwallacespeckle bb18ee79b4 fix(fe): preload navigationWorkspaceSwitcherQuery 2025-08-18 15:29:34 +01:00