Commit Graph

2328 Commits

Author SHA1 Message Date
Jason Zimdars aff5abb92d Adjust copy and alignment 2025-04-26 19:06:51 -05:00
Jason Zimdars 52e6992fcf Use the same language as the view 2025-04-26 19:03:38 -05:00
Jason Zimdars cc9863572b First name is enough 2025-04-26 19:03:05 -05:00
Jason Zimdars da147bd7b4 Proper circle button 2025-04-26 19:01:41 -05:00
Jason Zimdars 91cca616ba Fix broken spacing 2025-04-26 18:57:47 -05:00
Jason Zimdars 4e9bd45e5e Autocomplete + autofocus is annoying 2025-04-26 18:57:37 -05:00
Jason Zimdars d25ebe8030 Extra element affected flex layout 2025-04-26 18:52:02 -05:00
Jason Zimdars ab2e446c0e Adjust this again (with note) 2025-04-26 18:50:03 -05:00
Jorge Manrubia d12f4062c2 Merge pull request #439 from basecamp/update-house
Update house to make placeholders show up
2025-04-26 23:30:27 +02:00
Jorge Manrubia 8eec5cde9f Update house to make placeholders show up
https://github.com/basecamp/house/commit/a59396cfb7326530e5836601ffee1fe2c197a7cc
2025-04-26 23:28:44 +02:00
Jorge Manrubia 82885e453d Not needed anymore 2025-04-26 09:13:24 +02:00
Jorge Manrubia 76fc4aeb0e Order method 2025-04-26 09:10:58 +02:00
Jason Zimdars 5f00cb7e2c Remove debug 2025-04-25 16:33:55 -05:00
Jason Zimdars 6ab31d7ad2 Merge pull request #415 from basecamp/colors
Colors
2025-04-25 16:24:42 -05:00
Jason Zimdars 0fa0622b06 Post-merge misc 2025-04-25 16:18:46 -05:00
Jason Zimdars a3b81af1da Merge branch 'main' into colors
* main: (284 commits)
  Polish closed stamp
  Add new card button to considering column
  Let's leave inside the menu for now
  Improve terminal history behavior
  More space between
  Add a navigation hint, make "All collections" link navigate like the others
  Reorder methods
  Fix: dismiss notifications from comments
  Fix card icons
  Filter collections menus, add keyboard shortcuts
  Style
  Space between
  Remove debug
  Consistent sizing
  Configure deployment for load balancing
  Configure the autoclose period at the collection level
  Rename to avoid using the same name
  Add brakeman rule
  Collections can be private now too
  Not used outside the class anymore
  ...
2025-04-25 15:59:09 -05:00
Jorge Manrubia f12970c697 We're using seconds now 2025-04-25 22:55:42 +02:00
Jason Zimdars 03dbcf3b54 Polish closed stamp 2025-04-25 15:13:16 -05:00
Jason Zimdars 50998d2e18 Add new card button to considering column 2025-04-25 14:43:58 -05:00
Jason Zimdars 129173a876 Let's leave inside the menu for now 2025-04-25 13:59:56 -05:00
Jason Zimdars 3468ccd41d Improve terminal history behavior 2025-04-25 13:58:41 -05:00
Jason Zimdars 8201d1f7f7 More space between 2025-04-25 13:51:15 -05:00
Jason Zimdars ff5ecf305e Merge branch 'main' into jz-4-25
* main:
  Reorder methods
  Fix: dismiss notifications from comments
  Configure the autoclose period at the collection level
2025-04-25 13:50:53 -05:00
Jason Zimdars 67040ad492 Add a navigation hint, make "All collections" link navigate like the others 2025-04-25 13:16:26 -05:00
Jorge Manrubia 685c1f4aca Reorder methods 2025-04-25 20:04:04 +02:00
Jorge Manrubia 0056cafa04 Merge pull request #436 from basecamp/configure-auto-close
Configure the autoclose period for collections
2025-04-25 19:55:19 +02:00
Jorge Manrubia 7279973924 Merge pull request #437 from basecamp/fix-readings
Fix: dismiss notifications from comments
2025-04-25 19:54:05 +02:00
Jorge Manrubia 5e279ab2e1 Fix: dismiss notifications from comments 2025-04-25 19:52:09 +02:00
Jason Zimdars e82241669f Fix card icons 2025-04-25 12:45:15 -05:00
Jason Zimdars c085266ceb Filter collections menus, add keyboard shortcuts 2025-04-25 12:42:22 -05:00
Jason Zimdars ffff8b72f1 Style 2025-04-25 10:39:03 -05:00
Jason Zimdars 8dceb23e68 Space between 2025-04-25 10:37:42 -05:00
Jason Zimdars f4e30a6f6e Remove debug 2025-04-25 10:36:08 -05:00
Jason Zimdars ba446c27b4 Consistent sizing 2025-04-25 10:35:16 -05:00
Kevin McConnell d96db67734 Configure deployment for load balancing
- Adds a load balancer accessory
- Disables SSL from the app's proxy (since the LB will handle it)
2025-04-25 14:18:04 +01:00
Jorge Manrubia e90b062440 Configure the autoclose period at the collection level 2025-04-25 13:29:16 +02:00
Jorge Manrubia c61298dfc8 Merge pull request #431 from basecamp/events-revamp
Review events system and activity timeline
2025-04-25 10:54:26 +02:00
Jorge Manrubia 90576998a4 Rename to avoid using the same name 2025-04-25 10:52:51 +02:00
Jorge Manrubia 88fceb3123 Add brakeman rule 2025-04-25 10:40:26 +02:00
Jorge Manrubia 5a431ba6bb Collections can be private now too 2025-04-25 10:31:41 +02:00
Jorge Manrubia b866267192 Not used outside the class anymore 2025-04-25 10:28:39 +02:00
Jorge Manrubia 74a8a6431e Extract more templates 2025-04-25 10:21:38 +02:00
Jorge Manrubia 32c9cdbba8 Extract filter partials and rely on filter as the source of truth for the selected collections 2025-04-25 10:00:21 +02:00
Jorge Manrubia 6da814520d Remove todo I already tackled 2025-04-25 09:48:33 +02:00
Jorge Manrubia a445b5c068 Extract partial 2025-04-25 09:48:15 +02:00
Jorge Manrubia 54d7327ccd Merge branch 'main' into events-revamp
* main:
  Account for stages where the color isn't set
  Choose workflows from a small preview
  Add missing filter display classes, style input
  Scroll users list, adjust layout
  Workflows and card perma polish
  Type polish and sizing constraints
  dep: AR::Tenanted: no implicit db migrations
  New layout for collections settings, stub entropy setting
  Adjust collection line to contrast with comment excerpts
  Adjust perma layout for larger cards
  Give the timeline a little space on each side
2025-04-25 09:41:29 +02:00
Jorge Manrubia 6a1dcef6ef Add script to migrate existing events to the new format 2025-04-25 09:26:47 +02:00
Jorge Manrubia 4657663e35 Create local time formatter to match the previous format we were generating server-side 2025-04-25 08:55:36 +02:00
Jorge Manrubia 6fb0d88079 Tidy up 2025-04-25 08:22:21 +02:00
Jorge Manrubia 501a3b2b44 Add test to make sure you can't access innaccessible collections via filtering either 2025-04-25 07:23:11 +02:00