This repository has been archived by the owner on Sep 29, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 41
Fix SplitButtonComponent #217
Labels
Comments
teampolyglot
added a commit
that referenced
this issue
Oct 27, 2020
teampolyglot
added a commit
that referenced
this issue
Oct 27, 2020
teampolyglot
added a commit
that referenced
this issue
Oct 27, 2020
teampolyglot
added a commit
that referenced
this issue
Oct 27, 2020
nileshtrivedi
added a commit
that referenced
this issue
Jan 3, 2021
nileshtrivedi
added a commit
that referenced
this issue
Jan 16, 2021
can i work on this?? |
@rajpratyush This is mostly completed. If you want, you can take a stab at: #160 We can have a call tomorrow (Sunday) so I can walk you through the codebase and improvements needed urgently. |
Surely we can have a google meet call by evening |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We're now using view_component to organize UI components. We use TailwindCSS for styling and AlpineJS for dynamic/interactive behaviour (such as dropdowns). There is now a demo page for WIP components.
Here's the SplitButtonComponent that uses AJAX to change user's review status for an item:
The following fixes need to be made before this can be called complete:
collections#toggle_item
action via an AJAX post.The code for this component can be found in https://github.com/learn-awesome/learn/blob/master/app/components/split_button_component.html.erb and https://github.com/learn-awesome/learn/blob/master/app/components/split_button_component.rb
The text was updated successfully, but these errors were encountered: