This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/tests
Jarek Radosz f9bdda84ca
DEV: Admin webhooks interface issues (#19360)
1. The events table had broken styling, making each row overflow
2. It had confusing routes: `/:id` for "edit" and `/:id/events` for "show" (now it's `/:id/edit` and `/:id` respectively)
3. There previously was an unused backend action (`#edit`) - now it is used (and `web_hooks/:id/events` route has been removed)
4. There was outdated/misplaced/duplicated CSS
5. And more
2022-12-13 01:53:08 +01:00
..
acceptance DEV: Admin webhooks interface issues (#19360) 2022-12-13 01:53:08 +01:00
addons/truth-helpers/integration/helpers DEV: adds includes helper to templates (#18259) 2022-09-15 14:20:37 +02:00
fixtures DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
helpers FEATURE: Improve composer warnings for mentions (#18796) 2022-12-05 20:22:05 +02:00
integration FEATURE: better UI to manage 2fa (#19338) 2022-12-08 09:41:22 +11:00
unit DEV: Drop helper context setup in tests (#19423) 2022-12-12 15:20:48 +01:00
index.html DEV: Add dark theme support to QUnit (#19014) 2022-11-17 18:44:44 +01:00
setup-tests.js DEV: Drop helper context setup in tests (#19423) 2022-12-12 15:20:48 +01:00
test-boot-ember-cli.js DEV: Make the setupTests a regular import (#19046) 2022-11-16 16:11:18 +08:00