Commit Graph

2040 Commits

Author SHA1 Message Date
e2476d1ad3 Move content warning toggle out of post options block 2022-03-10 08:38:06 -08:00
b0c0af9617 Adds custom compile management command 2022-03-04 12:40:06 -08:00
a99d482167 Temporary fix 2022-03-01 14:38:50 -08:00
12ad88ac29 Merge pull request #1975 from bookwyrm-social/themes
Themes
2022-03-01 12:03:22 -08:00
07daa24a72 Merge branch 'main' into themes 2022-03-01 11:46:02 -08:00
89c8aa83f4 Tweaks preferences wording 2022-03-01 11:44:39 -08:00
41ea7db8b6 Removes hardcoded white in announcements 2022-03-01 11:06:15 -08:00
d1d743281a Cleans up display of superlatives on about page 2022-03-01 10:28:51 -08:00
f4dc07b6b9 Select theme in context processors 2022-03-01 09:53:02 -08:00
b4222bead4 Remove uuid for status reply panel
- The focus target did not include this uuid, so was throwing `Uncaught TypeError: node is null` when clicking on Reply button.
- I wasn't able to figure out how to share the uuid between blocks but it doesn't seem like the uuid is really needed -- the same block has other ids that do not have the uuid in them.
2022-02-28 23:01:33 -08:00
043fd54d70 Merge branch 'main' into themes 2022-02-28 13:27:05 -08:00
e1ea847441 Merge pull request #1986 from bookwyrm-social/instance-refresh
Instance refresh
2022-02-28 13:26:22 -08:00
81cfcff939 Reload instance data 2022-02-28 13:11:01 -08:00
c91b08303b More breadcrumbs 2022-02-28 12:31:28 -08:00
f4aa202292 Adds counts of blocked and federated instances 2022-02-28 12:27:54 -08:00
991461221d Adds breadcrumbs instead of "back" link 2022-02-28 12:24:45 -08:00
00d0d9d5de Avoid whitespace when adding instance 2022-02-28 12:20:04 -08:00
3dbbe0089c Show if user follows you 2022-02-28 12:07:06 -08:00
5837c37a32 Hide followers info slug 2022-02-28 11:55:54 -08:00
e90cb52f23 Add option to hide follows 2022-02-28 11:48:49 -08:00
6c17aa7630 Merge pull request #1983 from bookwyrm-social/shelf-name-translation
Shelf name translation
2022-02-28 11:28:53 -08:00
7d6032e110 Fixes calls to filter 2022-02-28 11:18:03 -08:00
ffb4098cfb Fixes translation of "remove from shelf" string 2022-02-28 11:07:12 -08:00
0f5fd6be15 Move translations to filter 2022-02-28 11:05:12 -08:00
99fc3aaf25 Avoid showing success and failure 2022-02-28 10:31:58 -08:00
b2b3ba653e Refactors how success/failure messages how on list page 2022-02-28 10:29:58 -08:00
202696f913 Don't show lists a book is already on in add form 2022-02-28 10:03:24 -08:00
c82042f506 Delete themes 2022-02-28 09:55:23 -08:00
106ef2e3a4 Fixes reference to theme in layout 2022-02-28 09:46:05 -08:00
295d9c42d7 Adds theme to user settings form 2022-02-28 09:45:34 -08:00
a00ee8a706 Adds link to set instance-wide theme 2022-02-28 09:43:31 -08:00
8259d16ee9 Check available themes in form 2022-02-27 11:20:11 -08:00
8850b68b52 Show theme options 2022-02-27 10:48:33 -08:00
cc015536fa Adds theme instructions 2022-02-27 10:12:47 -08:00
3dfbb3272e Theme selector 2022-02-27 10:00:50 -08:00
43269429ac Use selected theme 2022-02-26 13:40:06 -08:00
e15193e100 Adds themes 2022-02-26 12:44:20 -08:00
cec7625e1e Moves tabs script to main scripts directory
It's our own custom script at this point
2022-02-25 12:47:46 -08:00
689be8c94b Only scan local data 2022-02-24 17:42:28 -08:00
84ef214ca1 Valid template markup 2022-02-24 17:36:49 -08:00
f446828175 Fixes template typo 2022-02-24 14:39:09 -08:00
ad41f19dc5 Updates report model 2022-02-24 13:00:41 -08:00
3ce8b3390e Adds task 2022-02-24 12:16:18 -08:00
12f67dc0ce Adds automod view 2022-02-24 11:18:43 -08:00
2457315ed8 Adds missing tag 2022-02-21 08:44:04 -08:00
4672294d7c Cache fix (#1961) 2022-02-19 16:34:48 -08:00
c77e5a1a90 Split css (#1959)
Divides the css into sub-files and normalizes how colors are defined.

Co-authored-by: Joachim <joachim.robert@protonmail.com>
2022-02-19 16:34:17 -08:00
6daaffeaa7 Compiles css framework from sass (#1956)
* Compiles css framework from sass

* Adds watch commands

* Copies existing css to sass file

* Moves sass out of static path

* Removes global linter

I wasn't sure how to customize this, and it's not providing a lot of
additional value on top of the domain-specific linters

* Reverts invalid change to dockerfile

* Changes stylelint path

* Remove unused bulma files

* Properly minifies generated css

* Fixes regression in thread display

* rgba function only works with percents for whatever reason

* Hush stylelint

* Removes trailing zeros

* Compile sass in Django

Co-authored-by: Joachim <joachim.robert@protonmail.com>

* Python formatting

* Updates linter

* Updates commands

* Adds css-config file

Co-authored-by: Joachim <joachim.robert@protonmail.com>

* Stylelint fix

* Removes unused compiled bulma files

Co-authored-by: Joachim <joachim.robert@protonmail.com>
2022-02-19 15:29:47 -08:00
98736925f7 Fixes cache translation 2022-02-17 18:59:35 -08:00
edf3b61602 Show error or success states 2022-02-17 18:00:19 -08:00