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

frontend: wrap React components in overridable component #102

Open
kpsherva opened this issue Sep 22, 2022 · 0 comments
Open

frontend: wrap React components in overridable component #102

kpsherva opened this issue Sep 22, 2022 · 0 comments
Assignees

Comments

@kpsherva
Copy link
Contributor

kpsherva commented Sep 22, 2022

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 method
export default Overridable(ComponentClassName, "<ComponentClassName>) for the whole component

@kpsherva kpsherva changed the title wrap components in overridable ids frontend: wrap components in overridable component Sep 22, 2022
@kpsherva kpsherva changed the title frontend: wrap components in overridable component frontend: wrap React components in overridable component Sep 22, 2022
@Pineirin Pineirin self-assigned this Sep 26, 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 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
@Pineirin Pineirin removed their assignment Oct 17, 2022
@kpsherva kpsherva self-assigned this Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: 🏗 In progress
Development

Successfully merging a pull request may close this issue.

2 participants