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.
See app/components/item_panel_component.html.erb (demo is available on /components)
This implements the basic view of an item as it might appear on the topic page, item page, formats page, activity feed, search results, user/expert profile pages and more.
The idea then is to use these components in various views like app/components/items_grid_component.rb
This needs to take in account various situations. For eg, if this is being shown on the formats page, them item_type doesn't need to be displayed. The recommendations may need to be from current_user's friends.
This component will reuse SplitButtonComponent and FiveStarComponent, both of which use AJAX to perform review updates.
The text was updated successfully, but these errors were encountered:
See
app/components/item_panel_component.html.erb
(demo is available on/components
)This implements the basic view of an item as it might appear on the topic page, item page, formats page, activity feed, search results, user/expert profile pages and more.
The idea then is to use these components in various views like
app/components/items_grid_component.rb
This needs to take in account various situations. For eg, if this is being shown on the formats page, them item_type doesn't need to be displayed. The recommendations may need to be from current_user's friends.
This component will reuse
SplitButtonComponent
andFiveStarComponent
, both of which use AJAX to perform review updates.The text was updated successfully, but these errors were encountered: