Commit Graph

5512 Commits

Author SHA1 Message Date
Andy Smith 25af985f5c Namespace the hotkey link helper 2025-08-25 12:20:02 -05:00
Jason Zimdars c4207285fa Merge remote-tracking branch 'origin/main' into jz/post-merge-fixes 2025-08-25 12:11:55 -05:00
Jason Zimdars c496c05f18 Don't allow the pattern to show through buttons 2025-08-25 12:09:37 -05:00
Andy Smith a62cf7a61b Consolidate fizzy-dialog classes to fizzy-menu 2025-08-25 12:08:22 -05:00
Andy Smith 14e61e6f2b Remove legacy cards/index/header partial 2025-08-25 11:59:53 -05:00
Andy Smith 84a54f497e Corrections after merge 2025-08-25 11:57:09 -05:00
Jason Zimdars 8da7e27266 Button is now in the column, merge fix 2025-08-25 11:46:25 -05:00
Andy Smith f2e4256209 Merge branch 'main' into combobox-a11y
* main: (46 commits)
  Use magic number to position bottom notch on card perma
  Fix: queries were failing due to using the wrong alias
  Simplify search results
  Center thinking indicator, make input size/position consistent
  Use a more reliable transition method, adjust input styles
  Prevent back navigation when hitting esc to close the dialog
  Bring back the thinking indicator
  Adjust conversation transcript, improve input entry effect
  Typo
  Heavier to match tray text
  Slide trays away
  Tighten up display of search results, placeholder and modal
  Tidy search results, make it scrollable
  Focus the input field when Fizzy bar gets triggered
  Fix hotkeys
  Fix search
  Fiz Fizzy Ask
  Render inputs inline & results in a turbo frame
  First mind reading session - WIP
  WIP
  ...
2025-08-25 11:32:56 -05:00
Andy Smith 6a90832a1d Style tweaks to bar placeholder 2025-08-25 11:06:53 -05:00
Andy Smith d6cad77d96 Merge pull request #967 from basecamp/card-footer-borked
Use magic number to position bottom notch on card perma
2025-08-25 10:49:54 -05:00
Andy Smith 53e7508097 Use magic number to position bottom notch on card perma 2025-08-25 10:45:08 -05:00
Jason Zimdars 8917f7ba86 Any press of esc should close the dialog 2025-08-25 10:32:04 -05:00
Jason Zimdars 3c2581a98f Copy 2025-08-25 10:26:44 -05:00
Stanko K.R. 0d11b472b4 Fix type mismatch 2025-08-25 10:59:04 +02:00
Stanko K.R. f9e7aff6e8 Make the quota error message friendlier 2025-08-25 10:58:48 +02:00
Stanko K.R. c3e0deb57f Remove test for now private method 2025-08-25 10:32:33 +02:00
Stanko K.R. b46c0260e8 Extract the defaut quota into a constant 2025-08-25 10:30:44 +02:00
Stanko K.R. 6b89aa6805 Improve naming & remove money accessors 2025-08-25 10:30:43 +02:00
Stanko K.R. 4505f80b8c Remove unused scope 2025-08-25 10:29:03 +02:00
Stanko K.R. abad369c6a Introduce a Quota and Money object 2025-08-25 10:29:00 +02:00
Stanko K.R. cb5fe7c4f8 Add spend limits to conversations 2025-08-25 10:24:15 +02:00
Stanko Krtalić 78fdabf62f Merge pull request #932 from basecamp/fizzy-bar-v1
Fizzy bar V1
2025-08-25 07:16:42 +02:00
Jorge Manrubia e1813800bf Merge pull request #960 from basecamp/filters-cleanup
Filters: unify and tidy up code
2025-08-22 09:35:08 +02:00
Jorge Manrubia 2eaf462efd Fix: queries were failing due to using the wrong alias 2025-08-22 09:23:35 +02:00
Jason Zimdars 2384ce5d94 Simplify search results 2025-08-22 07:33:26 +02:00
Jason Zimdars 0aa18f4d3a Center thinking indicator, make input size/position consistent 2025-08-22 07:33:26 +02:00
Jason Zimdars b2ac817d5b Use a more reliable transition method, adjust input styles 2025-08-22 07:33:26 +02:00
Jason Zimdars 4d31477d06 Prevent back navigation when hitting esc to close the dialog 2025-08-22 07:33:26 +02:00
Jason Zimdars 7bfa929ab8 Bring back the thinking indicator 2025-08-22 07:33:26 +02:00
Jason Zimdars 517f7d946f Adjust conversation transcript, improve input entry effect 2025-08-22 07:33:26 +02:00
Jason Zimdars bb83ce0602 Typo 2025-08-22 07:33:26 +02:00
Jason Zimdars dac5d4b397 Heavier to match tray text 2025-08-22 07:33:26 +02:00
Jason Zimdars 3bebbfd4d4 Slide trays away 2025-08-22 07:33:26 +02:00
Jason Zimdars a89ec643e4 Tighten up display of search results, placeholder and modal 2025-08-22 07:33:26 +02:00
Jason Zimdars 4c71570b8d Tidy search results, make it scrollable 2025-08-22 07:33:26 +02:00
Stanko K.R. 56152c77f3 Focus the input field when Fizzy bar gets triggered 2025-08-22 07:33:26 +02:00
Stanko K.R. 8c6cb0cbb1 Fix hotkeys 2025-08-22 07:33:26 +02:00
Stanko K.R. 8b21b5a570 Fix search 2025-08-22 07:33:26 +02:00
Stanko K.R. ed2aab78c6 Fiz Fizzy Ask 2025-08-22 07:33:26 +02:00
Stanko K.R. 59a488eb9c Render inputs inline & results in a turbo frame 2025-08-22 07:33:26 +02:00
Stanko K.R. 831bc686de First mind reading session - WIP 2025-08-22 07:33:26 +02:00
Jason Zimdars a2af8360e1 WIP
Move the inputs for search and ask into the bar, output in the modals.
Simplify search.
2025-08-22 07:33:26 +02:00
Stanko K.R. ceb81c7a86 Fix race condition that causes a missing outlet error 2025-08-22 07:33:26 +02:00
Stanko K.R. e1e8a32f2e Fix card creation hanging 2025-08-22 07:33:26 +02:00
Stanko K.R. 30f0079fc2 Extract isInput into a helper 2025-08-22 07:33:26 +02:00
Stanko K.R. 7a17f36228 Remove optional question argument 2025-08-22 07:33:26 +02:00
Stanko K.R. dcffe706a3 Make hotkeys activate only when not using inputs 2025-08-22 07:33:26 +02:00
Stanko K.R. a580a0ddbf Fix navigation bugs 2025-08-22 07:33:26 +02:00
Stanko K.R. f87a403107 Fix PR review comments 2025-08-22 07:33:26 +02:00
Stanko K.R. 761aa9e2b3 Move conversation initialization to a method 2025-08-22 07:33:26 +02:00