Commit Graph

189 Commits

Author SHA1 Message Date
Jose Farias 3e5b902e76 Move thread to its own partial 2024-10-23 14:28:21 -06:00
Jose Farias 5221807847 Render threadables 2024-10-23 14:12:28 -06:00
Jose Farias 0a5854e02e Merge pull request #121 from basecamp/workflows-spike
Spike workflows
2024-10-22 11:32:44 -06:00
Jose Farias c74dce6002 Remove unnecessary turbo_confirms 2024-10-22 10:50:33 -06:00
Jose Farias b182124358 Account for workflow path de-nesting 2024-10-21 15:57:54 -06:00
Jason Zimdars 128fc22eb1 Make it look like the filter 2024-10-21 16:39:39 -05:00
Jose Farias b0565fbf20 Spike workflows 2024-10-21 15:33:30 -06:00
Jason Zimdars 6e5b71ea99 Make this a one-liner, no need for hierarchy 2024-10-21 16:03:41 -05:00
David Heinemeier Hansson aef3c8ca32 No need to specify the extension now 2024-10-19 19:36:23 -07:00
David Heinemeier Hansson cdcf2500c1 Another spot where we need to move a Current.user check to a stimulus controller to cache 2024-10-19 18:31:21 -07:00
David Heinemeier Hansson 53afd0d93c Note that Current.user cannot be referenced within partials that must be cached 2024-10-19 17:51:09 -07:00
David Heinemeier Hansson 716e14998f Note that we need to keep all partials cacheable, so no dynamic path munging 2024-10-19 17:46:36 -07:00
David Heinemeier Hansson 32d1792cb2 Fetch bubbles index with multiget cache 2024-10-19 16:50:19 -07:00
David Heinemeier Hansson cd14fda395 Cache bubble partial on itself 2024-10-19 16:50:05 -07:00
David Heinemeier Hansson e2c9048581 Only load from app, not all plugins etc
This will prevent loading trix for example
2024-10-18 12:49:12 -07:00
Jose Farias 09c003431e Pull out Bucket::BubbleFilter 2024-10-18 11:11:23 -06:00
Jose Farias bd2f4fc476 Fix tag_filters and assignee_filters calls 2024-10-17 23:02:59 -06:00
Jose Farias e7cc426fdc Move bubble filtering to the model 2024-10-17 22:51:02 -06:00
Jose Farias c0df006ebc Consolidate bucket_view_helper and filters_helper 2024-10-17 21:37:48 -06:00
Jose Farias c9e6ecda58 bucket_view_form_tag -> bubble_filter_form_tag 2024-10-17 21:35:21 -06:00
Jose Farias 6dc01479b7 Fix search form 2024-10-17 21:34:48 -06:00
Jose Farias 862c854377 querying_unassigned_status -> unassigned_filter_activated 2024-10-17 20:55:11 -06:00
Jose Farias 919092a1f8 Disambiguate view_filter_params and buble_filter_params 2024-10-17 20:50:45 -06:00
Jose Farias a3cbf4d9fc Fix that assignee and tag filters wouldn't overwrite themselves 2024-10-17 18:00:05 -06:00
Jose Farias 28eca68421 Fix that assignee and tag filters would overwrite each other 2024-10-17 17:52:24 -06:00
Jose Farias 6b54ad6a72 bucket_view -> view 2024-10-17 17:43:30 -06:00
Jose Farias 7e99aabaa1 Bucket::View update/delete 2024-10-17 17:34:31 -06:00
Jose Farias 6f9ade25f8 Pull out bucket_view_form helper 2024-10-17 17:01:47 -06:00
Jose Farias a891af85d6 Pull out path in view partial 2024-10-17 16:58:45 -06:00
Jose Farias f7a3e42a67 Carry over other filters when clicking on tag 2024-10-16 17:38:14 -06:00
Jose Farias fe73cccb6b Remove brackets for tag_id param 2024-10-16 17:37:09 -06:00
Jose Farias 2387f8f211 Reorganize methods in BubblesController 2024-10-16 17:30:42 -06:00
Jose Farias f127fad1e4 Add flash notices 2024-10-16 17:22:11 -06:00
Jose Farias 73f64f542e Fix tag and assignee selects 2024-10-16 17:16:13 -06:00
Jose Farias 8fd28c3809 Remove unnecesary compact_blank 2024-10-16 17:10:48 -06:00
Jose Farias 956dce9e34 upcase_first -> humanize 2024-10-16 17:08:42 -06:00
Jose Farias 310a102ec9 Split out filters into partials 2024-10-16 16:55:09 -06:00
Jose Farias f4b5210ca1 Spike persisted filters 2024-10-16 16:41:11 -06:00
Jose Farias 1d6acb6119 Stop caching threads — YAGNI 2024-10-12 23:23:12 -06:00
Jose Farias 2c6c821e20 Use local time for rollups 2024-10-12 23:03:27 -06:00
Jose Farias ec7fc75054 Spike events system 2024-10-11 20:14:09 -05:00
Jose Farias dd1752de2a Implement bucket access form 2024-10-09 11:53:05 -04:00
Jason Zimdars fb5254d13b Scope to just users on the bucket 2024-10-08 13:39:14 -04:00
Jeffrey Hardy d38bab9664 Scope tags by bucket 2024-10-07 09:03:17 -04:00
Jason Zimdars 65f29ae3b5 Fix deleting tags (just need this for local data) 2024-10-06 13:05:21 -04:00
Jason Zimdars 9be032beda Add close/collapse actions 2024-10-06 12:41:28 -04:00
Jason Zimdars 045a4d39c5 Improve filter menu styles 2024-10-06 10:36:51 -04:00
Jason Zimdars dd9c7c2b96 Close filters on click outside 2024-10-06 10:36:51 -04:00
Jason Zimdars 12911b6873 Match term size 2024-10-06 10:36:51 -04:00
Jason Zimdars fb3077811d Remove for now, needs more thought 2024-10-06 10:36:51 -04:00