frontile
frontile copied to clipboard
Component Library for Ember Octane apps
Features - Nested portal support by default (Stacking) - Allow portal target. Gracely add portal target if not found - FastBoot support (render portals in ssr) - Automatically uses `ember-testing`...
We have been working on version 0.17 alpha builds for a few months now. The new version includes major changes in styling and some breaking changes in components, as well...
I wanted to be able to mark a notification record as read on the backend when a user closed a (frontile) notification on the frontend, and this PR opens up...
This really goes to the weirdness of how [datetime-local](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local) works, but _maybe_ internal wiring to make it work out-of the box would be a good idea. ## The problem Following...
I'm trying to use the @onSubmit function for changeset forms. The `data` arg is always undefined. `result` seems to just be the changeset that was saved. I see a `data`...
To avoid long CI times because of animation, we should allow to globally disable animations, similar to what notifications pkg does.
My original goal was to simply tell `` that it's supposed to be different color (background and text) than the default. I know that I can tell it to `@appearance="custom"`...
`` would show a loading spinner. Also a good time to add a spinner component too. Atm a spinner is a pain to add to tailwind, so this would be...
Thanks for your work here!