You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.
If you're logged-in and go to Random item page, you will see this tags-UI on the right side:
This needs to be re-implemented as an inline UI component with Tailwind CSS + AJAX. I don't think it will need any Javascript as such. Tailwind UI has a Basic ButtonGroup component which can be taken as the starting point.
The major enhancement needed here is that full page-refresh should not be necessary. Remote form should invoke XHR that gets update.js.erb which would replace this entire component with the updated state. (See, how we update the state in FiveStarComponent or SplitButtonComponent.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you're logged-in and go to Random item page, you will see this tags-UI on the right side:
This needs to be re-implemented as an inline UI component with Tailwind CSS + AJAX. I don't think it will need any Javascript as such. Tailwind UI has a Basic ButtonGroup component which can be taken as the starting point.
The major enhancement needed here is that full page-refresh should not be necessary. Remote form should invoke XHR that gets
update.js.erb
which would replace this entire component with the updated state. (See, how we update the state inFiveStarComponent
orSplitButtonComponent
.The text was updated successfully, but these errors were encountered: