Commit Graph

7392 Commits

Author SHA1 Message Date
andrewwallacespeckle 3fb4933d5b fix(fe): Move projects - Use different empty text when search is active
fix(fe): Move projects - Use different empty text when search is active
2025-04-22 11:44:16 +01:00
andrewwallacespeckle 9b931a1601 fix(fe): Move project card - pass correct id so move dialog has project preselected
fix(fe): Move project card - pass correct id so move dialog has project preselected
2025-04-22 11:41:57 +01:00
andrewwallacespeckle 7a4038e1e6 fix(fe): Announcement banner - default to dismissed until check completes
fix(fe): Announcement banner - default to dismissed until check completes
2025-04-22 11:41:42 +01:00
Iain Sproat 194c986683 Merge pull request #4521 from specklesystems/iain/getobjects-object-not-found
tests(server): add test for case for getobjects when object is missing
2025-04-22 11:32:54 +01:00
andrewwallacespeckle 80e2239521 fix(fe) Move projects dialog size changing - fix infiniteloading
fix(fe) Move projects dialog size changing - fix infiniteloading
2025-04-22 11:31:53 +01:00
andrewwallacespeckle 299595bf38 Use different empty text when search is active 2025-04-22 11:30:51 +01:00
andrewwallacespeckle 4c71e56ff7 Default to dismissed until check completes 2025-04-22 11:26:34 +01:00
andrewwallacespeckle c337746852 fix(fe): Only show why am i seeing this when user has projects
fix(fe): Only show Why am i seeing this when user has projects
2025-04-22 11:18:19 +01:00
andrewwallacespeckle 0e97a98c04 Merge branch 'main' into andrew/web-3124-move-project-button-prompts-you-to-reselect-the-project 2025-04-22 11:18:03 +01:00
andrewwallacespeckle 767a67759a Merge branch 'main' into andrew/web-3131-move-projects-jumps-when-opening 2025-04-22 11:17:47 +01:00
andrewwallacespeckle 464871e128 Fix jumping infiinite loading 2025-04-22 11:16:03 +01:00
Mike 58c74a2e60 Fix: Hydration issue dashboard/workspace pricing plan yearly interval (#4523) 2025-04-22 12:13:19 +02:00
andrewwallacespeckle 1f85269d68 Fix Move project card - pass correct id 2025-04-22 11:02:11 +01:00
Alexandru Popovici b943bed091 fix(viewer-lib): Fixes to how render view bounding boxes are computed: (#4516)
- The aabb is created only when not existing. This is to keep the different significance of having a null|undefined bounding box as opposed to an empty one
- computeAABB no longer nukes the aaabb if no position attribute exists on the render view
2025-04-22 12:40:39 +03:00
andrewwallacespeckle c85aa37fa0 Only show Why am i seeing this when user has projects 2025-04-22 10:38:15 +01:00
Iain Sproat 69b7d8afca tests(server): add test for case for getobjects when object is missing 2025-04-22 10:36:15 +01:00
Mike 3e307eb6fd Fix: Missing settings pages in the sidebar until hard refresh (#4520) 2025-04-22 11:21:01 +02:00
Mike 943ca6481b Fix: Various workspace and copy fixes (#4519) 2025-04-22 11:20:48 +02:00
Iain Sproat 2adf7a97ae Merge pull request #4499 from specklesystems/iain/likes-time_ms
chore(readable code): use TIME_MS for readable durations
2025-04-22 09:48:19 +01:00
Iain Sproat 1b72d0f6e3 Merge pull request #4383 from specklesystems/iain/web-2928-bull-queue-fails-silently-if-it-cannot-connect-to-a-redis
fix(preview service): check bull queue is ready before processing
2025-04-22 09:42:40 +01:00
Mike 74c11ef48b Fix: explore plans redirect (#4518) 2025-04-22 10:42:12 +02:00
Mike 30e97e846c Feat: Add tooltip to add-on button (#4517) 2025-04-22 10:42:02 +02:00
Kristaps Fabians Geikins e70097cf3e chore(server): fixed/improved commandFactory (#4470)
* chore(server): fixed/improved commandFactory

* further improved API
2025-04-22 09:10:44 +03:00
Björn Steinhagen 727494f8d1 feat(automate): improve font rendering in function readme (#4514)
* mock start

* some evil markdown

* fix(automate): use prose styles

* fix: improve markdown rendering in GitHub README

- inline code styling with proper background, border, and padding
- improved list formatting for both ordered and unordered lists
- horizontal scrolling with custom scrollbar for code blocks

---------

Co-authored-by: Charles Driesler <chuck@speckle.systems>
2025-04-21 18:20:32 +01:00
Mike 8867cbbe94 Fix: Add back missing props (#4510) 2025-04-21 18:53:31 +02:00
andrewwallacespeckle fee8f87680 refactor(fe): members settings usePaginatedQuery
refactor(fe): members settings usePaginatedQuery
2025-04-21 16:01:36 +01:00
andrewwallacespeckle 64ae53b715 fix(fe): Fix remove admin cache update
fix(fe): Fix remove admin cache update
2025-04-21 15:49:22 +01:00
andrewwallacespeckle 3e4850efb8 feat(fe): Add loading states to member update actions
feat(fe): Add loading states to member update actions
2025-04-21 15:49:11 +01:00
andrewwallacespeckle 5148a2db07 Updates 2025-04-21 15:46:49 +01:00
andrewwallacespeckle bfcb44800a Fix invites 2025-04-21 15:41:17 +01:00
andrewwallacespeckle c658a833a1 Tidy fragments 2025-04-21 15:38:21 +01:00
andrewwallacespeckle cf2dd84972 Add pagination to Members/Guests 2025-04-21 15:29:51 +01:00
andrewwallacespeckle 432cfcbae4 Guests table fragments 2025-04-21 15:22:28 +01:00
andrewwallacespeckle 6f0fc38ed6 Members fragments 2025-04-21 15:14:27 +01:00
andrewwallacespeckle 039a99b3fd Fix remove admin cache update 2025-04-21 14:28:27 +01:00
andrewwallacespeckle f0a4b1682a Add loading states to member update actions 2025-04-21 14:22:41 +01:00
Mike 282472ea60 Fix: Various project invite fixes (#4505) 2025-04-21 15:22:22 +02:00
Mike 3c12f2bc45 Feat: Refactor workspace dashboard to improve performance (WIP) (#4500) 2025-04-21 12:13:31 +02:00
andrewwallacespeckle acc7ef6ce0 fix(fe): Only show "why am I seeing this" when forced workspace creation
fix(fe): Only show "why am I seeing this" when forced workspace creation
2025-04-21 10:49:36 +01:00
andrewwallacespeckle 99b955cdf2 feat(fe): Add mixpanel events to limit reached warnings
feat(fe): Add mixpanel events to limit reached warnings
2025-04-21 10:37:39 +01:00
andrewwallacespeckle 970f7c394b Merge branch 'main' into andrew/web-3075-events-for-limit-reached-dialogs 2025-04-21 10:22:07 +01:00
andrewwallacespeckle c5fcbb6a01 refactor(fe): Update Workspace Join Request Sent mixpanel event
refactor(fe): Update Workspace Join Request Sent mixpanel event
2025-04-21 10:12:01 +01:00
andrewwallacespeckle ae77daa5cf refactor(fe): Only show comment limit dialog when its on an out of limit version
refactor(fe): Only show comment limit dialog when its on an out of limit version
2025-04-21 10:06:10 +01:00
andrewwallacespeckle 341f9441ec Only show comment when its on an out of limit version 2025-04-19 13:42:24 +01:00
andrewwallacespeckle 1e20df4bd4 Revert 2025-04-19 13:30:13 +01:00
andrewwallacespeckle 22709d266a Revert change. Use registeredThisSession 2025-04-19 13:28:08 +01:00
andrewwallacespeckle 55f7e53276 Merge branch 'main' into andrew/web-3040-workspace-creation-in-onboarding-why-am-i-seeing-this-is 2025-04-19 13:23:22 +01:00
andrewwallacespeckle 3d536b3f93 fix naming 2025-04-19 13:21:11 +01:00
andrewwallacespeckle 5aac348b77 fix 2025-04-19 13:19:12 +01:00
andrewwallacespeckle 63e035f920 Better naming 2025-04-19 13:18:16 +01:00