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

The updating for this searching feels unexpected. When I hit enter, I expect the search query to finish running or to select the result if there is one available/found, not...

A somewhat working version of `coalesce-vue-vuetify3` exists and is published, but it still has problems. This is a tracking issue for its current known problems: - [ ] Vuetify: Up/Down...

enhancement
vue

Add the ability to select or deselect which columns to show on a c-admin-table. This will be persisted to localstorage, keyed by the current route pathname. Other considerations: - Add...

enhancement
vue

Consider adding an option to c-datetime-picker to default to native on mobile devices, as this presents a better UX (at least on Android - pending test on other platforms). It...

enhancement
vue

The long-standing behavior of always calling SaveChanges after a model method invocation can be a footgun for new user. This is especially true when using methods that return an `ApiResult`...

enhancement

Allow `const` fields to be accessible from front-end view models. ![image](https://user-images.githubusercontent.com/43832670/175072822-f4c0c753-0e78-422a-adf2-cf4c6999d698.png)

enhancement

Leaving this issue as a dumping ground for potential analyzers for now. Feel free to edit as needed. - [ ] (as a hint not a warning/message - as unobtrusive...

enhancement

https://docs.microsoft.com/en-us/aspnet/core/security/authorization/policies?view=aspnetcore-2.1

enhancement

Make test projects for consuming NPM libraries, build tests that execute these tests, and fail the build if the tests fail. Test cases: - `vue-cli` + `vuetify` + `coalesce-vue-vuetify` -...

This is quite similar to `c-select-string-value`, and could be implemented with different parameters on this existing component. The key difference is that `c-select-string-value` selects from a custom static `string[]`-returning method,...

enhancement
vue