mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 04:10:25 +01:00
[PR #128] [MERGED] Tauri (local working) #49
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/128
Author: @nikivdev
Created: 9/3/2024
Status: ✅ Merged
Merged: 9/3/2024
Merged by: @nikivdev
Base:
main← Head:tauri📝 Commits (10+)
d7643e3chore(nix): addcargo-tauri0988904chore(rust): add rustfmt config0722871feat: add tauri app7bf0536fix(config): tauri and web config nextjs1fc3ad3fix: default value0b6dbd2fix: force graph1ceaffafix: undefined mec8bada5fix: undefined me in page detail0154dbcfix: remove title from search component32806b5fix: package version📊 Changes
46 files changed (+8990 additions, -34 deletions)
View changed files
📝
.gitignore(+3 -1)➕
.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 26 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.