Commit Graph

1288 Commits

Author SHA1 Message Date
Wells Bunker 7bcae1e5d5
migrate /chats to use the v2 endpoint from the frontend 2025-09-25 11:44:35 -06:00
Nate Kelley 41efcbfa54
Update AddToCollectionModal.tsx 2025-09-25 11:29:30 -06:00
Nate Kelley 593bb35d97
Merge branch 'main' into staging 2025-09-25 11:28:29 -06:00
Nate Kelley bf1b08344c
table content copy 2025-09-25 11:18:44 -06:00
Nate Kelley 34914026a5
query serializer 2025-09-25 10:46:31 -06:00
Nate Kelley 9b35106a71
switch search endpoint 2025-09-25 10:28:10 -06:00
Nate Kelley 1841953e9c
fix misfired query request 2025-09-25 09:52:33 -06:00
Nate Kelley 32046037c0
wrap more suspense in lazy boundary 2025-09-25 08:05:59 -06:00
Nate Kelley 70e0e0c86d
Do not dynamically import confirm modal 2025-09-25 08:03:12 -06:00
Nate Kelley 987644933a
Update x axis to include source 2025-09-24 23:28:36 -06:00
Nate Kelley 6d50a9ddc3
Update BusterChart.LineChart.stories.tsx 2025-09-24 23:14:37 -06:00
Nate Kelley a3ba9b21a4
Merge pull request #1136 from buster-so/big-nate-bus-1887-numbers-being-displayed-on-chart-x-axis-time-series
added lazy boundary reset
2025-09-24 22:47:19 -06:00
Nate Kelley 8d8f67c545
added lazy boundary reset 2025-09-24 22:39:25 -06:00
Nate Kelley 618b1f090d
Merge pull request #1134 from buster-so/nate/fix-streaming
Add window focus trigger for changing page
2025-09-24 22:32:17 -06:00
Nate Kelley f0830dfe23
Create useAutoRedirectStreaming.test.ts 2025-09-24 22:27:13 -06:00
Nate Kelley 77721645a1
change redirect logic 2025-09-24 22:14:54 -06:00
dal 90fe3689ad
Merge pull request #1132 from buster-so/staging
Staging
2025-09-24 21:53:27 -06:00
Nate Kelley 7727f67ff6
Update useY2Axis.test.ts 2025-09-24 21:49:30 -06:00
Nate Kelley f87f67d895
add some reasoning trigger 2025-09-24 21:48:17 -06:00
dal 446a32f6b6
Revert "merge"
This reverts commit fb6edc3c8d, reversing
changes made to af7b1fe329.
2025-09-24 21:43:54 -06:00
dal fb6edc3c8d
merge 2025-09-24 21:35:50 -06:00
Nate Kelley e5032528ef
Create useYTickValues.test.ts 2025-09-24 21:11:12 -06:00
Nate Kelley 84a6af7730
attempt to set max and min 2025-09-24 21:02:24 -06:00
Nate Kelley 2f035ec70d
min amd max tick value 2025-09-24 20:49:10 -06:00
Nate Kelley 32b08f89c7
pass in y axis to tick value operation 2025-09-24 20:35:53 -06:00
Nate Kelley 678ee78e84
move dashboard config to the server 2025-09-24 19:44:14 -06:00
Nate Kelley 25967e4f19
update healthcheck styling 2025-09-24 17:47:56 -06:00
Nate Kelley 6b2139fa5d
reset user flow 2025-09-24 17:24:23 -06:00
Nate Kelley 31ce0574cd
Added some templates 2025-09-24 16:49:04 -06:00
Nate Kelley 299ed5d697
move supabase start to its own commands 2025-09-24 16:38:15 -06:00
dal 96c82d2c64
Merge pull request #1128 from buster-so/staging
Staging
2025-09-24 15:50:17 -06:00
Nate Kelley e48868e8ce
Merge branch 'staging' into big-nate-bus-1924-dashboard-not-loading-or-appearing 2025-09-24 15:37:46 -06:00
Nate Kelley 0d34f18eb4
common handler for versions 2025-09-24 15:36:37 -06:00
Nate Kelley 522e3ed500
require version number to be passed 2025-09-24 15:10:58 -06:00
dal 0cba4254eb
Merge pull request #1123 from buster-so/staging
Release
2025-09-24 14:24:03 -06:00
Nate Kelley 2d6d78d411
pass version number through 2025-09-24 14:08:44 -06:00
Nate Kelley 7c52250b06
version pass through 2025-09-24 14:01:37 -06:00
Nate Kelley 4199e948be
reroute testing 2025-09-24 13:50:20 -06:00
Nate Kelley 9c256b2312
version update should trigger full page refresh
Fallback to reload document in navigate
2025-09-24 13:36:27 -06:00
dal 5a32524426
Merge pull request #1120 from buster-so/staging
Release
2025-09-24 13:33:23 -06:00
Nate Kelley 01e5401547
Merge pull request #1115 from buster-so/big-nate-bus-1909-unexpected-error-state-needs-to-actually-ping-us-in-slack
Big nate bus 1909 unexpected error state needs to actually ping us in slack
2025-09-24 13:17:21 -06:00
Nate Kelley e8af5ba7a1
setup reverse proxy 2025-09-24 13:14:07 -06:00
dal 27d039bd0a
pnpm needed for deploy 2025-09-24 12:55:31 -06:00
Nate Kelley 53a955dfbe
added meta data 2025-09-24 12:39:45 -06:00
dal ce581710f7
merge fix 2025-09-24 12:12:30 -06:00
dal b14024106d
Add InfoGettingStarted route and update route interfaces
- Introduced a new route for '/info/getting-started' in routeTree.
- Updated relevant route interfaces to include the new route.
- Removed unused error handling for 402 status in Axios instance.
- Adjusted LoginForm component to enable sign-up flow logic.
2025-09-24 12:11:03 -06:00
Nate Kelley 6c58a700dd
Merge pull request #1112 from buster-so/big-nate-bus-1917-make-a-status-error-page-for-slack
Big nate bus 1917 make a status error page for slack
2025-09-24 12:02:58 -06:00
Nate Kelley f2a3546596
simplify asset access passthrough 2025-09-24 11:55:23 -06:00
Nate Kelley f6e910fb1f
added share menu content passthrough link 2025-09-24 11:50:14 -06:00
Nate Kelley 2ac7b73311
fix sign out stuff 2025-09-24 11:11:43 -06:00