discourse/test/javascripts
Martin Brennan 6fb0f36ce1
FEATURE: Optionally delete bookmark when reminder sent (#9637)
We now show an options gear icon next to the bookmark name.

When expanded we show the "delete bookmark when reminder sent" option. The value of this checkbox is saved in local storage for the user.

If this is ticked, when a reminder is sent for the bookmark the bookmark itself is deleted. This is so people can use the reminder functionality by itself.

Also remove the blue alert reminder section from the "Edit Bookmark" modal as it just added clutter, because the user can already see they had a reminder set:

Adds a default false boolean column `delete_when_reminder_sent` to bookmarks.
2020-05-07 13:37:39 +10:00
..
acceptance FEATURE: Optionally delete bookmark when reminder sent (#9637) 2020-05-07 13:37:39 +10:00
admin Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
components DEV: improves sk api (#9653) 2020-05-06 17:16:20 +02:00
controllers DEV: Upgrade sinon and fix time based bookmark tests (#9647) 2020-05-07 09:10:32 +10:00
ember Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
fixtures FEATURE: add category banner for why a user cannot post (#9576) 2020-04-30 10:39:11 -07:00
helpers DEV: Upgrade sinon and fix time based bookmark tests (#9647) 2020-05-07 09:10:32 +10:00
initializers Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
lib DEV: Upgrade sinon and fix time based bookmark tests (#9647) 2020-05-07 09:10:32 +10:00
mixins Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
models FEATURE: don't display new/unread notification for muted topics (#9482) 2020-04-23 14:57:35 +10:00
utils Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
widgets DEV: Add remove button function to PluginAPI (#9627) 2020-05-05 09:18:02 -04:00
plugin_tests.js.erb Support for Acceptance tests in plugins 2015-08-27 17:07:11 -04:00
test_helper.js FIX: preload-store was moved 2020-05-06 15:55:52 -04:00