feat(profile): display version number from .env in profile menu #182
Reference in New Issue
Block a user
Delete Branch "feature/show-version-profile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
.envMotivation
The changelog referenced showing the version number in the profile, but it wasn’t implemented.

This PR adds that functionality.
Termix-SSH/Support#104
Testing
.envcontaining VERSION=1.5.0Closes Termix-SSH/Support#104
Im currently working on a mobile version of Termix. Once that is completed, il merge this PR before publishing v1.6.0 so know that this may take some time before it is merged. Thank you.
Hi @LukeGus,
Thank you for your message. I would love to contribute to the mobile version of Termix. I have worked on projects like OHC, Lodestar, and others, and I would really appreciate the chance to collaborate with you on this project. I’m eager to help and learn along the way.
Sure thing. I have merged all of my commits into the current dev-1.6.0 branch. Currently, I am working on the mobile version of the website and not a specific app. The mobile view renders when the width of the screen is less than 768px. You can see in the src/ui folder that it's separated into the Desktop and Mobile folders, mobile ofc being the one I'm currently working on. Right now, its pretty bare bones, just a keyboard with some custom key functionality. You can go into the MobileApp.tsx and enter your SSH credentials manually and test it out. I plan on adding a sidebar and tab system later today. If you would like, you can improve the TerminalKeyboard.tsx and its CSS file because I don't love the way it works and it feels rough to type on so if you have any ideas for that it would be great. If your more interested in the mobile app, I'm working with a guy on that who is currently porting it to electron and our plan was to just compile it to mobile. Let me know what you think or need anything else. If you are good with it, you can join the discord server in the readme and I can create a channel for you, me, and the guy I'm working with for electron and we can discuss a plan.
For contributing: see here.
https://docs.termix.site/contributing
Thanks @LukeGus,
Thank you for the detailed explanation! I’d be happy to start by improving the TerminalKeyboard.tsx and its CSS for a smoother typing experience on mobile. I can also help test and provide feedback on the mobile view as it develops.
Joining the Discord server and collaborating with you sounds great—I’d appreciate being added to a channel where we can discuss a plan for improving the mobile view and its features.
I’ll also go through the contributing guide to make sure I follow the workflow properly. Looking forward to working on this!
Sounds good. Let me know when you join the discord and il add you to a channel. You will need to give me your username.
i joined the discord my discord Id : shivam_35558
Code looks good, made some changes, merging for v1.6.0