You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Now following" post doesn't need line returns between its links because they're cut short anyway. So it should go from:
Docket: ...
Complaint: ...
Context: ...
To:
Docket: ...
Complaint: ...
Context: ...
It'll look tidier and save three line returns.
On BlueSky, we replicate buttons by doing [ Docket ] | [Complaint] | [Context]. Nobody else is using brackets this way. This can just be Docket | Complaint | Context.
I think that's it for now. Easy stuff next time we're in this part of the code.
The text was updated successfully, but these errors were encountered:
These are little things I've seen emerging:
The "Now following" post doesn't need line returns between its links because they're cut short anyway. So it should go from:
To:
It'll look tidier and save three line returns.
On BlueSky, we replicate buttons by doing
[ Docket ] | [Complaint] | [Context]
. Nobody else is using brackets this way. This can just beDocket | Complaint | Context
.I think that's it for now. Easy stuff next time we're in this part of the code.
The text was updated successfully, but these errors were encountered: