summaryrefslogtreecommitdiff
path: root/client/css
AgeCommit message (Collapse)Author
2025-02-16client: fix weird Chrome bug where video controls are invisible under div ↵Hunternif
class="transparent"
2025-02-15client: fix post navigation buttons styleHunternif
2025-02-15client: fix Font Awesome mass delete iconHunternif
2025-02-15client: remove mobile changes from #641Hunternif
2025-02-15Merge branch 'master' into hunternifHunternif
2024-09-29client/css: fix comment word-breakZak B. Elep
`break-all` makes it hard to read actual comments.
2024-04-26Merge pull request #641 from po5/mobileNeo
Mobile improvements
2024-04-26Merge branch 'master' into better-linksNeo
2024-03-21client/css: stack bulk tagging toggles horizontally on mobileEva
2024-03-21client/posts: reorder elements in mobile layoutEva
Navigation is always right below the image, and comments are always at the very bottom, to minimize scrolling for common actions.
2024-03-21client/css: constrain thumbnails to parent to prevent overextended linksEva
2024-03-21client/users: fix overextended avatar linksEva
2024-02-29posts page ugly horizontal bar fixhujle
fixes ugly horizontal scrollbar appearing when a post with extremely wide image is present in the posts list
2023-11-05fix overflow on comments, prevents ugly unnecesary horizontal scrollewof
2023-04-17client/upload: fix thumbnail width in post uploadsShyam Sunder
Fixes regression caused by 648121d7
2023-03-13fix flow view on webkit browsersSediSocks
2023-01-19client: add bulk delete feature (#459)Neo
This introduces a new privilege 'posts:bulk-edit:delete' which by default is given to power users.
2022-10-03client: bring back search links in post sidebarHunternif
2022-10-02client,server: reverse search post by signatureHunternif
2021-11-29client/upload: restore option to pause upload chain on errorShyam Sunder
2021-09-13client/upload: add QoL features for bulk uploadsShyam Sunder
* Continue uploading remaining posts in an upload list even when one fails * Allow option to continue uploading even when similar posts are found Closes #400
2021-09-03client: more compact margins in post sidebarHunternif
2021-09-01client: adjust colors for darkthemeHunternif
2021-08-31client: add list of similar posts to post sidebarHunternif
2021-08-07client: adjust thumb size on mobileHunternif
2021-08-04Merge branch 'master' into hunternifHunternif
2021-08-04Merge remote-tracking branch 'origin/master' into hunternifHunternif
# Conflicts: # client/css/post-content-control.styl # client/css/post-list-view.styl # client/html/post_edit_sidebar.tpl # client/js/controllers/post_list_controller.js # client/js/controllers/post_main_controller.js # client/js/controllers/post_upload_controller.js # client/js/controllers/tag_controller.js # client/js/controllers/user_list_controller.js # client/js/controls/expander_control.js # client/js/controls/post_content_control.js # client/js/controls/post_edit_sidebar_control.js # client/js/controls/post_readonly_sidebar_control.js # client/js/controls/tag_input_control.js # client/js/main.js # client/js/models/abstract_list.js # client/js/models/post.js # client/js/models/post_list.js # client/js/models/settings.js # client/js/models/tag.js # client/js/models/tag_list.js # client/js/tags.js # client/js/util/search.js # client/js/util/touch.js # client/js/util/uri.js # client/js/util/views.js # client/js/views/post_main_view.js # client/js/views/post_upload_view.js # client/js/views/posts_header_view.js # client/js/views/posts_page_view.js # client/js/views/settings_view.js # client/js/views/tag_view.js # client/package-lock.json # client/package.json # server/config.yaml.dist # server/szurubooru/api/__init__.py # server/szurubooru/api/post_api.py # server/szurubooru/api/tag_api.py # server/szurubooru/func/posts.py # server/szurubooru/func/tags.py # server/szurubooru/model/__init__.py # server/szurubooru/model/post.py # server/szurubooru/model/tag.py # server/szurubooru/search/configs/__init__.py # server/szurubooru/search/configs/post_search_config.py # server/szurubooru/search/executor.py # server/szurubooru/tests/api/test_post_retrieving.py # server/szurubooru/tests/api/test_post_updating.py # server/szurubooru/tests/api/test_tag_updating.py # server/szurubooru/tests/conftest.py # server/szurubooru/tests/func/test_posts.py # server/szurubooru/tests/func/test_tags.py # server/szurubooru/tests/search/configs/test_post_search_config.py
2021-07-05client/css: dark mode contrast fixes (#388)Ben Klein
* client/css: fix dark mode pagination header bg * client/css/post-main-view: dark uses box-shadow * client/css: animate compact-tags updates * client: tag input animations fixed * client/css: darken darktheme success bg * client/css: dark tag background colors * client/css/tag-input-control: dark suggest header * client/css: darktheme mobile site-name in nav
2021-05-07Option to always upload similar posts instead of confirming every timeRuin0x11
2021-01-08client/posts: provide link for danbooru image searchShyam Sunder
2020-10-12client/css: generate transparency grid via pure CSSShyam Sunder
2020-09-27client/posts: support content aware post flow optionShyam Sunder
2020-08-26client/css: implement dark theme optionShyam Sunder
2020-08-23client/posts: add tag implications when autocompleting mass tag inputsShyam Sunder
Closes #334. This solution should function similar to single post tagging. Implications are automatically added but this also allows for them to review and manually remove any unwanted implications.
2020-07-08client/css/snapshot-list-view: use alpha for darkBen Klein
using alpha and an is-dark check to support dark color schemes in the history page
2020-06-24client/css: make add/remove button for mass tag largerShyam Sunder
Fixes #322
2020-06-05client+server: normalize trailing newlinesShyam Sunder
2020-05-04Implement pool mergingRuin0x11
2020-05-04Add list of posts to poolsRuin0x11
2020-05-03Add pool CRUD operations/pagesRuin0x11
2020-04-08client/css: orient image posts based on EXIF dataShyam Sunder
this uses the optionally implemented "image-orientation: from-image" CSS property, and will not work on every browser. see #311
2020-04-07client/css: prevent word-wrapping in source edit textareaShyam Sunder
2019-05-07client: save post id in metric sorter urlHunternif
2019-05-05client: metric sorting: on mobile, display buttons & messages in the middle, ↵Hunternif
and fit 2 images.
2019-05-05client: compare button for metric sorterHunternif
2019-05-03client: fix "Start sorting" button, so that it immediately updates the url ↵Hunternif
with selected metrics. Also fix non-focusable links.
2019-05-03client: layout improvements to metric sorterHunternif
2019-05-03client: metric sorter UI, view & controllerHunternif
2019-04-29client: re-open bulk edit and metrics blocks when returning to post list.Hunternif
+ select metrics on click; + improve header style
2019-04-27client: prettier design for metric headerHunternif