Jason Zimdars
f9cae2c43b
Bolder day markers
2025-05-22 13:19:51 -05:00
Andy Smith
32cfba82d9
Finish desktop styles
2025-05-13 14:32:51 -05:00
Andy Smith
49d24feff7
WIP Limited columns
2025-05-13 12:50:34 -05:00
Andy Smith
5c6a53a1bc
WIP new sorting
2025-05-13 12:34:07 -05:00
Andy Smith
01c642e6a8
Restructure day containers
2025-05-12 15:29:33 -05: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
4657663e35
Create local time formatter to match the previous format we were generating server-side
2025-04-25 08:55:36 +02:00
Jason Zimdars
00bcc2183e
Should be full opacity
2025-04-24 11:14:31 -05:00
Jason Zimdars
5239a2c628
Remove extra close bracket
2025-04-24 10:47:59 -05:00
Jorge Manrubia
13b0c0fc41
First pass to tidy up activity time rendering
2025-04-24 12:28:16 +02:00
Jorge Manrubia
81961a3523
Fix unclosed tag
2025-04-22 15:30:03 +02:00
Mike Dalessio
91de604815
Move event activity loading into Events::DaysController
2025-03-26 07:46:56 -04:00
Jason Zimdars
28a569c49b
Tickets
2025-03-17 21:24:08 -05:00
Jason Zimdars
72592ec3cc
Order events in the cluster so that the oldest is closest to the timestamp
2025-03-03 09:04:08 -07:00
Jason Zimdars
1a1ca72a3d
Remove summary avatars and tweak timestamp
2025-02-19 14:05:35 -06:00
Jason Zimdars
d5b13a8030
Display counts for Added and Popped columns
2025-02-10 12:57:49 -06:00
Jason Zimdars
c0f842427d
Rework navigation
2025-02-05 17:14:05 -06:00
Jason Zimdars
c183116ac5
Show who was active in each cluster
2025-01-29 13:00:09 -06: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
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
6c96995e43
Try a different approach to indicating time
2025-01-28 16:40:25 -06:00
Jason Zimdars
e0c0c90ba4
Tighten-up no-activity blocks, adjust layout between day blocks
2025-01-27 15:54:26 -06:00
Kevin McConnell
1184ea8cf8
Smoosh empty days together
2025-01-27 17:07:46 +00:00
Kevin McConnell
bfaac4bd44
Render activity directly into requested timezone
2025-01-27 15:41:01 +00:00
Kevin McConnell
269f8b0f04
Remove unused variable name
2025-01-23 17:11:19 +00:00
Kevin McConnell
7f96475344
Each cluster of events should have a parent
2025-01-23 17:08:55 +00:00
Kevin McConnell
570d4ff66c
Control the "no activity" label client-side
...
This allows us to take into account the local timezone -- any days where
all the events were outside the local 24-hour period are the ones that
are empty.
2025-01-23 13:13:26 +00:00
Jason Zimdars
4674a45820
Space between days
2025-01-22 21:40:01 -06:00
Kevin McConnell
86cb627120
Include neighbouring events in paginated query
...
Since we're rendering according to the local timezone, we'll need to
include events that fall before or after the specific date on the
server, as they might get be inside the current day in the client's
timezone. So let's just grab a window of events either side of today,
and then hide anything that falls outside the client's day.
2025-01-22 16:44:30 +00:00
Kevin McConnell
b2f72ff668
Use Stimulus to position events by timezone
2025-01-22 14:38:38 +00:00
Jason Zimdars
e11b5095d5
Add grid cell styles and time markers
2025-01-21 18:29:56 -06:00
Kevin McConnell
11454a1952
Lazy-load activity pages
2025-01-17 17:28:07 +00:00