Commit Graph

1429 Commits

Author SHA1 Message Date
Jorge Manrubia d2cd20fe5b Add script to populate some buckets and cards 2025-04-02 11:17:23 +02:00
Jorge Manrubia b34e340d2b Merge branch 'main' into two-cols
* main:
  dev: move script from /bin to /script
2025-04-02 08:39:03 +02:00
Jason Zimdars 28c7c07030 Whitespace 2025-04-01 15:16:38 -05:00
Jason Zimdars 988fa33b32 Revert unrealized changes 2025-04-01 15:13:21 -05:00
Jason Zimdars c3b4b4821d A few dark mode fixes 2025-04-01 14:52:54 -05:00
Jason Zimdars e87091d206 Wire-up sorting by newest/oldest 2025-04-01 14:09:35 -05:00
Mike Dalessio c5c0ff86ec dev: move script from /bin to /script 2025-04-01 12:14:58 -04:00
Jason Zimdars 8f4d330d05 Stub sorting button 2025-04-01 10:30:27 -05:00
Jason Zimdars 7e1e2b90e8 Typo 2025-04-01 10:11:59 -05:00
Jason Zimdars fac288f71c Bucket filter 2025-04-01 09:59:25 -05:00
Jason Zimdars e98feb81d5 Include grid cards 2025-04-01 09:39:33 -05:00
Jason Zimdars 8adec3bb1f Z-index is killing me 2025-03-31 17:36:19 -05:00
Jason Zimdars 49aa436676 Don't filter these by stage either 2025-03-31 17:30:47 -05:00
Jason Zimdars 6fddce3f21 Bring back back 2025-03-31 17:24:09 -05:00
Jason Zimdars 4a9cfd8bcb Extra bracket 2025-03-31 17:17:36 -05:00
Jason Zimdars 286e3808e2 Removed unused filters (for now) 2025-03-31 17:13:34 -05:00
Jason Zimdars 01230a870c Filter the doing column by stage 2025-03-31 17:11:22 -05:00
Jason Zimdars d950c92fda Don't render if it's unstages 2025-03-31 15:16:52 -05:00
Jason Zimdars c73ed5de3b Wire up triage buttons 2025-03-31 15:16:43 -05:00
Jason Zimdars 1d5b7606fe Only display when looking at just that bucket 2025-03-31 15:03:47 -05:00
Jason Zimdars a6e99e0912 Blank slates, page title, and clearer collections 2025-03-31 14:58:06 -05:00
Jason Zimdars 3ebfe6c509 Remove limit 2025-03-31 14:45:00 -05:00
Jason Zimdars f16f0ae48f Mock layout 2025-03-31 14:04:20 -05:00
Jason Zimdars 217a3bf96f Copy 2025-03-31 13:30:28 -05:00
Jason Zimdars e919866849 Don't expose popped in the UI for now 2025-03-31 13:27:13 -05:00
Jason Zimdars ec63613898 Show completed cards at the bottom 2025-03-31 11:06:39 -05:00
Jason Zimdars 4ba1124134 Merged wrong change 2025-03-31 09:46:38 -05:00
Jason Zimdars c0f67ddf85 Merge branch 'main' into two-cols
* main:
  Fix setting the workflow on a collection
  Extract icon_tag helper to reduce repetition
  Proper spacing
  If there are no tags, show no tag column for the filter
  Protect against an account without workflows
2025-03-31 09:43:03 -05:00
Mike Dalessio b7c2369988 Fix setting the workflow on a collection
The previous implementation would delete all accesses if the bucket
was not all_access.

I think it's simpler to move the bucket workflow into a separate
Buckets::WorkflowsController, rather than deal with different sets of
params from different forms in the existing BucketsController.
2025-03-30 09:24:56 -04:00
David Heinemeier Hansson de6f782ca3 Extract icon_tag helper to reduce repetition 2025-03-29 17:22:51 +01:00
David Heinemeier Hansson 3faea3c39c Proper spacing 2025-03-29 15:43:54 +01:00
David Heinemeier Hansson 57ad7d169c If there are no tags, show no tag column for the filter 2025-03-29 15:40:59 +01:00
David Heinemeier Hansson ad3b7ef319 Protect against an account without workflows
Probably should make it such that a new account sets up the default
workflows, but right now it doesnt, so protect against them by not
showing the workflow filter.
2025-03-29 15:38:02 +01:00
Jason Zimdars 8477d910fd Fix overlap 2025-03-28 16:55:42 -05:00
Jason Zimdars 8c9d9c7704 Merge branch 'main' into two-cols
* main:
  Fix overlapping color picker
2025-03-28 16:54:26 -05:00
Jason Zimdars cdfdee9bd0 Fix overlapping color picker 2025-03-28 16:52:27 -05:00
Jason Zimdars 1aca3b0181 Try two-column layout 2025-03-28 16:40:08 -05:00
Jason Zimdars c49b272f2a Merge pull request #329 from basecamp/bucket-level-workflows
Set buckets at the workflow level
2025-03-28 16:39:06 -05:00
Jason Zimdars 86317b5396 Link to the workflows index 2025-03-28 09:31:49 -05:00
Kevin McConnell a0929ac557 Simplify condition 2025-03-28 11:16:17 +00:00
Jason Zimdars a7380ca1d7 Merge branch 'main' into bucket-level-workflows
* main:
  Fix z-index issues
2025-03-27 18:50:18 -05:00
Jason Zimdars 4687063fc5 Fix z-index issues 2025-03-27 18:46:11 -05:00
Jason Zimdars 9b3e7c7f3b Merge branch 'main' into bucket-level-workflows
* main:
  Fix overlap on new bucket button
2025-03-27 17:17:58 -05:00
Jason Zimdars bbcbb77082 Update tests 2025-03-27 17:09:05 -05:00
Jason Zimdars f5bf1f5ac3 Don't bother with this for now 2025-03-27 17:09:00 -05:00
Jason Zimdars 5b4e40b3ea Fix overlap on new bucket button 2025-03-27 16:47:46 -05:00
Jason Zimdars 1cf2e24bcc Set buckets at the workflow level
- All bubbles inherit the bucket's set workflow
2025-03-27 14:35:07 -05:00
Jason Zimdars 94d12710ad Fix overlap 2025-03-27 13:42:37 -05:00
Jason Zimdars ff70da2f5e Move up a layer 2025-03-27 10:33:10 -05:00
Kevin McConnell 3ea7da26ab "Stalled" not "Stale"
The latter sounds like old bread.
2025-03-27 12:22:55 +00:00