Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: show version on login page #13033

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

Merged
merged 6 commits into from
Apr 23, 2024
Merged

feat: show version on login page #13033

merged 6 commits into from
Apr 23, 2024

Conversation

aslilac
Copy link
Member

@aslilac aslilac commented Apr 22, 2024

Screenshot 2024-04-22 at 11 47 44 AM

Closes #12909

@@ -24,7 +24,7 @@ export const AgentVersion: FC<AgentVersionProps> = ({
);

if (status === agentVersionStatus.Updated) {
return <span>Updated</span>;
return null;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just checking if we want to do this since this looks to be outside of the scope.

Copy link
Member Author

Choose a reason for hiding this comment

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

sneaking in out of scope things is my favorite 😝 but yes, this was intentional

Copy link
Collaborator

@BrunoQuaresma BrunoQuaresma left a comment

Choose a reason for hiding this comment

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

LGTM! Nice work.

@matifali
Copy link
Member

matifali commented Apr 23, 2024

The issue request is to show the version in the dashboard footer on all pages all the time.

@aslilac
Copy link
Member Author

aslilac commented Apr 23, 2024

The issue is how the version in the dashboard footer is on all pages all the time.

the internal issue specifically mentions the login page, so I went with that. adding it to all of the other pages will be a more involved change anyway, so I'm gonna merge this as is, but if we really want it everywhere, I can do another pr later.

@aslilac aslilac merged commit 215dd7b into main Apr 23, 2024
26 checks passed
@aslilac aslilac deleted the version-on-login branch April 23, 2024 17:18
@github-actions github-actions bot locked and limited conversation to collaborators Apr 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

site: display version in footer
3 participants