Commit Graph

4156 Commits

Author SHA1 Message Date
Jason Zimdars f25335ba38 Try comment excerpts in notification and event chips 2025-02-04 14:04:17 -06:00
Jason Zimdars 764c3534ca Add settings to bucket perma 2025-02-04 13:26:35 -06:00
Jason Zimdars 16e62fe121 Fix invisible edit comment button in dark mode 2025-01-31 18:24:57 -06:00
Jason Zimdars 6f351b956c Allow pasting files in comments 2025-01-31 18:07:12 -06:00
Jason Zimdars c83a6e7e34 Ensure filter menu opens above notifications tray 2025-01-31 17:44:30 -06:00
Jason Zimdars 94a22aa0ee Fix horizontal scroll jog 2025-01-31 17:30:23 -06:00
Jason Zimdars 5bb6accc2c Ensure long titles wrap, comment counts don't 2025-01-31 17:24:00 -06:00
Jason Zimdars 68b1ea4540 Rework this so it doesn't blow up on mobile 2025-01-31 11:48:56 -06:00
Jason Zimdars 3fd3077c4c Add more details to bubbles in list, use local times 2025-01-31 11:27:39 -06:00
Jason Zimdars 83d1c7055b Trim color palette 2025-01-31 09:59:05 -06:00
Jason Zimdars e46c23a8b4 Try making non-related elements recede 2025-01-31 09:49:41 -06:00
Jason Zimdars 7a98ae0601 Sticky headings should appear above event chips 2025-01-31 09:34:12 -06:00
Jason Zimdars 9b7d297027 Add rudimentary support for embedding videos 2025-01-30 16:47:42 -06:00
Jason Zimdars e918b813a0 This doesn't belong here 2025-01-30 15:50:22 -06:00
Jason Zimdars c8368fe145 Try dvw until to avoid layout changes when scrollbars render 2025-01-30 15:46:56 -06:00
Jason Zimdars e60142495d Hyphenation may be worse than not 2025-01-30 15:36:06 -06:00
Jason Zimdars c1419ad4da Fix atrocious wrapping 2025-01-30 15:35:15 -06:00
Jason Zimdars bd0fb52ffe We no longer color *my* comments, missed this 2025-01-30 15:29:02 -06:00
Jason Zimdars 9ef781dacb Submit comments with command or control + enter 2025-01-30 15:27:15 -06:00
Kevin McConnell b320b72bc6 Use local time helper for comment dates
Also has the advantage you can hover to see the time.
2025-01-30 17:10:58 +00:00
Kevin McConnell dfae90efb9 Only show own drafts on the bucket preview 2025-01-30 14:06:31 +00:00
Jason Zimdars 8c54db5cef Ensure shadow is above avatars and timestamps 2025-01-29 21:36:46 -06:00
Jason Zimdars 559e978bcd Add 'unassigned' action and account for unknown action icons 2025-01-29 21:35:27 -06:00
Jason Zimdars 782c42823d Ensure icon is colored in dark mode 2025-01-29 21:34:43 -06:00
Jason Zimdars 92cc2c8121 Just use plain checkboxes
- Style WIP
2025-01-29 21:25:43 -06:00
Jason Zimdars 972927d56a Add a small icon to indicate actions in the touched column 2025-01-29 15:10:43 -06:00
Jason Zimdars 7a01f3a056 Tighten up timestamp 2025-01-29 14:52:03 -06:00
Jason Zimdars c183116ac5 Show who was active in each cluster 2025-01-29 13:00:09 -06:00
Jason Zimdars 767ca083ed Add a line that describes the event action 2025-01-29 12:59:51 -06:00
Kevin McConnell d248bd6323 Clear Activity highlights on back navigation
Also small refactor of the controller.
2025-01-29 18:00:21 +00:00
Kevin McConnell 8839bcafa2 Fix grammar 2025-01-29 13:21:35 +00:00
Kevin McConnell 65064773bd Use local time helper to format the time
Also avoids JS error we were creating.
2025-01-29 08:59:02 +00:00
Jason Zimdars 4827cb3a30 Refactor using more Stimulus-y conventions 2025-01-28 20:07:45 -06:00
Jason Zimdars 408bb79a4e Use a class 2025-01-28 18:09:34 -06:00
Jason Zimdars b3c7f553b4 Clean up, be more BEM-like 2025-01-28 18:07:04 -06:00
Jason Zimdars c7503c2663 Actually that should be an element, not modifier class 2025-01-28 18:05:01 -06:00
Jason Zimdars 523b543244 Rename, they're all wrapped now 2025-01-28 18:04:24 -06:00
Jason Zimdars 367a618064 When you hover a chip, highlight all the other chips about that bubble for that day 2025-01-28 18:02:32 -06:00
Jason Zimdars e8622ed402 Sticky column titles, tighter grid 2025-01-28 16:49:59 -06:00
Jason Zimdars 6c96995e43 Try a different approach to indicating time 2025-01-28 16:40:25 -06:00
Jason Zimdars 627da16792 Simplify grid display 2025-01-28 13:37:58 -06:00
Jason Zimdars 07b670d1d5 Make the chips appear more balanced 2025-01-28 13:17:42 -06:00
Jason Zimdars 502e915f27 To display 12am to Midnight inclusive, we need to actually render 25 rows (+1 for column labels) 2025-01-28 12:57:54 -06:00
Jason Zimdars f6fc05bc36 Center the time label vertically in the grid cell
- Accounts for when the cell is tall due to clustered events
2025-01-28 12:57:02 -06:00
Kevin McConnell 4c63f88620 Merge pull request #206 from basecamp/latest-activity
Latest activity
2025-01-28 17:43:06 +00:00
Kevin McConnell 13080a5c36 Simplify the methods a bit 2025-01-28 17:27:56 +00:00
Kevin McConnell 9c9f062123 Don't show the project filter yet 2025-01-28 17:21:14 +00:00
Kevin McConnell a0ed267bcf Only show active bubbles in home page card 2025-01-28 17:08:40 +00:00
Kevin McConnell cc1051c968 Expire upload links after 5 minutes
By default the Active Storage URLs are valid for 5 minutes. We should
avoid caching the responses for longer than that.
2025-01-28 16:13:26 +00:00
Kevin McConnell e93acb0e38 Don't repeatedly mark notifications read 2025-01-28 11:54:11 +00:00