Commit graph

2106 commits

Author SHA1 Message Date
Mouse Reeve 85b1c920cd
Merge pull request #973 from joachimesque/dropdown-style
Dropdown component design fixes
2021-04-21 13:08:41 -07:00
Joachim 720109564d Fix condition 2021-04-21 21:35:42 +02:00
Joachim 265c38e877 Update direct message button style 2021-04-21 21:31:58 +02:00
Joachim 2987029a7d Remove useless style on non-dropdown element 2021-04-21 19:37:12 +02:00
Joachim c86800be01 Remove padding and add radius to menu
Without padding, the children's lack of radius mask the radius. Using is-clipped helps clip with the parent's radius
2021-04-21 19:36:59 +02:00
Joachim df72061c57 Improve menu action styles 2021-04-21 19:36:11 +02:00
Joachim 544dbda4ad Move menu item styles to menu item 2021-04-21 19:35:50 +02:00
Joachim f01b7fbd15 Design and a11y fixes on Create Status forms
- Use `field` CSS class to better respect Bulma styles
- Fix buggy `id` on content field, causing a11y problems
- Fix progress control & select styles
- Various small style fixes
2021-04-21 18:34:04 +02:00
Mouse Reeve 914f617689 Cleans up imports 2021-04-20 14:06:45 -07:00
Mouse Reeve d62cf3fecb Merge branch 'main' into smaller-statuses 2021-04-20 14:02:23 -07:00
Mouse Reeve 92bd5ab291
Merge pull request #970 from bookwyrm-social/display-fixes
Display fixes
2021-04-20 13:59:32 -07:00
Mouse Reeve f4abd7b797 Linter fix 2021-04-20 13:50:53 -07:00
Mouse Reeve 5fc1e3f2fe Fixes merge regression for localized timestamps 2021-04-20 13:50:05 -07:00
Mouse Reeve afde94d4c2
Merge branch 'main' into smaller-statuses 2021-04-20 13:48:21 -07:00
Mouse Reeve baa423bb69
Merge pull request #967 from bookwyrm-social/date-localization
Fixes localization weirdness with dates
2021-04-20 13:44:34 -07:00
Mouse Reeve 2e12d54687
Merge pull request #966 from bookwyrm-social/user-admin
User admin
2021-04-20 13:43:51 -07:00
Mouse Reeve c07dcb5458 Remove spaceless templatetags that cause rendering issues in statuses 2021-04-20 13:38:25 -07:00
Mouse Reeve 7012f95d6d Use input instead of textarea for series 2021-04-20 13:07:55 -07:00
Mouse Reeve d47bbde651 Only one row of footer on list items 2021-04-20 13:02:43 -07:00
Mouse Reeve b22d1863c9 More robust user page test and bug fix 2021-04-20 12:31:45 -07:00
Mouse Reeve cbccb07252 Fixes display of replies 2021-04-20 11:18:59 -07:00
Mouse Reeve 9e5ebf9807 Move stars into header for ratings 2021-04-20 11:06:14 -07:00
Mouse Reeve 07dbc4c6c0 Much longer "full" version of trimmed text 2021-04-20 09:56:01 -07:00
Mouse Reeve 978760475f More compact display of statuses 2021-04-20 09:54:02 -07:00
Mouse Reeve 2c013b677b Patch broadcast in test 2021-04-19 20:01:29 -07:00
Mouse Reeve 63509c954d Adds test for changing user group 2021-04-19 18:12:55 -07:00
Mouse Reeve 0a37b4665c Adds control for moderator to set user group 2021-04-19 17:29:29 -07:00
Mouse Reeve e1d24577d4 Fixes tests (again) 2021-04-19 16:42:51 -07:00
Mouse Reeve 11aa8baa53 Fixes tests and notifications page 2021-04-19 16:33:28 -07:00
Mouse Reeve 6a50c021ce Try naturalday for published date 2021-04-19 16:30:15 -07:00
Mouse Reeve 70a819951e Fixes localization weirdness with dates 2021-04-19 16:18:29 -07:00
Mouse Reeve 35cb3fa8fc Updates tests 2021-04-19 16:08:01 -07:00
Mouse Reeve da19089d34 Changes language from "deactivate" to "suspend" 2021-04-19 15:55:28 -07:00
Mouse Reeve 1542866b6c Adds user admin view 2021-04-19 15:40:51 -07:00
Mouse Reeve 0dd8b33991 Moves user admin templates into snippets 2021-04-19 15:19:55 -07:00
Mouse Reeve 788e282dce Moves user admin pages into their own directory 2021-04-19 15:12:36 -07:00
Mouse Reeve 0947b79fb1 Python formatting 2021-04-19 15:06:33 -07:00
Mouse Reeve 91aa6fa95f Remove unneeded page checking logic 2021-04-19 15:01:20 -07:00
Mouse Reeve 77775d9bf8 Remove superfluous calls to all() 2021-04-19 14:47:59 -07:00
Mouse Reeve d69ce8cbbd
Merge pull request #923 from SavinaRoja/584-sorting-lists
584 sorting of lists
2021-04-19 14:37:50 -07:00
Pablo Barton fa75438070 per review, removing custom pagination for booklist and handling all pending books at the end of the list 2021-04-18 14:46:28 -04:00
Mouse Reeve 43a785b6c5
Merge pull request #959 from arkhi/editions-list
Display book identifiers in the list of Editions
2021-04-18 09:37:34 -07:00
Fabien Basmaison 415d6c4e3f Remove spacing between publisher info blocks. 2021-04-18 18:24:32 +02:00
D Anzorge 7a2731aef4 Use object ids with our instance base path for follow accept/reject 2021-04-18 18:08:13 +02:00
Pablo Barton afd1cdc2a8 adjust test 2021-04-18 11:52:22 -04:00
Pablo Barton 3d0de5bea8 approving list items puts them at the end of the list 2021-04-18 11:15:42 -04:00
Fabien Basmaison 66c72c8b41 Add book identifiers to list of Editions:
- Add template for identifiers.
- Remove `space-between` that adds too much space on narrow views.
- Apply the `content` class only on publisher infos to avoid applying automatic styles to the description list.
2021-04-18 15:59:02 +02:00
Pablo Barton 602c8c83ba black 2021-04-17 22:09:00 -04:00
Pablo Barton 9031184176 addressing some review 2021-04-17 21:31:38 -04:00
Mouse Reeve 2914eea281 Catch user not found errors in feed 2021-04-17 18:23:33 -07:00