discourse/test/javascripts
Tarek Khalil 190b19f3c2
FEATURE: Add ignored user list to the User's preference page (#7107)
* FEATURE: Add ignored user list to the User's preference page

## Why?

Part of: https://meta.discourse.org/t/ability-to-ignore-a-user/110254

We want to add list of Ignored users under or along with the muted users preferences section.
This way Users can find and update their list of ignored users.

## UI


![gif](https://user-images.githubusercontent.com/45508821/53746179-8e9b3c00-3e98-11e9-9e90-94b8520896a6.gif)

## Open questions

Two of many options to represent a list of ignored users is that we can:

1. We can represent the ignored user list as a table with the ability to `un-ignore` but NOT to add new ignored users.
2. We can keep it functioning as the `muted user list` where you can `un-ignore` or `ignore` users.
2019-03-05 14:47:51 +00:00
..
acceptance DEV: simplify test to avoid time related failures (#7092) 2019-03-03 12:13:02 +01:00
admin DEV: uses find() helper instead of this.$() in js tests (#7062) 2019-02-25 16:04:55 +01:00
components FIX: use * when apply italics in the editor instead of _ (#7063) 2019-02-27 10:36:14 +01:00
controllers fix tests (#7073) 2019-02-26 16:49:29 +01:00
ember DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
fixtures FEATURE: Add ignored user list to the User's preference page (#7107) 2019-03-05 14:47:51 +00:00
helpers FIX: users list show was loading multiple times with different params (#7058) 2019-02-26 10:43:24 +01:00
initializers DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
lib FIX: allow underscore and dash in username search 2019-03-01 15:23:45 +11:00
mixins DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
models SECURITY: Escape HTML in dashboard report tables 2019-02-01 13:10:59 +00:00
widgets DEV: uses find() helper instead of this.$() in js tests (#7062) 2019-02-25 16:04:55 +01:00
plugin_tests.js.erb Support for Acceptance tests in plugins 2015-08-27 17:07:11 -04:00
test_helper.js remove probes.js, highlight.pack.js 2018-10-04 13:50:54 -04:00