1
0
Fork 0
Commit graph

2383 commits

Author SHA1 Message Date
Joachim
610d8fdf5b Add notifications count on mobile header 2022-08-05 11:15:11 +02:00
06d1936ac9 Fixes pagination of local search results 2022-08-04 12:04:13 -07:00
23188dfc5f
Merge branch 'main' into followers-following-views 2022-07-29 13:09:30 -07:00
d458001491 Merges follower/following views
They were almost identical!
2022-07-29 13:07:15 -07:00
f52965b8f4 Fixes a couple typos 2022-07-29 12:08:36 -07:00
29db9c68a1 Fixes typo and spacing 2022-07-29 11:31:35 -07:00
868ab62863 Fixes template string quote escapes
It seems totally reasonable that using an escape slash would make
apostrophes in words work, but the translation system works in
mysterious ways that do not include supporting that. I've used backticks
as a third quote type to escape everything in a way that both
javascript and gettext understand.

While I was there I split up some strings that have more complicated
html in them, since that can be fragile when passed through translation,
and confusing for translators.
2022-07-29 11:22:31 -07:00
ed20587695
Merge pull request #2168 from hughrun/tour
Add guided tour / walkthrough
2022-07-28 11:08:49 -07:00
2455aadbfd add scrollTo where needed
A couple of tour steps could benefit from a scrollTo for users on smallers screens.
2022-07-27 15:53:54 +10:00
a4714f097f fix anchors not working on homepage tour
Fixes bug on larger screens.

We need to use a function to set the anchor for tour steps when using menus and other elements that become visible or hidden responsively. Because the element is still in the DOM, we can't just rely on it disappearing completely, we have to assign a different (visible) element otherwise the step will simply disappear and the user cannot continue the tour. Previously this used a simple selector which didn't work due to the above.
2022-07-27 15:14:28 +10:00
f3bc7d759f Only show pending follow requests from active users 2022-07-24 12:26:58 -07:00
17dc5e7eb1 Merge branch 'main' into tour
- we need to do this because of conflicting migrations
2022-07-17 16:30:45 +10:00
c48ddf419d cleanup 2022-07-17 16:19:55 +10:00
bec2943aad remove console logs 2022-07-17 16:17:08 +10:00
387f2a70c9 update tour text
- new classname for posting guide
- various improvements to wording
- use function to find responsive menu elements
- add scrollTo transitions where needed
2022-07-17 16:13:12 +10:00
43c598d92c remove DMs from guided tour 2022-07-17 11:11:34 +10:00
65117fe3c6 Use manual password field to customize id 2022-07-15 11:41:39 -07:00
3846b201bd Updates reset password flow to use validators 2022-07-15 11:39:18 -07:00
659ee96002 Use password validation in change password flow
This also moves the form validation into a form instead of doing it in
the view.
2022-07-15 10:51:58 -07:00
69728439c8 Remove error reporting on resend to invalid email address 2022-07-14 12:23:43 -07:00
3670ae46ec Reverse order of notification related users 2022-07-12 10:32:56 -07:00
f1ae64543f
Merge pull request #2216 from bookwyrm-social/export-post
Use HTTP post for CSV export
2022-07-11 08:14:47 -07:00
42e29e40b3 Use HTTP post for csv export
Also fixes a missing translation string
2022-07-11 07:51:51 -07:00
f44b3cc4b2 Improves change password flow
There are two changes: one is to require the current password to change
your password (which is a security improvement), and the other is error
reporting when you either get your current password wrong or your new
password doesn't match it's second entry.
2022-07-10 20:05:54 -07:00
7a772c7d3e Use POST instead of GET for logout function 2022-07-10 09:30:39 -07:00
6b1fcc3cbb use class instead of id for spoilers tour 2022-07-10 13:16:28 +10:00
126fd4e634 various wording updates to guided tour 2022-07-10 11:27:01 +10:00
a84deff119 add scrollTo for link step on home tour 2022-07-10 11:26:14 +10:00
142c0e1a59 fix template error in search tour 2022-07-10 10:58:48 +10:00
85f811022f
Merge pull request #2210 from bookwyrm-social/notification-cw
Show content warning in notification status previews
2022-07-09 13:29:22 -07:00
be5e1be5f6 Use content warnings in notifications 2022-07-09 13:12:46 -07:00
11a0c1691b Move status_preview snippet to notifications directory
That's the only place it's used, always nice to de-clutter the snippets
directory
2022-07-09 12:40:21 -07:00
923495e454 More accurate button display
Now, a follow button will show as pending even if the user doesn't
manually approve followers, if that's the state the request is in.
2022-07-09 12:19:28 -07:00
ab5e4128e6 Merge branch 'main' into tour
Also fixes conflict
2022-07-09 20:54:48 +10:00
8fbd634ee8 add id to dm box 2022-07-09 20:52:03 +10:00
48bcb85e24 resolve conflict 2022-07-09 20:12:46 +10:00
245120e7ca resolve git conflict with main branch 2022-07-09 20:08:23 +10:00
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