Coalesce icon indicating copy to clipboard operation
Coalesce copied to clipboard

Quickly build amazing web apps

Results 105 Coalesce issues
Sort by recently updated
recently updated
newest added

A common scenario is to make an editor dialog that operates off a copy of a ViewModel to avoid mutating the page undearneath with edits that might not be saved....

enhancement

# Breaking (major) - Convert methods that return a tuple of `(ItemResult, IncludeTree)` to just use the include tree prop on ItemResult. - Change AfterSave to return an ItemResult, remove...

breaking

input: ``` /// /// A CSV of . /// ``` output: ``` /** A CSV of . */ ```

bug

Similar to #356 but different repro steps. When I search for some things, some of the code samples load with the wrong colors, but when I refresh or hit the...

![image](https://github.com/IntelliTect/Coalesce/assets/5017521/e2c0012d-a791-4606-b5d2-060d0589005d)

bug

When I get this error message, my first step is to look up `[ListTextAttribute]`, because I just copy-paste the name from the error message. It would be nice to be...

Unlike autosave on viewmodels which does trigger immediately, autoload does not trigger immediately which is confusing and inconsistent without autosave.

breaking