Go to file
Justin DiRose dd55d165cd
FIX: Filters did not reset when visiting route (#14)
When using a single Ember route, the query param filters did not
properly reset when, for example, clicking the Knowledge Explorer link
in the hamburger menu.

This commit introduces a subroute where most of the logic takes place.
We needed a subroute so that refresh doesn't take out the entire UI part.
This allows us to use the `refreshModel` option for query params on the
route and remove the refresh controller action. Doing so also retains
state of the search field instead of fully reloading the parent route.
2020-11-04 12:02:05 -06:00
.github/workflows DEV: Update CI workflows 2020-10-14 16:27:49 +00:00
app FIX: Topics not always properly shown (#11) 2020-10-13 10:32:22 -05:00
assets FIX: Filters did not reset when visiting route (#14) 2020-11-04 12:02:05 -06:00
config FEATURE: Add clear button to search bar 2020-10-06 12:08:28 -05:00
lib FIX: Query name collision with multiple filters (#12) 2020-10-14 09:27:19 -05:00
spec/requests FIX: Query name collision with multiple filters (#12) 2020-10-14 09:27:19 -05:00
.eslintrc DEV: apply coding standards (#9) 2020-09-04 13:22:46 +02:00
.gitignore DEV: apply coding standards (#9) 2020-09-04 13:22:46 +02:00
.rubocop-https---raw-githubusercontent-com-discourse-discourse-master--rubocop-yml FEATURE: Swap to raw for topic list (#6) 2020-06-12 12:55:10 -05:00
.rubocop.yml DEV: apply coding standards (#9) 2020-09-04 13:22:46 +02:00
.template-lintrc.js DEV: apply coding standards (#9) 2020-09-04 13:22:46 +02:00
Gemfile FEATURE: Add onebox metadata (#10) 2020-10-01 09:32:28 -05:00
Gemfile.lock FEATURE: Add onebox metadata (#10) 2020-10-01 09:32:28 -05:00
package.json DEV: linting 2020-09-22 17:12:39 +02:00
plugin.rb Add plugin URL 2020-05-12 16:13:51 -04:00
yarn.lock DEV: linting 2020-09-22 17:12:39 +02:00