mirror of
https://github.com/Termix-SSH/Mobile.git
synced 2026-04-26 00:05:55 +03:00
[PR #3] [MERGED] v1.2.0 #4
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Mobile#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/Termix-SSH/Mobile/pull/3
Author: @LukeGus
Created: 12/17/2025
Status: ✅ Merged
Merged: 12/17/2025
Merged by: @LukeGus
Base:
main← Head:1.2.0📝 Commits (10+)
b42ff51feat: Add landscape laayout, file manager, and server stats (squash)0fe9e2bfix: Improve UI issues623578bfeat: Greatly improve UI consistency, improve UI for all components (local squash)8ee4177feat: Improved file manager editor/stylingf69db49fix: Run npm linter and improve styling/UI bugs3691c50feat: Fix tab bar height issues, and bein fixing terminal kb dismissalaf9fd57fix: Fix the snippets bar visibility and general issues with landscape stylingacddd26chore: Format and clean up files553aa4bUpdate app.json5cf46f4fix: Updated types📊 Changes
68 files changed (+10784 additions, -2481 deletions)
View changed files
📝
README.md(+6 -4)📝
app.json(+5 -4)📝
app/(tabs)/_layout.tsx(+10 -0)📝
app/(tabs)/hosts.tsx(+1 -1)📝
app/(tabs)/sessions.tsx(+1 -1)📝
app/(tabs)/settings.tsx(+1 -1)📝
app/AppContext.tsx(+49 -0)➖
app/Tabs/Sessions/KeyboardKey.tsx(+0 -136)➖
app/Tabs/Sessions/Navigation/TabBar.tsx(+0 -250)➖
app/Tabs/Sessions/Sessions.tsx(+0 -593)➖
app/Tabs/Sessions/Terminal.tsx(+0 -749)📝
app/_layout.tsx(+16 -4)📝
app/authentication/LoginForm.tsx(+27 -5)📝
app/authentication/ServerForm.tsx(+0 -0)📝
app/authentication/UpdateRequired.tsx(+1 -1)➕
app/constants/designTokens.ts(+61 -0)📝
app/contexts/KeyboardCustomizationContext.tsx(+1 -1)📝
app/contexts/TerminalCustomizationContext.tsx(+29 -17)📝
app/contexts/TerminalSessionsContext.tsx(+90 -44)📝
app/main-axios.ts(+1186 -184)...and 48 more files
📄 Description
Added support for file manager, server stats, tunnels, snippets, and new terminal/host customization
Update Log:
Bug Fixes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.