c04d2d285b
Python formatting
2022-02-17 08:42:12 -08:00
a2c4dd4f9f
Updates migration and database fields
2022-02-17 08:25:01 -08:00
39691bed3a
Merge branch 'main' into openlibrary-author-fields
2022-02-16 18:06:04 -08:00
d593a3a503
Sets default USE_HTTPS value based on debug
2022-02-15 13:15:04 -08:00
a07239c6a9
Merge pull request #1933 from bookwyrm-social/announcements
...
Cleans up code for announcements
2022-02-15 10:40:56 -08:00
6fa29a6293
Fixes tests
2022-02-15 10:32:04 -08:00
Vivianne Langdon
82cb170a91
Switch version of quagga to new fork quagga2
2022-02-15 02:39:16 -08:00
Vivianne Langdon
1e04385f0c
Worked more on visuals of modal
...
Need to finish camera selection mode.
2022-02-15 02:38:57 -08:00
Willi Hohenstein
03ff8c248d
Added input control and better char replacement
2022-02-14 17:38:45 +01:00
Vivianne Langdon
5ae4eb9b8f
Super messy initial working version. To clean up.
2022-02-14 02:56:05 -08:00
Willi Hohenstein
0b02287378
add docstring
2022-02-13 20:49:44 +01:00
Willi Hohenstein
526a1c6ef4
removed unnecessary code
2022-02-13 20:31:06 +01:00
Willi Hohenstein
54eeeb5798
fix style to pass tests
2022-02-13 20:30:11 +01:00
Willi Hohenstein
3c05cecb50
function moved
2022-02-13 19:07:25 +01:00
Willi Hohenstein
a4b08d7213
add test with valid isbn10
2022-02-13 17:10:32 +01:00
Willi Hohenstein
5801ef011f
add isbn check
2022-02-13 09:35:15 +01:00
Willi Hohenstein
27c26b4d16
add test for dashed ISBN
2022-02-13 09:34:28 +01:00
1a2c85a327
Merge pull request #1938 from willhoh/main
...
Change cover class
2022-02-12 11:03:32 -08:00
5df8bf03e6
Fixes black versioning error
2022-02-12 11:00:24 -08:00
7fdf07c6ec
Updates tests
2022-02-12 10:56:55 -08:00
Willi Hohenstein
164e0686b9
add class for correct display
2022-02-12 19:35:44 +01:00
9827cef9a9
Python formatting
2022-02-12 10:34:16 -08:00
1761db5444
Merge pull request #1920 from bookwyrm-social/branch-convergence
...
Moves towards single branch setup
2022-02-12 10:31:55 -08:00
a2d9bf50c5
Fixes display name of list contributor comments
2022-02-12 10:18:14 -08:00
d49e9b4dcd
Updates packages
2022-02-12 09:41:18 -08:00
Willi Hohenstein
67ea18c840
Changed cover class for proper image size in mobile
2022-02-12 17:58:36 +01:00
Joachim
c33cf60624
aria-hidden elements do not contain focusable elements
...
https://dequeuniversity.com/rules/axe/4.3/aria-hidden-focus
2022-02-12 16:33:16 +01:00
Joachim
7877524116
ARIA button, link, and menuitem must have an accessible name
...
https://dequeuniversity.com/rules/axe/4.3/aria-command-name
In this case, the menuitem wasn't displayed (because the div was hidden). I prefer not to include the menuitem in that situation.
2022-02-12 16:25:40 +01:00
Joachim
f742cc023b
ARIA attributes must conform to valid values
...
https://dequeuniversity.com/rules/axe/4.3/aria-valid-attr-value
2022-02-12 16:18:56 +01:00
Joachim
b27b6a5980
Certain ARIA roles must contain particular children
...
https://dequeuniversity.com/rules/axe/4.3/aria-required-children
In order to make this work, I had to translate Bulma's style so it doesn't use `ul` and `li` anymore.
The JS code had to be adapted, I also changed `button` to `tab` (seemed like a more relevant name) and added a `scrollIntoView()` on load the active tab is always visible.
2022-02-12 16:14:35 +01:00
Joachim
bbb89605a5
Page must have one main landmark
...
https://dequeuniversity.com/rules/axe/4.3/landmark-one-main
2022-02-12 16:10:40 +01:00
89de03bffe
Adds breadcrumbs
2022-02-11 14:58:40 -05:00
b95f0ed287
Use color in announcement
2022-02-11 14:43:37 -05:00
01b52f023a
Adds edit announcement view
2022-02-11 14:42:47 -05:00
cfa91e2570
Adds color options to announcements
2022-02-11 14:00:01 -05:00
ee23aba994
Use details and summary for announcement panel
2022-02-11 13:50:55 -05:00
62741a5d2e
Allow html in announcement header
2022-02-11 13:36:08 -05:00
059fd84d06
Adds delete button to announcements list view
...
It's handy to have it there
2022-02-11 13:33:42 -05:00
c06817e9ff
Python formatting
2022-02-09 12:23:01 -05:00
6323b0e700
Use correct model type for federated links
2022-02-09 12:20:11 -05:00
73b611d68d
Tick version number
2022-02-04 20:12:26 -08:00
a73960a0da
Python formatting
2022-02-04 19:44:03 -08:00
49ceb2a978
Fixes warning in author view tests
2022-02-04 19:41:21 -08:00
a9a6fd1242
Adds test for author page bug
2022-02-04 19:34:37 -08:00
28a8edfdc4
Fixes author page query
2022-02-04 19:06:47 -08:00
bc7aa91b97
Fixes pylint complaints
2022-02-04 18:50:57 -08:00
7811a9920e
Copy config from prod branch to main
2022-02-04 18:36:12 -08:00
70bd6b9a65
Merge pull request #1917 from bookwyrm-social/list-page-error
...
Fixes errors in how lists with notes display
2022-02-04 15:44:49 -08:00
18768a23f3
Fixes test
2022-02-04 15:30:58 -08:00
0c3b6e6938
Merge pull request #1900 from willhoh/main
...
Added check for bocked or pending domains. Fixes #1850
2022-02-04 12:11:41 -08:00