Commit Graph

111 Commits

Author SHA1 Message Date
Jason Zimdars 3cf841d463 Proper ordering 2024-09-13 09:52:55 -05:00
Jason Zimdars 5c72be49dd Prevent overflowing the container 2024-09-13 09:52:22 -05:00
Jason Zimdars 352fd609e3 Include Added by... event in comments thread, move to helper 2024-09-13 08:59:07 -05:00
Jason Zimdars cc69d84c96 Ensure bubbles are nicely sized on perma 2024-09-12 16:32:31 -05:00
Jason Zimdars ca1b8e03e7 Polish
- Nicer responsive type for comments threads
- Improved responsive layout for bubbles index lists, too
- Polished hover state on bubbles list
2024-09-12 16:08:39 -05:00
Jason Zimdars 957a0d70b1 Bubbles should be huge on perma 2024-09-11 17:16:29 -05:00
Jason Zimdars bcfba64c69 Polish sign-in screen 2024-09-11 16:27:15 -05:00
Jason Zimdars 925247acfc Rework main layout, comments layout, and list layout 2024-09-09 17:53:13 -05:00
Jason Zimdars 2f34352f3a Rename, bubbles is more idiomatic 2024-09-09 16:04:44 -05:00
Jason Zimdars 9ce214aed2 This is cargo-culted from Writebook, we're not going to use it here 2024-09-09 15:57:49 -05:00
Jason Zimdars 5c8ab63d37 Not used 2024-09-09 15:57:02 -05:00
Jason Zimdars 24643341cd Click to edit bubble titles 2024-09-06 18:14:08 -05:00
Jason Zimdars 3ad48466f6 Create new bubbles automatically and land on the perma
...so we don't have to deal with a separate create state
2024-09-06 16:36:30 -05:00
Jason Zimdars ea6a968034 Improve image add/remove buttons 2024-09-06 16:05:48 -05:00
Jeffrey Hardy 0a09e81679 Merge pull request #67 from basecamp/drop-puma-dev
Drop puma-dev (long live localhost)
2024-09-06 16:51:16 -04:00
Jeffrey Hardy bbb394db02 Drop puma-dev in favor of localhost 2024-09-06 16:28:51 -04:00
Jeffrey Hardy 77c4922fd5 Avoid unnecessary queries when sizing bubbles 2024-09-06 15:54:43 -04:00
Jason Zimdars 884d1850fd Fix boost bubbles in Safari 2024-09-06 11:14:13 -05:00
Jason Zimdars 0c46df4890 Fix image bubbles display in Safari and Firefox 2024-09-06 11:10:45 -05:00
Jason Zimdars f6cb8f7a62 Don't apply effect when image is empty 2024-09-06 09:50:28 -05:00
Jason Zimdars a0fb034bae Liner: space after # in comments 2024-09-05 21:29:05 -05:00
Jason Zimdars 4910c82d0a Remove images inline, too 2024-09-05 20:15:04 -05:00
Jason Zimdars f330afb04c Add bubble images inline without a special form 2024-09-05 20:14:22 -05:00
Jeffrey Hardy 23248d8447 Tidy up comments 2024-09-05 17:36:51 -04:00
Jeffrey Hardy 038a456392 Tidy up boosts 2024-09-05 17:36:51 -04:00
Jeffrey Hardy 0930879ec7 Indentation and formatting 2024-09-05 17:36:51 -04:00
Jeffrey Hardy 40863453e0 Recast categories as tags 2024-09-05 17:36:48 -04:00
Jason Zimdars 051deef151 We're not using this at the moment 2024-09-04 14:34:06 -05:00
Jeffrey Hardy 5aae70298b Rename Splat to Bubble 2024-09-04 14:54:11 -04:00
Jeffrey Hardy 6dc2c2ba73 Tidy model 'dependent: destroy' options 2024-09-04 14:03:19 -04:00
Jeffrey Hardy 28d82daf93 Make Action Cable authentication more similar to controllers 2024-09-04 13:54:22 -04:00
Jeffrey Hardy 696b155f55 Use find_signed directly
There's no penalty to calling with a nil value. That's why both find_signed
and find_signed! exist. Use the latter when you expect a result.
2024-09-04 13:44:23 -04:00
Jason Zimdars 0613eb73e2 Explore displaying images inside bubbles 2024-08-29 18:14:38 -05:00
Jason Zimdars efeac696e4 Wire up image attachments for bubbles 2024-08-28 17:11:40 -05:00
Jason Zimdars f51104accc Squash boosts into one-liners between comments 2024-08-28 16:12:42 -05:00
Jason Zimdars 4cdf9ee009 New comments should look like they will when posted (mine) 2024-08-28 16:12:15 -05:00
Jason Zimdars 11597b7de1 Unique styles for your comments 2024-08-27 17:44:30 -05:00
Jason Zimdars 127d811607 Render boosts in the comments timeline 2024-08-27 16:48:42 -05:00
Jason Zimdars a8fa39a21f body better aligns with splat and comment 2024-08-26 15:25:06 -05:00
Jason Zimdars e11bbee4bb Try just using comments for details with a subtle prompt for the creator 2024-08-22 18:30:30 -05:00
Jason Zimdars 73f7ddca36 Animate when boosting (puffing up) 2024-08-22 18:24:43 -05:00
Jeffrey Hardy 174779cdb9 Merge pull request #53 from basecamp/rename-to-fizzy
Splat -> Fizzy
2024-08-22 14:58:56 -04:00
Jeffrey Hardy e0763d4d4b Splat -> Fizzy 2024-08-22 14:53:49 -04:00
Jeffrey Hardy adbe830321 Bump Rails for recent routing fix 2024-08-22 14:46:31 -04:00
Jason Zimdars e142ea370b Try a hover animation, prefer utility classes 2024-08-22 10:22:09 -05:00
Jason Zimdars f48df75c9c Improve comments style 2024-08-20 16:45:02 -05:00
Jeffrey Hardy 97b7c6e212 Tidy setup output 2024-08-20 14:17:08 -04:00
Jeffrey Hardy 84e586ff65 Render the assigned page title 2024-08-20 14:17:08 -04:00
Jeffrey Hardy c36831c0ed Remove default username input value from params until needed 2024-08-20 14:17:08 -04:00
Jeffrey Hardy e3983d5bbe Use Rails' new sessions generator to replace the existing setup
Ref: https://github.com/rails/rails/pull/52328
2024-08-20 14:17:05 -04:00