discourse/test/javascripts
Martin Brennan 41b43a2a25
FEATURE: Add "delete on owner reply" bookmark functionality (#10231)
This adds an option to "delete on owner reply" to bookmarks. If you select this option in the modal, then reply to the topic the bookmark is in, the bookmark will be deleted on reply.

This PR also changes the checkboxes for these additional bookmark options to an Integer column in the DB with a combobox to select the option you want.

The use cases are:

* Sometimes I will bookmark the topics to read it later. In this case we definitely don’t need to keep the bookmark after I replied to it.
* Sometimes I will read the topic in mobile and I will prefer to reply in PC later. Or I may have to do some research before reply. So I will bookmark it for reply later.
2020-07-21 10:00:39 +10:00
..
acceptance FEATURE: Add "delete on owner reply" bookmark functionality (#10231) 2020-07-21 10:00:39 +10:00
admin DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
components FIX: Raw jQuery usage in tests 2020-07-20 15:13:49 -04:00
controllers FIX: `passwordRequired` is a computed property 2020-07-17 15:07:49 -04:00
ember Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
fixtures FIX: Fewer broken image paths in tests 2020-07-17 15:43:17 -04:00
helpers FEATURE: Allow group moderators to add/remove staff notes (#10252) 2020-07-20 15:53:47 -04:00
initializers DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
lib DEV: re-enable test skipped in 7dce4bfd 2020-07-20 09:55:30 -04:00
mixins Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
models FIX: Report was overwriting a CP 2020-07-20 14:42:16 -04:00
utils Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
widgets FIX: More 404 image requests in test 2020-07-17 14:58:32 -04:00
plugin_tests.js.erb FIX: Allow plugins to provide test directories with transpiled `.js` 2020-06-16 14:31:01 -04:00
test_helper.js FIX: Silence route-recognizer source map errors in development mode 2020-07-15 15:42:04 -04:00