1
0
Fork 0
Commit graph

2383 commits

Author SHA1 Message Date
00df3c94df add guided tour for user groups page
- add ID for add group button
- add tour steps for user groups page
- trigger tour steps if guided tour is turned on
2022-06-13 20:27:36 +10:00
7fbc9914de change cancel buttons for guided tour
The first pop up in the guided tour on each page should provide a button to switch off the guided tour altogether, not simply cancel the current iteration.
If we don't do this, then the only way to turn off the guided tour is to go right to the end, which could be really irritating, especially for people who star the tour and then start exploring on their own.
2022-06-13 20:25:42 +10:00
fbf7f37664 user profile tour only on activity tab 2022-06-13 19:36:14 +10:00
aebeac9112 add guided tour to user profile
- adds ids to relevant elements to enable tour
- adds guided tour using Shepherd
2022-06-13 17:26:53 +10:00
83e7302bc1 update home feed guided tour 2022-06-13 16:56:07 +10:00
2030dc834f clean up tour files 2022-06-13 16:48:49 +10:00
5f0e14934f add guided tour to main feed page
This uses an embedded script tag so that we can use django templates for logic - most importantly, we need to be able to use translations within the tour text.
2022-06-13 15:29:20 +10:00
6ffb0863d1 update tour link in main template 2022-06-13 15:27:05 +10:00
07225c6ddc add guided tour link 2022-06-13 13:14:31 +10:00
2b431986d6 help tour button styling updates 2022-06-12 20:39:37 +10:00
806e2778df add help button if page has tour
- include logic in main layout to add button if there is a page tour available
- add button for main user feed page
2022-06-12 19:41:50 +10:00
f81095cb64 give suggested books block an id 2022-06-12 19:40:36 +10:00
4de9989d8e add page numbers to comment and quote statuses
This adds the page number for quote and comment statuses where a page number is provided:

- all ActivityPub posts
- Explore cards for comments (quotes already have the page number)

This responds to #2136
2022-06-05 16:02:25 +10:00
20f452ebf4 Clip column in about page
Text in the superlatives section can cause this column to expand outside
the container.
2022-05-31 12:23:59 -07:00
525e2a591d More error handing
Adds logging and error handling for some of the numerous ways a request
could fail (the remote site is down, the url is blocked, etc).

I also have the results boxes open by default, which makes it more
legible imo.
2022-05-30 12:40:13 -07:00
09db4e48f4 Hide rather than remove current shelve list items 2022-05-26 12:46:34 -07:00
c5f5d4d994 Only show "stop" option when a book is in progress 2022-05-26 12:27:44 -07:00
4905652e22 Handle stopped reading special case in javascript
This should be refactored, but maybe not today
2022-05-26 12:23:13 -07:00
4c5d2570ab Save and display stopped date in readthrough 2022-05-26 11:53:33 -07:00
375c5a8789 Adds stopped date separate from finish date on readthrough 2022-05-26 11:36:37 -07:00
1f6fbd8d29 Fixes stopped reading button logic
The stopped state is similar to finished
2022-05-26 11:28:54 -07:00
9b4a498661 Don't show a button for the shelf a book is currently on
This will lead to nonsensical modal states
2022-05-26 11:19:49 -07:00
92dbfec5f8 Adds status header for stopped reading statuses 2022-05-26 11:10:14 -07:00
6848616ff1 Fixes reading status field in stop modal
The value of the reading status needs to match one of the database
options for `reading_status` in the `Comment` model
2022-05-26 11:09:11 -07:00
88b2cffcf2
Merge pull request #2035 from bookwyrm-social/stopped-shelf
Stopped shelf
2022-05-26 10:11:32 -07:00
1843959d10
Merge pull request #2093 from Ryuno-Ki/calibre-import
Calibre import. Fixes #627
2022-05-23 12:37:50 -07:00
d8b2ab74d1 Fixes edit author paths 2022-05-23 11:08:04 -07:00
6d7bb33683 Fixes urls in edit book form 2022-05-19 09:32:01 -07:00
241169650d
Merge pull request #2007 from viviicat/url-names
Add names of books/lists/authors/etc as slugs, redirect to slugified version of the page
2022-05-16 08:04:58 -07:00
Den McHenry
80b0206e0d Replace user|username with request.user.localname 2022-05-06 10:29:25 -07:00
André Jaenisch
3626db3c1a
Add Calibre importer for CSV exports
Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2022-04-30 15:25:35 +02:00
Vivianne Langdon
64b623df32 fixes for bulma not having good dark support 2022-04-09 00:06:10 -07:00
Vivianne Langdon
d3992802f2 use a new has-text-default instead of has-text-black 2022-04-08 23:14:30 -07:00
Vivianne
5a2bf64864
Merge branch 'bookwyrm-social:main' into url-names 2022-04-08 21:45:37 -07:00
6455476df7 Consistent formatting for "BookWyrm" name 2022-04-08 13:59:10 -07:00
ae8fed3e82 Removes stray dash from template 2022-04-08 13:50:06 -07:00
51f5c9562d Uses details for user menu in main navbar 2022-04-08 13:45:17 -07:00
4c09477aa2
Improves instance list admin view (#2068)
* Removes irrelevent initial federated server data

* Adds secondary search order to instance list

* Show last updated date

* Adds filters to federated server view

* Updates unit tests
2022-04-02 09:16:07 -07:00
ec21d20b90 Merge branch 'main' into stopped-shelf 2022-03-26 13:06:06 -07:00
701a644c31
Export user book data as csv (#1556)
Simple book data export
2022-03-26 13:04:59 -07:00
3ebc800a9b Fixes progress bar color in dark mode 2022-03-26 11:38:00 -07:00
0666a2d02f Remove transparent class on interaction buttons 2022-03-26 11:07:58 -07:00
b23f4a7e18 Clip statuses 2022-03-26 11:00:53 -07:00
27e23e76ae Fixes typo in about link 2022-03-26 09:43:49 -07:00
0166cca0b7 Show created date and follower counts in admin view
Adds "admin_mode" to user_preview
2022-03-24 11:17:35 -07:00
82f87a3ff5 Adds colored icon for user status in admin table 2022-03-24 10:55:32 -07:00
533642bf7e Adds link to admin view 2022-03-24 10:43:17 -07:00
951b611881 Paginates results 2022-03-24 10:40:42 -07:00
43cc017b44 Removes tooltip component 2022-03-21 12:32:53 -07:00
9e792a8901 Italics for null state text on import page, to be consistent 2022-03-21 12:26:07 -07:00