Kai

Results 18 issues of Kai

This issue is to track the results of auditing the performance of FusionCMS v6. These initial numbers are going to reflect areas of the CMS to heavily refactor. ## Benchmarking...

Improvement

### Is your feature request related to a problem? Please describe. Individual entries should have the ability to override and specify a custom template to load in place of the...

It's time we go through and purge unused dependencies - I know we pull in a lot of different sorting packages for example that should be removed and consolidated.

Chore

### Is your feature request related to a problem? Please describe. When creating a new collection with an assign parent, it'd be nice to have a `{parent}` variable for the...

Addition

What is the issue? ------------------ The ability to specify logical requirements for fields would be a nice addition to the CMS. ``` User fills in Field X If Field X...

Improvement

Still need to implement how bulk actions can be performed on a mobile device.

Still finding the sidebar to be convoluted and cramped. Ideally the sidebar should be more focused on your content needs rather than system-specific configurations. In most cases, you'll configure a...

Improvement
Design

Currently, if using a `return` within a `while` loop, nothing happens. For example, the follow doesn't work when returning the `pivot` value directly: ```dart function search(numbers, value) { left =...

change

Side effects should be considered a code smell - currently, when importing a module, if it is not specified _what_ you want from the module, it will effectively load and...

Regular expressions can be passed through as strings. ```typescript pattern = "i need (.*)" ``` Let's support a native representation for regular expressions instead: ```typescript pattern = /i need (.*)/g...

enhancement