Rosa Gutierrez
832e63f99a
Keep URLs in webhook events absolute
...
Follow-up to #2318
These are sent to other apps, so they need to be absolute. I changed
this too eagerly when I was moving calls to `polymorphic_url`.
2026-01-14 21:15:42 +01:00
Rosa Gutierrez
527ffc42b9
Use relative URLs where possible across all the app
...
Skipping API responses, where we need absolute URLs, and those that are
intended for sharing or external use:
- account/join_codes/show.html.erb - Join code URL for sharing
- boards/edit/_publication.html.erb - Publication URL for sharing
- public/* views - Public page URLs and og:url meta tags
- pwa/manifest.json.erb - PWA manifest needs absolute URLs
For this, we had to replace `url_for` used with Active Storage variants
and previews with the specific path helper (for Active Storage
representations).
2026-01-14 11:01:42 +01:00
Andy Smith
bed0e4bd9e
Merge pull request #2009 from nqst/clickable-checkbox-labels
...
Make toggle switch labels clickable
2025-12-10 14:47:51 -06:00
Stanko K.R.
3257e4a6e9
Inline partials
2025-12-10 15:27:56 +01:00
Alexander Zaytsev
5846ded5ec
Try using cursor-pointer on text labels
2025-12-08 22:38:46 +01:00
Alexander Zaytsev
7eeee0dfa4
Cleanup
2025-12-08 16:55:00 +01:00
Alexander Zaytsev
457c615c3b
Cleanup
2025-12-08 16:46:55 +01:00
Alexander Zaytsev
00e5319fcf
Fix label text wrapping on narrow screens
2025-12-08 16:40:30 +01:00
Alexander Zaytsev
2fb76f12ce
(Optional) Simpler hint
2025-12-08 16:31:14 +01:00
Alexander Zaytsev
a9432ec6b4
Make labels for webhook switches clickable
2025-12-08 16:04:18 +01:00
Mike Dalessio
69f8216982
Pass correct params to webhook reactivation url helper.
...
ref: https://app.fizzy.do/5986089/cards/3219
2025-12-05 22:44:34 -05:00
Marco Roth
2f88908cdf
Address HTML markup issues reported by Herb
2025-12-02 17:23:51 +01:00
Jason Zimdars
7644b0e793
ESC is primary back hotkey, use helper in more places
2025-12-01 13:54:08 -06:00
Jason Zimdars
656bef4a50
Fix layouts and backlinks
2025-12-01 11:06:51 -06:00
Jason Zimdars
7e008864f2
Ensure back buttons collapse to icons on small screens
2025-11-19 16:04:21 -06:00
Andy Smith
5246c202b0
Create back link helper that works nicely on mobile
2025-11-13 14:13:29 -06:00
Andy Smith
3d2b649828
Add btn--back class
2025-11-13 13:57:36 -06:00
Jason Zimdars
bdde877de3
Apply the new hotkey and style to all back buttons
...
Also updates design for email address change screens
2025-11-11 15:13:30 -06:00
Jorge Manrubia
c926d7ad6c
Extract description object to remove the helper salad
...
Lots of repetition with the helpers and params
2025-11-06 10:56:07 +01:00
Fernando Olivares
de0ae43dcd
Use event action sentence text in webhook
2025-11-05 19:58:35 -06:00
Jorge Manrubia
39ec6cf062
Replace collection with board in the code, tests green
2025-11-05 13:41:12 +01:00
Jorge Manrubia
03a345609e
Baseline replacing collection with board across code
2025-11-05 13:31:54 +01:00
Jason Zimdars
7d154b682e
Rename 'BOXCAR' to 'Fizzy'
...
Missed files
2025-11-03 16:30:44 -06:00
David Heinemeier Hansson
70a506c4a3
My menu is on every screen when the user is logged in
2025-10-30 16:28:51 +01:00
Jason Zimdars
79d0babe81
No need for emdash
2025-10-28 15:38:10 -05:00
Jason Zimdars
f5384baf63
Boxcar -> BOXCAR
2025-10-23 15:05:36 -07:00
Jason Zimdars
ed9cede24b
These use the old collection link format
2025-10-22 17:12:43 -07:00
Jason Zimdars
49e87310d7
Rename Fizzy, Boxcar
2025-10-22 13:42:41 -07:00
Jason Zimdars
4fc61a5000
Tighter linking
2025-10-16 19:46:16 -05:00
Andy Smith
31d5ef7a4b
Word break for webhook URL
2025-10-14 16:22:14 -05:00
Jorge Manrubia
4527dcbeda
Remove unnecessary filtering code
...
After removing collections from the filtering menu, there was quite a good cleanup here pending
2025-10-03 10:56:34 +02:00
Stanko K.R.
24ac7cd00d
Add custom labels for Webhooks
2025-09-23 18:00:13 +02:00
Stanko K.R.
f020d377f3
Use polymorphic_url instead of path
2025-09-17 14:05:43 +02:00
Stanko K.R.
b49e8d2d34
Remove URL field from edit form
2025-09-16 20:18:35 +02:00
Jason Zimdars
784d6cf690
Don't need to navigate this list
...
I doubt most collections will ever have more than a handul
2025-09-16 20:08:06 +02:00
Jason Zimdars
daee271940
Style show view
2025-09-16 20:08:06 +02:00
Jason Zimdars
a5b4c88d27
Style web hooks forms and list WIP
2025-09-16 20:08:06 +02:00
Stanko K.R.
63e64a060d
Use HTML5 validation for the URL
2025-09-16 20:08:06 +02:00
Stanko K.R.
02a421675f
Scope Webhooks to Collections
2025-09-16 20:07:25 +02:00
Stanko K.R.
2fc9215b1d
Add support for Basecamp, Campfire & Slack webhooks
2025-09-16 20:04:20 +02:00
Stanko K.R.
4879995013
Serialize events
2025-09-16 20:04:20 +02:00
Stanko K.R.
4da69fb69f
Move reactivation out of edit
2025-09-16 20:03:57 +02:00
Stanko K.R.
9d717239e7
Dispatch Webhooks on event creation
2025-09-16 20:03:57 +02:00
Stanko K.R.
1930067e08
Allow Webhooks to be disabled
2025-09-16 20:03:57 +02:00
Stanko K.R.
9cfd1e43af
Enable subscribing to specific actions
2025-09-16 20:03:57 +02:00