Commit Graph

1128 Commits

Author SHA1 Message Date
de19c7d7a6 Update status_header.html 2021-04-23 18:38:33 +02:00
74ccaf27fa Tag removal migration 2021-04-22 18:23:23 -07:00
6915b195ce translated some strings 2021-04-22 16:28:57 -05:00
00e6d0524f Accessibility: add language to lang attr on html tag
I only use the first subtag of the language string given by `get_language()`, because `get_language()` returns an all-lowercase string, and I don't know if it'll be considered valid by browsers.
2021-04-22 20:41:58 +02:00
1472f7d919 Restores markdown rendering in book description previews 2021-04-22 06:58:21 -07:00
7a5ea31ee7 Fix progress display in title 2021-04-21 22:32:26 +02:00
0b0a283e64 Fix buttons styles 2021-04-21 22:32:14 +02:00
b1fea98458 Use one card-footer-item per footer button 2021-04-21 22:31:27 +02:00
415a12cf78 Move H3 tag 2021-04-21 22:30:52 +02:00
85b1c920cd Merge pull request #973 from joachimesque/dropdown-style
Dropdown component design fixes
2021-04-21 13:08:41 -07:00
53b47aa264 Revert "Move card footer container inside the card-footer component"
This reverts commit 58aeb72afa.
2021-04-21 21:48:31 +02:00
17436b6657 Header fixes 2021-04-21 21:48:19 +02:00
720109564d Fix condition 2021-04-21 21:35:42 +02:00
265c38e877 Update direct message button style 2021-04-21 21:31:58 +02:00
482774f1e1 Add mobile styles for book preview table 2021-04-21 21:25:37 +02:00
2987029a7d Remove useless style on non-dropdown element 2021-04-21 19:37:12 +02:00
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
df72061c57 Improve menu action styles 2021-04-21 19:36:11 +02:00
544dbda4ad Move menu item styles to menu item 2021-04-21 19:35:50 +02:00
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
2cacf5146b Merge branch 'main' into smaller-statuses-dense-cards 2021-04-21 17:40:20 +02:00
f7adaee0ed Verbosify buttons 2021-04-21 17:35:55 +02:00
13957c2f44 Move footer some items to header
- Header elements are now enclosed in a media layout
- Footer elements are not in a card-footer anymore
2021-04-21 17:32:35 +02:00
58aeb72afa Move card footer container inside the card-footer component 2021-04-21 17:23:48 +02:00
d62cf3fecb Merge branch 'main' into smaller-statuses 2021-04-20 14:02:23 -07:00
92bd5ab291 Merge pull request #970 from bookwyrm-social/display-fixes
Display fixes
2021-04-20 13:59:32 -07:00
f4abd7b797 Linter fix 2021-04-20 13:50:53 -07:00
5fc1e3f2fe Fixes merge regression for localized timestamps 2021-04-20 13:50:05 -07:00
afde94d4c2 Merge branch 'main' into smaller-statuses 2021-04-20 13:48:21 -07:00
baa423bb69 Merge pull request #967 from bookwyrm-social/date-localization
Fixes localization weirdness with dates
2021-04-20 13:44:34 -07:00
c07dcb5458 Remove spaceless templatetags that cause rendering issues in statuses 2021-04-20 13:38:25 -07:00
7012f95d6d Use input instead of textarea for series 2021-04-20 13:07:55 -07:00
d47bbde651 Only one row of footer on list items 2021-04-20 13:02:43 -07:00
cbccb07252 Fixes display of replies 2021-04-20 11:18:59 -07:00
9e5ebf9807 Move stars into header for ratings 2021-04-20 11:06:14 -07:00
07dbc4c6c0 Much longer "full" version of trimmed text 2021-04-20 09:56:01 -07:00
978760475f More compact display of statuses 2021-04-20 09:54:02 -07:00
0a37b4665c Adds control for moderator to set user group 2021-04-19 17:29:29 -07:00
11aa8baa53 Fixes tests and notifications page 2021-04-19 16:33:28 -07:00
6a50c021ce Try naturalday for published date 2021-04-19 16:30:15 -07:00
70a819951e Fixes localization weirdness with dates 2021-04-19 16:18:29 -07:00
35cb3fa8fc Updates tests 2021-04-19 16:08:01 -07:00
da19089d34 Changes language from "deactivate" to "suspend" 2021-04-19 15:55:28 -07:00
1542866b6c Adds user admin view 2021-04-19 15:40:51 -07:00
0dd8b33991 Moves user admin templates into snippets 2021-04-19 15:19:55 -07:00
788e282dce Moves user admin pages into their own directory 2021-04-19 15:12:36 -07:00
d69ce8cbbd Merge pull request #923 from SavinaRoja/584-sorting-lists
584 sorting of lists
2021-04-19 14:37:50 -07:00
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
415d6c4e3f Remove spacing between publisher info blocks. 2021-04-18 18:24:32 +02:00
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