eframe_template icon indicating copy to clipboard operation
eframe_template copied to clipboard

Idea: Add version of app to template

Open c-git opened this issue 1 year ago • 1 comments

Is it desirable to add a small about page to the template? I tend to overlook doing this but when I'm debugging I always remember I should have so I can see what version is running. If I'm not the only person an about page would help maybe it makes sense to add to the template now that we have modal support?

PS. I need it anyway for myself so I don't mind doing the PR just don't want to waste time on the PR if no one other than me wants it (I can just keep it as a code snippet for myself). Will try to keep it simple and generic so it pulls the info from the Cargo.toml

c-git avatar Dec 27 '24 22:12 c-git

Alternative idea is to just add the version number to the heading that already exists.

Example of alternate approach: https://github.com/c-git/log-viewer/commit/326bea530329831405a795409b578a0c2a2ad222

c-git avatar Dec 27 '24 22:12 c-git