mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #363] [MERGED] feat: view build info #499
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#499
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/jpochyla/psst/pull/363
Author: @oleggtro
Created: 1/11/2023
Status: ✅ Merged
Merged: 5/8/2023
Merged by: @Insprill
Base:
master← Head:feat-view-build-info📝 Commits (8)
d08f77ffeat: view build info70802c9Merge branch 'master' into feat-view-build-info31cc8bcfeat: move info to tab + include repo url65f314crefactor: change about tab title6d33c65Merge branch 'master' into pr/cloudybyte/363e4d8550Show pointer when hovering over repo urld02121fCleanup preferences::about_tab_widget1f74394Fix 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.