Go to file
Justin DiRose 63a8181fa4
FIX: Results count not always properly shown (#21)
There was a weird case where when filtering topics by solved status did not properly show the count of filtered topics. I took this opportunity to lightly refactor the backend. There was a duplicate size operation when we searched and when calculating pagination. I've eliminated the second size call and refactored the front end to be a little bit simpler while solving the bug.
2020-12-01 13:51:42 -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: Results count not always properly shown (#21) 2020-12-01 13:51:42 -06:00
config FEATURE: Add clear button to search bar 2020-10-06 12:08:28 -05:00
lib FIX: Results count not always properly shown (#21) 2020-12-01 13:51:42 -06:00
spec/requests FIX: Results count not always properly shown (#21) 2020-12-01 13:51:42 -06:00
test/javascripts DEV: Add a js smoke test (#20) 2020-11-16 18:30:40 +01: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 FIX: Show muted topics (#19) 2020-11-16 13:43:48 -06:00
yarn.lock DEV: linting 2020-09-22 17:12:39 +02:00