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
Jason Zimdars
67ab3d307e
Visually hide the pagination indicator
...
It was appearing when the page first loads and anytime you changed the
filter
2025-10-02 15:37:07 -05:00
Jorge Manrubia
44c3910699
Don't render next link unless there is more activity
2025-10-02 16:10:00 +02:00
Jorge Manrubia
bc90129af2
Use frame based pagination for the users timeline too
2025-10-02 15:45:09 +02:00
Stanko K.R.
4879995013
Serialize events
2025-09-16 20:04:20 +02:00
Andy Smith
ff0e74bbb0
Add menu to user show and edit pages
2025-08-27 14:07:21 -05:00
Andy Smith
ef661b4c23
Menu on workflow new and index pages
2025-08-27 14:00:03 -05:00
Andy Smith
bb04512b0c
Consolidate header and nav layouts
2025-08-27 13:48:47 -05:00
Jorge Manrubia
c8569ce8b9
Split indexed_by into two filters: indexed by and sort by
...
https://3.basecamp.com/2914079/buckets/37331921/todos/8877489555#__recording_8987808963
2025-08-21 19:12:54 +02:00
Mike Dalessio
149babd361
Fix profile activity feed pagination to fetch on demand
...
Literally the same fix I applied in a5655041 to the global activity
feed.
2025-08-15 13:12:22 -04:00
Mike Dalessio
57269b1b9c
Allow local authentication with LOCAL_AUTHENTICATION=1
...
You can touch `tmp/local-auth.txt` to persist this setting.
2025-08-06 17:05:35 -04:00
Mike Dalessio
8e13ce5b78
Drop Current.account and just use Account.sole
...
I had reintroduced this in dacb53b8 after David removed it in
6bbf68a4 , but now I agree we don't need it.
Also, fix a CORS error when trying to redirect a user to an untenanted
path after login (see
https://fizzy.37signals.com/5986089/collections/2/cards/1032 ).
2025-07-20 13:00:09 -04:00
Andy Smith
fdbb9c185e
Merge branch 'main' into collection-nav
...
* main: (203 commits)
Re-write help content, try a modal-like display
Move to internal registry
Show date instead of time for notifications older than 1 day
Ensure checks are visible for tags and assignments
Adjust padding so card number isn't cut off
Don't color the collection header in considering
Golden cards bubble to the top of Considering, too
Adjust card collection header when colored golden
Allow cards in Considering to gilded
Hide focus ring on new card titles and step inputs
Add hover effect for comment edit button
Add hover effect to overflow button
Improve multi-account behavior of the PWA
Remove unneeded *
Rename test
Review the code to move cards
Update editor
Generalize and delete mentions too
Remove unused code
Make sure we don't remove accesses if collection is accessible
...
2025-07-08 15:34:01 -05:00
Mike Dalessio
4537037a4c
squash! Remove session controller actions other than delete
2025-07-02 15:23:59 -04:00
Mike Dalessio
fa1c5f7279
Remove session controller actions other than delete
...
and do some general cleanup around sessions controllers and the
sign_in_as test helper
2025-07-02 15:03:28 -04:00
Andy Smith
79c0847a0e
Add btn--circle class to user edit form
2025-06-30 14:29:09 -05:00
Andy Smith
be003cd3f7
Remove redundant classes and styles for avatars
2025-06-30 14:00:59 -05:00
Andy Smith
a27331409e
Consolidate Add card buttons
2025-06-26 15:32:33 -05:00
Andy Smith
8308151500
Use header component everywhere
2025-06-26 14:54:27 -05:00
Jorge Manrubia
0b8d93be02
Prefer first names for now
2025-06-19 12:28:00 +02:00
Jorge Manrubia
cda20600b1
Show mentions in the editor
2025-06-19 12:16:32 +02:00
Jason Zimdars
638bc16b4b
Display users and invite on account/settings
2025-06-04 15:16:24 -05:00
Jason Zimdars
7ee65608c9
Show user's activity right on their profile screen
2025-05-22 16:18:28 -05:00
Jason Zimdars
d79f2f903f
Allow filtering activity by user via user profile
2025-05-21 21:57:58 -05:00
Jason Zimdars
6ed5549c1b
'Reported' -> 'Added'
2025-04-30 10:29:16 +02:00
Jason Zimdars
9e553e0a32
Show button labels, make sign-out less prominent
2025-04-26 19:13:39 -05:00
Jason Zimdars
aff5abb92d
Adjust copy and alignment
2025-04-26 19:06:51 -05:00
Jason Zimdars
52e6992fcf
Use the same language as the view
2025-04-26 19:03:38 -05:00
Jason Zimdars
cc9863572b
First name is enough
2025-04-26 19:03:05 -05:00
Jason Zimdars
da147bd7b4
Proper circle button
2025-04-26 19:01:41 -05:00
Andy Smith
ec7161bde5
Clean up abstractions
2025-04-17 15:42:17 -05:00
David Heinemeier Hansson
2ace519d91
There is only one account, so just check join code directly
2025-04-15 15:35:10 +02:00
David Heinemeier Hansson
a106b1b6a7
Join the two users controllers but split out role setting
2025-04-12 20:30:47 +02:00
Jason Zimdars
60890b10ee
Remove translations feature
2025-04-09 14:11:32 -05:00
Jorge Manrubia
723e6d94f5
Rename bubbles => cards
2025-04-09 14:50:58 +02:00
Jorge Manrubia
a7aae833d1
Extract helper with fallback for the "go to back" and use consistently
2025-04-07 11:28:03 +02:00
Andy Smith
24427644a2
Replace remaining image_tags with icon_tag
2025-04-02 14:38:30 -05:00
Andy Smith
51d907fca3
Replace stray image_tag instances and remove colorize class
2025-04-02 14:32:21 -05:00
David Heinemeier Hansson
de6f782ca3
Extract icon_tag helper to reduce repetition
2025-03-29 17:22:51 +01:00
Jason Zimdars
8b0f11ab3e
Use existing filters system to create some quick links
2025-02-25 16:57:03 -06:00
Jason Zimdars
38cb031bc3
Use a Turbo frame to avoid awkward navigation
2025-02-11 12:58:52 -06:00
Jason Zimdars
d3eb3ce686
Don't filter uploaded images in dark mode
2025-02-11 12:49:27 -06:00
Jason Zimdars
0b96d17756
Pure history back here
2025-02-10 16:15:12 -06:00
Jason Zimdars
a596d7cea7
Cancel and go back for forms with autofocused inputs
2025-01-14 16:45:29 -06:00
Jason Zimdars
d95e1c5a34
Revert "Backlink should be dynamic now"
...
This reverts commit a850c8bb5a .
2024-12-18 17:08:18 -06:00
Jason Zimdars
a850c8bb5a
Backlink should be dynamic now
2024-12-18 16:41:37 -06:00
Jason Zimdars
66640bbac0
Remove avatars
2024-12-18 16:24:39 -06:00
Jason Zimdars
295d8ce088
Upload user avatar
2024-12-18 14:44:05 -06:00
Jason Zimdars
b323cd4e4c
Edit user profile
2024-12-18 14:28:06 -06:00
Jason Zimdars
592c88e639
Add session transfer feature
2024-12-18 12:38:53 -06:00