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

[#21] display version in admin #112

Merged
merged 7 commits into from
Jul 16, 2024
Merged

Conversation

SonnyBA
Copy link
Contributor

@SonnyBA SonnyBA commented Jun 5, 2024

@SonnyBA SonnyBA requested review from Coperh and stevenbal June 5, 2024 13:54
@SonnyBA SonnyBA self-assigned this Jun 5, 2024
Copy link
Contributor

@Coperh Coperh left a comment

Choose a reason for hiding this comment

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

Similar situation as mentioned in this comment: open-zaak/open-notificaties#155 (comment)

@annashamray
Copy link
Collaborator

Please rebase on master, quick-start action is fixed there

@SonnyBA SonnyBA force-pushed the feature/#21-show-version-admin branch 2 times, most recently from e7ba886 to 6a8cf5c Compare June 20, 2024 14:23
Copy link
Contributor

@stevenbal stevenbal left a comment

Choose a reason for hiding this comment

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

Looks good, but some minor comments

Also it seems that Objecttypes also shows the version on the dashboard if you're not logged in:

image

Can you remove this?

src/objecttypes/conf/base.py Outdated Show resolved Hide resolved
src/objecttypes/conf/base.py Outdated Show resolved Hide resolved
src/objecttypes/conf/base.py Outdated Show resolved Hide resolved
@@ -36,6 +36,12 @@ DO NOT PUT ANY TARGET APP-SPECIFIC RULES HERE.

--object-tools-bg: #888;
--object-tools-hover-bg: #{$color_dark};

// version styling
--version-fg: #{$color-secondary-dark};
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we should make this a bit darker? It's not very readable imo

image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Now that it reuses another variable (same as the welcome message):
image

Copy link
Contributor

@stevenbal stevenbal left a comment

Choose a reason for hiding this comment

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

Approving, but let's wait until the PR in OAF is merged and released and then pin it to the pypi release here

@SonnyBA SonnyBA force-pushed the feature/#21-show-version-admin branch from f6522db to 5ca35b6 Compare July 16, 2024 10:06
@SonnyBA SonnyBA merged commit 8e599c5 into master Jul 16, 2024
11 checks passed
@SonnyBA SonnyBA deleted the feature/#21-show-version-admin branch July 16, 2024 10:16
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.

Show version of the release in the admin
4 participants