<feed xmlns='http://www.w3.org/2005/Atom'>
<title>szurubooru.git/client/css/post-list-view.styl, branch master</title>
<subtitle>Fork of Szurubooru with patches for running on a modern system sans Docker
</subtitle>
<id>https://git.jakob.space/szurubooru.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/szurubooru.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/'/>
<updated>2025-02-15T21:20:38Z</updated>
<entry>
<title>client: fix Font Awesome mass delete icon</title>
<updated>2025-02-15T21:20:38Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2025-02-15T20:52:11Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=e4a3efa879270a8b41e9a9921aa4ad8e4abb06ca'/>
<id>urn:sha1:e4a3efa879270a8b41e9a9921aa4ad8e4abb06ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into hunternif</title>
<updated>2025-02-15T18:12:57Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2025-02-15T18:12:57Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=6a5300502df8b4de9c8f269b444cd309f02b28ad'/>
<id>urn:sha1:6a5300502df8b4de9c8f269b444cd309f02b28ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/css: stack bulk tagging toggles horizontally on mobile</title>
<updated>2024-03-21T21:26:49Z</updated>
<author>
<name>Eva</name>
<email>evauwu@riseup.net</email>
</author>
<published>2023-05-21T18:00:37Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=c1c695f082f53819f092a535aa08125e3f3f48bb'/>
<id>urn:sha1:c1c695f082f53819f092a535aa08125e3f3f48bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: add bulk delete feature (#459)</title>
<updated>2023-01-19T17:44:31Z</updated>
<author>
<name>Neo</name>
<email>50623835+neobooru@users.noreply.github.com</email>
</author>
<published>2023-01-19T17:44:31Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=e3062b1c77b52ff9fad23a279844b946d6491417'/>
<id>urn:sha1:e3062b1c77b52ff9fad23a279844b946d6491417</id>
<content type='text'>
This introduces a new privilege 'posts:bulk-edit:delete' which by default is given to power users.</content>
</entry>
<entry>
<title>client: adjust thumb size on mobile</title>
<updated>2021-08-07T00:48:06Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2021-08-07T00:48:06Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=071166808fa6a7bd680210d28a104f8bf82ce567'/>
<id>urn:sha1:071166808fa6a7bd680210d28a104f8bf82ce567</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into hunternif</title>
<updated>2021-08-04T00:56:00Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2021-08-04T00:56:00Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=ca861cdc44ca476cec2949f237bbc7503862ad58'/>
<id>urn:sha1:ca861cdc44ca476cec2949f237bbc7503862ad58</id>
<content type='text'>
# 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
</content>
</entry>
<entry>
<title>client/css: generate transparency grid via pure CSS</title>
<updated>2020-10-12T20:07:49Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-10-12T20:07:49Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=59452711668b9f7a7aeea3c57301b22882987c2b'/>
<id>urn:sha1:59452711668b9f7a7aeea3c57301b22882987c2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/posts: support content aware post flow option</title>
<updated>2020-09-28T00:11:56Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-09-27T19:11:34Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=eaa6107a6ca6cca7f67802b9bf939f662f9343d5'/>
<id>urn:sha1:eaa6107a6ca6cca7f67802b9bf939f662f9343d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/posts: add tag implications when autocompleting mass tag inputs</title>
<updated>2020-08-23T17:11:19Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-08-23T17:03:23Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=1bbcaf11f7b064f2a40245b79d392cbbf0324484'/>
<id>urn:sha1:1bbcaf11f7b064f2a40245b79d392cbbf0324484</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>client/css: make add/remove button for mass tag larger</title>
<updated>2020-06-25T02:37:40Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-05-15T13:14:14Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=b037ce80c31962369c8e51060859ead6b48a1b92'/>
<id>urn:sha1:b037ce80c31962369c8e51060859ead6b48a1b92</id>
<content type='text'>
Fixes #322
</content>
</entry>
</feed>
