[PR #24] [MERGED] gui #145

Closed
opened 2026-03-03 13:46:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/24
Author: @loganmc10
Created: 10/25/2023
Status: Merged
Merged: 11/2/2023
Merged by: @loganmc10

Base: mainHead: gui


📝 Commits (10+)

📊 Changes

6 files changed (+399 additions, -146 deletions)

View changed files

📝 Cargo.toml (+3 -1)
📝 src/device.rs (+105 -0)
📝 src/main.rs (+66 -145)
📝 src/ui.rs (+1 -0)
src/ui/gui.rs (+220 -0)
📝 src/ui/input.rs (+4 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/24 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 10/25/2023 **Status:** ✅ Merged **Merged:** 11/2/2023 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `gui` --- ### 📝 Commits (10+) - [`c0287ae`](https://github.com/gopher64/gopher64/commit/c0287aebf64fab55b60761bcbf48b8ff254f6cc2) gui - [`71cc133`](https://github.com/gopher64/gopher64/commit/71cc133bb0acc23dce20f54930e13cf794caa498) name - [`7ead866`](https://github.com/gopher64/gopher64/commit/7ead86623eaa3b6fd20d7937337418096f1c071a) more - [`65fc008`](https://github.com/gopher64/gopher64/commit/65fc00816d0454d251b91716a2ed595343e9f33d) more - [`fd42cab`](https://github.com/gopher64/gopher64/commit/fd42cab42ea8f7cfbed74157acc2328ad25fe20f) fix - [`fc5fab6`](https://github.com/gopher64/gopher64/commit/fc5fab629de4fd2c0af72f5cd2a03d391d474e6e) warn - [`8127799`](https://github.com/gopher64/gopher64/commit/812779982eb3c1f838ebd33e0aec3473262e864e) more - [`e22b327`](https://github.com/gopher64/gopher64/commit/e22b327353b8d9f5ef1b255e308f8aae1e09700c) remove dnd - [`659f9e4`](https://github.com/gopher64/gopher64/commit/659f9e4e8f0b7c3399de3ca576359aea20199270) more - [`0737c34`](https://github.com/gopher64/gopher64/commit/0737c344dbabc8589e566916b13efd9e32e3b9f2) more ### 📊 Changes **6 files changed** (+399 additions, -146 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+3 -1) 📝 `src/device.rs` (+105 -0) 📝 `src/main.rs` (+66 -145) 📝 `src/ui.rs` (+1 -0) ➕ `src/ui/gui.rs` (+220 -0) 📝 `src/ui/input.rs` (+4 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:46:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#145
No description provided.