Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features/2167 remove satis table #16

Merged
merged 2 commits into from
Oct 15, 2022
Merged

Conversation

rparse
Copy link
Contributor

@rparse rparse commented Oct 14, 2022

No description provided.

@rparse rparse requested a review from tdegrunt October 14, 2022 07:03
@@ -17,7 +17,7 @@ def initialize(action_view)
add_helper :page, Satis::Page::Component
add_helper :sidebar_menu, Satis::SidebarMenu::Component
add_helper :tabs, Satis::Tabs::Component
add_helper :table, Satis::Table::Component
add_helper :table, ActionTable::ActTable::Component
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ActionTable::ActTable::Component => ActTable is not too nice of a name really, can we make it so that if defined?ActionTable we do this?

That way - if you don’t use ActionTable it still works. Later we can add hooks to Satis - ie, action table self will setup this component

@tdegrunt tdegrunt merged commit f3a1982 into master Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants