[PR #363] [MERGED] feat: view build info #499

Closed
opened 2026-02-28 14:33:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/363
Author: @oleggtro
Created: 1/11/2023
Status: Merged
Merged: 5/8/2023
Merged by: @Insprill

Base: masterHead: feat-view-build-info


📝 Commits (8)

  • d08f77f feat: view build info
  • 70802c9 Merge branch 'master' into feat-view-build-info
  • 31cc8bc feat: move info to tab + include repo url
  • 65f314c refactor: change about tab title
  • 6d33c65 Merge branch 'master' into pr/cloudybyte/363
  • e4d8550 Show pointer when hovering over repo url
  • d02121f Cleanup preferences::about_tab_widget
  • 1f74394 Fix source spacing, remove .git suffix from url

📊 Changes

8 files changed (+643 additions, -40 deletions)

View changed files

📝 Cargo.lock (+553 -38)
📝 psst-core/Cargo.toml (+6 -0)
psst-core/build.rs (+37 -0)
📝 psst-core/src/lib.rs (+6 -0)
📝 psst-gui/Cargo.toml (+1 -0)
📝 psst-gui/src/data/config.rs (+1 -0)
📝 psst-gui/src/ui/mod.rs (+1 -1)
📝 psst-gui/src/ui/preferences.rs (+38 -1)

📄 Description

Adding a way to check build info in the preferences

image


🔄 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/jpochyla/psst/pull/363 **Author:** [@oleggtro](https://github.com/oleggtro) **Created:** 1/11/2023 **Status:** ✅ Merged **Merged:** 5/8/2023 **Merged by:** [@Insprill](https://github.com/Insprill) **Base:** `master` ← **Head:** `feat-view-build-info` --- ### 📝 Commits (8) - [`d08f77f`](https://github.com/jpochyla/psst/commit/d08f77f0e80c51c71b905fbecd3b08d229f13116) feat: view build info - [`70802c9`](https://github.com/jpochyla/psst/commit/70802c94f1a318cf6006a6feb603ae1d99b856f3) Merge branch 'master' into feat-view-build-info - [`31cc8bc`](https://github.com/jpochyla/psst/commit/31cc8bcc3798617552556a3268455801a296a903) feat: move info to tab + include repo url - [`65f314c`](https://github.com/jpochyla/psst/commit/65f314c36ff4d3653bccc02fcffda3140b99f931) refactor: change about tab title - [`6d33c65`](https://github.com/jpochyla/psst/commit/6d33c6548e6fe0f8a0dff97569f9d9f370282138) Merge branch 'master' into pr/cloudybyte/363 - [`e4d8550`](https://github.com/jpochyla/psst/commit/e4d8550be30a1d54f6f7178d3307f219f4b443de) Show pointer when hovering over repo url - [`d02121f`](https://github.com/jpochyla/psst/commit/d02121f444217dac762299439c79fd3f9bdbe38a) Cleanup preferences::about_tab_widget - [`1f74394`](https://github.com/jpochyla/psst/commit/1f743943a4599b951b8dc45fb0484cb039a7366d) Fix source spacing, remove .git suffix from url ### 📊 Changes **8 files changed** (+643 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+553 -38) 📝 `psst-core/Cargo.toml` (+6 -0) ➕ `psst-core/build.rs` (+37 -0) 📝 `psst-core/src/lib.rs` (+6 -0) 📝 `psst-gui/Cargo.toml` (+1 -0) 📝 `psst-gui/src/data/config.rs` (+1 -0) 📝 `psst-gui/src/ui/mod.rs` (+1 -1) 📝 `psst-gui/src/ui/preferences.rs` (+38 -1) </details> ### 📄 Description Adding a way to check build info in the preferences ![image](https://user-images.githubusercontent.com/49766357/211917675-69b9aa03-e888-41fd-aa33-94b7f6ec4235.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:14 +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/psst#499
No description provided.