mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 04:10:25 +01:00
[PR #119] [CLOSED] Tauri #40
Reference in New Issue
Block a user
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/linsa-io/linsa/pull/119
Author: @magistau
Created: 8/27/2024
Status: ❌ Closed
Base:
main← Head:tauri📝 Commits (3)
a5b4281chore(nix): addcargo-tauricb8dc20chore(rust): add rustfmt config50766a6feat: add tauri app📊 Changes
34 files changed (+8965 additions, -13 deletions)
View changed files
📝
.gitignore(+2 -0)➕
.rustfmt.toml(+22 -0)➕
.taplo.toml(+6 -0)➕
Cargo.lock(+4365 -0)➕
Cargo.toml(+11 -0)➕
app/.gitignore(+3 -0)➕
app/Cargo.lock(+4365 -0)➕
app/Cargo.toml(+20 -0)➕
app/build.rs(+3 -0)➕
app/capabilities/default.json(+11 -0)➕
app/icons/128x128.png(+0 -0)➕
app/icons/128x128@2x.png(+0 -0)➕
app/icons/32x32.png(+0 -0)➕
app/icons/Square107x107Logo.png(+0 -0)➕
app/icons/Square142x142Logo.png(+0 -0)➕
app/icons/Square150x150Logo.png(+0 -0)➕
app/icons/Square284x284Logo.png(+0 -0)➕
app/icons/Square30x30Logo.png(+0 -0)➕
app/icons/Square310x310Logo.png(+0 -0)➕
app/icons/Square44x44Logo.png(+0 -0)...and 14 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.