moviewyrm/bookwyrm
Fabien Basmaison 7f0b3184a1 cover: Use book-cover as component:
- Avoid specifying context-dependent values in CSS for components. Those values can be defined by the context calling the component.
- Use `<figure>` with optional caption.
- Reduce redundant markup.
- Allow more variables to be passed to the book-cover (image path and class for the container).
- Hide the book cover to screen readers.
2021-04-24 12:48:55 +02:00
..
activitypub Only remove objects that are known 2021-04-22 09:25:12 -07:00
connectors Class method for checking if urls are blocked 2021-04-10 11:44:29 -07:00
importers Move importers into module 2021-03-30 09:03:57 -07:00
management/commands Fixes typo in populate streams command 2021-04-15 10:29:56 -07:00
migrations Python formatting 2021-04-22 18:30:58 -07:00
models Merge branch 'main' into remove-tags 2021-04-22 18:18:24 -07:00
static cover: Use book-cover as component: 2021-04-24 12:48:55 +02:00
templates cover: Use book-cover as component: 2021-04-24 12:48:55 +02:00
templatetags Update bookwyrm_tags.py 2021-04-22 20:48:25 +02:00
tests Merge branch 'main' into remove-tags 2021-04-22 18:18:24 -07:00
utils Runs black 2021-03-08 08:49:10 -08:00
views Tag removal migration 2021-04-22 18:23:23 -07:00
__init__.py rename main code directory 2020-09-17 13:30:54 -07:00
activitystreams.py Small tweaks to commends and super() calls 2021-04-06 07:53:34 -07:00
admin.py Runs black 2021-03-08 08:49:10 -08:00
context_processors.py Runs black 2021-03-08 08:49:10 -08:00
emailing.py Fixes sending invite emails 2021-03-29 08:33:12 -07:00
forms.py Remove tag form 2021-04-22 18:19:42 -07:00
redis_store.py Python formatting 2021-04-05 11:10:26 -07:00
sanitize_html.py Runs black 2021-03-08 08:49:10 -08:00
settings.py Merge pull request #871 from SavinaRoja/857-ease-production 2021-04-12 09:34:38 -07:00
signatures.py Runs black 2021-03-08 08:49:10 -08:00
status.py Adds start of redraft view 2021-04-03 12:30:18 -07:00
tasks.py Runs black 2021-03-08 08:49:10 -08:00
timezone_middleware.py adding middleware and use in readthrough template 2021-03-29 08:20:35 -04:00
urls.py Merge branch 'main' into remove-tags 2021-04-22 18:18:24 -07:00
wsgi.py Updates migrations 2020-09-21 08:10:37 -07:00