-
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
kpsherva
changed the title
wrap components in overridable ids
frontend: wrap components in overridable component
Sep 22, 2022
kpsherva
changed the title
frontend: wrap components in overridable component
frontend: wrap React components in overridable component
Sep 22, 2022
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
moved this from 🏗 In progress
to 👀 Pending review
in InvenioRDM v10 - Back-office
Sep 27, 2022
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
moved this from 👀 Pending review
to 🏗 In progress
in InvenioRDM v10 - Back-office
Oct 7, 2022
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: