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

UI update badges to new module #123

Merged

Conversation

anikachurilova
Copy link
Member

@anikachurilova anikachurilova commented Jul 18, 2023

Note: backend part commit is this #111, will be removed on its merge

Copy link
Member

@slint slint left a comment

Choose a reason for hiding this comment

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

LGTM, some minor comments on the abstract methods and a major one on removing the old views.

invenio_github/api.py Outdated Show resolved Hide resolved
invenio_github/api.py Outdated Show resolved Hide resolved
invenio_github/api.py Outdated Show resolved Hide resolved
invenio_github/views/badge.py Outdated Show resolved Hide resolved
@anikachurilova anikachurilova force-pushed the ui-update-badges-to-new-module branch from 4cde2d8 to e61bc9f Compare July 20, 2023 14:15
@@ -6,28 +6,27 @@
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
#}
{%- macro doi_badge(doi, github_id, modal_name='') %}
{%- macro doi_badge(doi, doi_url, github_id) %}
Copy link
Member

Choose a reason for hiding this comment

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

our minds aligned here. We should try to use the central modal when we fix the doi to concept doi

@anikachurilova anikachurilova force-pushed the ui-update-badges-to-new-module branch from e61bc9f to 5f2b6e5 Compare July 21, 2023 15:54
@zzacharo zzacharo merged commit 00be392 into inveniosoftware:master Jul 21, 2023
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.

ui: update badges to new module's
4 participants