This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/client/js/controllers
Eva 7972c34448 client/posts: make discard thumbnail link delete existing custom thumb
I can see the intent, sadly this was always broken in the case where the
post already has a custom thumbnail from initial load, and we don't drag
any new files. It did not actually remove the existing thumbnail.
Before 12c4542bb2482fac89aae9a04b15984a56bb8fb0 it would actually crash,
but this now makes it behave as expected.
Also properly syncs internal state with what's displayed to the user.
2024-03-28 13:18:02 +01:00
..
auth_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
base_post_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
comments_controller.js client, server: rework custom thumbnails 2024-03-22 00:04:31 +01:00
help_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
home_controller.js client+server: fixed style errors 2021-09-13 13:25:37 -04:00
not_found_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
page_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
password_reset_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_categories_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_controller.js client: rename escapeColons to escapeTagName and also escape dots 2021-04-10 15:10:39 +02:00
pool_create_controller.js client: rename escapeColons to escapeTagName and also escape dots 2021-04-10 15:10:39 +02:00
pool_list_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
post_detail_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
post_list_controller.js client, server: rework custom thumbnails 2024-03-22 00:04:31 +01:00
post_main_controller.js client/posts: make discard thumbnail link delete existing custom thumb 2024-03-28 13:18:02 +01:00
post_upload_controller.js client/upload: restore option to pause upload chain on error 2021-11-29 20:06:20 -05:00
settings_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
snapshots_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
tag_categories_controller.js client+server: add tag category ordering feature 2020-09-19 22:55:17 +02:00
tag_controller.js client: rename escapeColons to escapeTagName and also escape dots 2021-04-10 15:10:39 +02:00
tag_list_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
top_navigation_controller.js client/html: hide 'pools' in navbar if user doesn't have privileges 2020-06-22 15:47:57 -04:00
user_controller.js client: linting 2021-11-29 18:44:20 -05:00
user_list_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
user_registration_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00