1
0
Fork 0
Commit graph

2546 commits

Author SHA1 Message Date
495bac2b50 transfer tour from group to DM 2022-07-09 19:38:44 +10:00
2f2ab5c24a add DM tour
- rearrange script includes on feed pages
- add DM tour to close
2022-07-09 19:27:42 +10:00
791847d75e add timeline info to home tour 2022-07-09 19:27:12 +10:00
c68c7216f3 minor wording updates for tour 2022-07-09 17:49:56 +10:00
6df09eb5d7 update user groups tour
- use strong instead of code
- clean up templates
- use notification styling for actions
- update wording
2022-07-09 17:39:22 +10:00
07a882692c update lists tour
- cleaner templates
- send user directly to their Groups page at end of section
2022-07-09 17:31:04 +10:00
d67c6dc92b user books tour update
- add element highlights
- fix template text
- replace code with strong
2022-07-09 16:56:07 +10:00
e85e4a5467 update book page tour
- styling for next action
- replace code with strong
- clean up wording
- make translation templates cleaner
2022-07-09 15:30:45 +10:00
bb85d3cdb2 update search tour
- action styling
- code to strong
2022-07-09 15:16:27 +10:00
bb4b1a14fd update user profile tour styles 2022-07-09 15:10:52 +10:00
5472cdcad7 update homepage tour
- add highlights to some elements
- consolidate message text for easier translation
- emphasise action with notification style
2022-07-09 15:00:30 +10:00
b36968166e fix import message
import files don't import shelves, only books.
2022-07-09 14:47:31 +10:00
56b91f4c6d fix incorrect tour step header 2022-07-09 10:37:08 +10:00
4d843b583d move shelve button tour id to prevent duplicates 2022-07-09 10:32:04 +10:00
389da79af4 fix missing hyphen 2022-07-09 10:31:40 +10:00
53a89f69e7 guided tour only for request.user 2022-07-09 10:23:09 +10:00
bd6774fca8
Merge pull request #2202 from bookwyrm-social/settings-warnings
New and improved warnings on the admin dashboard
2022-07-08 15:39:23 -07:00
147d092eac Removes line breaks from warning links 2022-07-08 15:29:55 -07:00
441fef9e86 Use javascript to send DMs
This fixes the draft cache issue and also the weird redirects
2022-07-08 12:11:00 -07:00
ba7ae46c75 Adds warnings for missing privacy policies and codes of conduct 2022-07-08 11:59:21 -07:00
4a2e191d92 Refactors dashboard warnings
This cleans up the display so that they don't get all squished when a
bunch are present, and creates a layout to make them more DRY
2022-07-08 11:38:27 -07:00
b62bb157c0 Fixes links to documentation pages 2022-07-08 09:44:41 -07:00
65f55fe324 Fixes link to remote instance user list 2022-07-08 09:26:11 -07:00
be86fef42d Move deleted users to a separate tab
Since there's nothing to be done with them, they get their own tab.
2022-07-08 09:21:48 -07:00
5bb001e15f Show avatars in user admin view
I find this helpful as a rough hueristic for how engaged a user is -- if
they've never added an avatar, it's often the case that they never
really got further in to using the app than just registering a username.
Also, on one occassion, a user had an avatar that violated the instance
ToS, which would have been handy to see at a glance in this list.
2022-07-08 09:10:29 -07:00
0b7c8e8dc0
Merge pull request #2082 from bookwyrm-social/notifications
Notifications refactor
2022-07-07 09:34:19 -07:00
a5e761b134 Group accept and leave notification 2022-07-07 08:55:17 -07:00
fd5e513ad6 Update password reset copy so as not to reveal whether the email exists
A malicious user could use this to test which email addresses are in the
user database.
2022-07-06 19:34:00 -07:00
cded3e973d Fixes html on notifications page 2022-07-06 19:16:14 -07:00
4bb3a7e4cd Removed incorrect and duplicate page indicator from content status 2022-07-06 15:27:48 -07:00
5a6ef7ccd8 Merge branch 'main' into notifications 2022-07-06 14:41:15 -07:00
d4f8a5f448 Fixes links to report modals 2022-07-05 17:43:03 -07:00
4f386e8c4e Allow reports with no associated user 2022-07-05 17:19:03 -07:00
0be4fec167 Don't assume that link domains have a known user
This is an edge case, and they OUGHT to have a user, but if the user was
deleted for a remote link, the field won't be able to resolve and the
user will be unset.
2022-07-05 16:51:03 -07:00
7fe722b595 Fixes follow request notifications
Since the main way to interact with them is by approving them in the
notification, I didn't group them
2022-07-05 15:04:14 -07:00
e54c563865 Consistent use of plurals 2022-07-05 14:49:04 -07:00
7508ae9eae Separate vars for user count and display counts 2022-07-05 14:25:42 -07:00
8cbf8f62c7 List add notifications 2022-07-05 14:15:12 -07:00
736d29ea20 Updates group leave and remove notifications 2022-07-05 13:05:28 -07:00
c65381adf9 Comma format count of other users in a notification 2022-07-05 12:49:02 -07:00
79f3382ece Updates reports notification 2022-07-05 12:48:10 -07:00
9e94a13acf Updates mention and reply notifications 2022-07-05 12:40:41 -07:00
ee71f5df21 Updates language on boosts 2022-07-05 12:28:48 -07:00
fc375bbab4 Finishes fav status translation strings 2022-07-05 12:21:22 -07:00
f76d661e07 Updates templates for fav notifications 2022-07-04 21:32:53 -07:00
5672c73ac4 Show deleted users as red in the user list
It can be hard to differentiate at a glance if a user is deleted or
suspended -- without this, you would have to read the deactivation
reason. By making deletions (moderator and self deletions) red, it's
clear at a glance if an account has been permanently deleted or just
temporarily suspended.
2022-07-04 17:33:10 -07:00
0e9dc66ffa Merge branch 'main' into tour
Merging in latest changes from main, since I got covid and missed a few weeks.
2022-07-03 16:18:50 +10:00
04324c00b4 back button on all tour modals 2022-07-03 16:12:17 +10:00
39efb90870 add noscript message for guided tour 2022-07-03 16:10:32 +10:00
3f67bc3b61 standardise ids for tour anchors
To make it harder to accidentally mess up the tour when making changes to pages, this commit adds ids with 'tour' prefixes to (nearly) all elements used by the guided tour as anchor points. The exception is where an element already had an id that is being used by something else in Bookwyrm.

Some minor changes also made to clean up the wording of the tour.
2022-07-03 15:57:10 +10:00