Jeffrey Hardy
|
ee67d485c4
|
Forbid account self-removal
|
2024-09-24 15:48:29 -04:00 |
|
Jeffrey Hardy
|
66a7641ecd
|
No need for an instance variable
|
2024-09-24 15:35:51 -04:00 |
|
Jeffrey Hardy
|
4e579e5a34
|
Rename Project to Bucket
|
2024-09-24 15:32:44 -04:00 |
|
Jeffrey Hardy
|
e6bb6ad76b
|
Join links for user registration
|
2024-09-24 14:30:22 -04:00 |
|
Jeffrey Hardy
|
8a0a541d5c
|
Drop unused body columns
|
2024-09-19 10:15:03 -04:00 |
|
Jeffrey Hardy
|
b2d948594a
|
Extract Project::Accessible
|
2024-09-18 17:25:09 -04:00 |
|
Jeffrey Hardy
|
9b52dd1b52
|
Eliminate boosts#index async loading in favor of inlining
|
2024-09-18 15:24:09 -04:00 |
|
Jeffrey Hardy
|
96a5ad37d5
|
Drop the auto-submitting boosts/new form in favor of a button
|
2024-09-18 15:17:09 -04:00 |
|
Jeffrey Hardy
|
6f2c186208
|
Redirect to the bubbles index after creating a project
|
2024-09-18 13:17:53 -04:00 |
|
Jeffrey Hardy
|
72bf68a0c8
|
Scope bubble query by project
|
2024-09-18 13:17:31 -04:00 |
|
Jeffrey Hardy
|
355e144ddc
|
Nest bubbles et al under projects
|
2024-09-18 13:09:06 -04:00 |
|
Jeffrey Hardy
|
2c32c3c536
|
Use checkboxes to toggle accesses in bulk
|
2024-09-18 13:06:30 -04:00 |
|
Jeffrey Hardy
|
995f937eef
|
Stub project access control for users
|
2024-09-18 13:06:30 -04:00 |
|
Jeffrey Hardy
|
5585f74e81
|
Stub a projects controller and views
|
2024-09-18 13:06:30 -04:00 |
|
Jason Zimdars
|
56c7fe4abb
|
Add assignees to a bubble WIP
- Still needs UI to display multiple assignees
- Still needs UI for changing/removing assignees
|
2024-09-17 17:10:23 -05:00 |
|
Jeffrey Hardy
|
bd2aa802d9
|
Remove bubble images independently
|
2024-09-13 19:16:36 -04:00 |
|
Jeffrey Hardy
|
87cd9348f7
|
Tidy BubblesController
|
2024-09-13 19:16:36 -04:00 |
|
Jeffrey Hardy
|
7f45b8fe6e
|
Extract BubbleScoped
|
2024-09-13 19:16:36 -04:00 |
|
Jason Zimdars
|
4b7fc61136
|
Add and change a due date on bubbles
|
2024-09-13 17:16:15 -05:00 |
|
Jason Zimdars
|
a144cd1d14
|
Linter prefer double-quoted strings
|
2024-09-13 10:16:03 -05:00 |
|
Jason Zimdars
|
3cf841d463
|
Proper ordering
|
2024-09-13 09:52:55 -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
|
4910c82d0a
|
Remove images inline, too
|
2024-09-05 20:15:04 -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
|
40863453e0
|
Recast categories as tags
|
2024-09-05 17:36:48 -04:00 |
|
Jeffrey Hardy
|
5aae70298b
|
Rename Splat to Bubble
|
2024-09-04 14:54:11 -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
|
efeac696e4
|
Wire up image attachments for bubbles
|
2024-08-28 17:11:40 -05: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 |
|
Jason Zimdars
|
642e8bcd27
|
Boost splats
|
2024-08-19 17:33:12 -05:00 |
|
Jason Zimdars
|
7b2ecf5d1a
|
Anchor to newly created comments
This doesn't actually work but I thought I'd leave it in since it's a reproducible case for: https://github.com/hotwired/turbo/issues/211
|
2024-08-19 14:16:32 -05:00 |
|
Jason Zimdars
|
6860a0ea36
|
Create comments on splats
|
2024-08-19 14:14:26 -05:00 |
|
Jason Zimdars
|
09cc76c4f7
|
Render comments on splats
|
2024-08-14 17:36:13 -05:00 |
|
Jason Zimdars
|
056a3c3062
|
Use datalist as a poor man's autocomplete for now
|
2024-08-05 17:51:18 -05:00 |
|
Jason Zimdars
|
be2062f902
|
Simple flow for creating categories
- Also includes a dev-facing index for removing them (for now)
- Saves an interim bubble style for posterity
|
2024-07-31 16:22:36 -05:00 |
|
Jason Zimdars
|
5fac4745af
|
Filter index by category
|
2024-07-24 14:35:24 -05:00 |
|
Jason Zimdars
|
00d5c59f72
|
Categorize splats
|
2024-07-24 13:42:06 -05:00 |
|
Jason Zimdars
|
932a83197b
|
Add Splat model, controller, and views
|
2024-07-23 15:59:32 -05:00 |
|
Kevin McConnell
|
c4fb1bdc76
|
Add minimal authentication flow to get started
|
2024-06-21 16:45:29 +01:00 |
|
Kevin McConnell
|
564a0f48ae
|
New Rails app
|
2024-06-21 13:19:56 +01:00 |
|