discourse/app
Isaac Janzen 231dc10bbd
Add replaceContent selectKit modifier (#18569)
Add the ability to modify a selectKit's content with `replaceContent`

Eg.

```
      api.modifySelectKit("combo-box").replaceContent(() => {
        return {
          id: "foo",
          name: "Foo",
        };
      });
```

will override existing content to only include the passed object
2022-10-12 13:38:42 -05:00
..
assets Add replaceContent selectKit modifier (#18569) 2022-10-12 13:38:42 -05:00
controllers FEATURE: Implement new onboarding popups (#18362) 2022-10-12 18:38:45 +03:00
helpers Revert "Revert "FEATURE: Preload resources via link header (#18475)" (#18511)" (#18531) 2022-10-11 20:11:44 -03:00
jobs PERF: Move dominant color calculation to separate job (#18501) 2022-10-06 13:26:08 +01:00
mailers FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
models FIX: Reset related site settings on general category delete (#18548) 2022-10-12 11:09:45 -06:00
serializers FEATURE: Implement new onboarding popups (#18362) 2022-10-12 18:38:45 +03:00
services FEATURE: Implement new onboarding popups (#18362) 2022-10-12 18:38:45 +03:00
views Revert "Revert "FEATURE: Preload resources via link header (#18475)" (#18511)" (#18531) 2022-10-11 20:11:44 -03:00