-
Notifications
You must be signed in to change notification settings - Fork 29
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
frontend: wrap React components in overridable component #102
Comments
Pineirin
added a commit
to Pineirin/invenio-administration
that referenced
this issue
Sep 27, 2022
* remove unused components * add missing translations * closes: inveniosoftware#102
Pineirin
added a commit
to Pineirin/invenio-administration
that referenced
this issue
Sep 27, 2022
* remove unused components * add missing translations * closes: inveniosoftware#102
Pineirin
added a commit
to Pineirin/invenio-administration
that referenced
this issue
Sep 27, 2022
* remove unused components * add missing translations * closes: inveniosoftware#102
Pineirin
added a commit
to Pineirin/invenio-administration
that referenced
this issue
Oct 6, 2022
* remove unused components * add missing translations * closes: inveniosoftware#102
Pineirin
added a commit
to Pineirin/invenio-administration
that referenced
this issue
Oct 6, 2022
* remove unused components * add missing translations * closes: inveniosoftware#102
Pineirin
added a commit
to Pineirin/invenio-administration
that referenced
this issue
Oct 6, 2022
* remove unused components * add missing translations * closes: inveniosoftware#102
Pineirin
added a commit
to Pineirin/invenio-administration
that referenced
this issue
Oct 6, 2022
* remove unused components * add missing translations * closes: inveniosoftware#102
Pineirin
added a commit
to Pineirin/invenio-administration
that referenced
this issue
Oct 6, 2022
* remove unused components * add missing translations * closes: inveniosoftware#102
Pineirin
added a commit
to Pineirin/invenio-administration
that referenced
this issue
Oct 6, 2022
* remove unused components * add missing translations * closes: inveniosoftware#102
Pineirin
added a commit
to Pineirin/invenio-administration
that referenced
this issue
Oct 6, 2022
* remove unused components * add missing translations * closes: inveniosoftware#102
Pineirin
added a commit
to Pineirin/invenio-administration
that referenced
this issue
Oct 6, 2022
* remove unused components * add missing translations * closes: inveniosoftware#102
Pineirin
added a commit
to Pineirin/invenio-administration
that referenced
this issue
Oct 6, 2022
* remove unused components * add missing translations * closes: inveniosoftware#102
Pineirin
added a commit
to Pineirin/invenio-administration
that referenced
this issue
Oct 10, 2022
* remove unused components * add missing translations * closes: inveniosoftware#102
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make the admin interface fully customizable on the frontend by providing the Overridable IDs.
At this stage we need for each component (unless a component is very trivial) to have overridable render method (if any) and the whole component, following the convention:
id="<ComponentClassName>.layout
for render methodexport default Overridable(ComponentClassName, "<ComponentClassName>)
for the whole componentThe text was updated successfully, but these errors were encountered: