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
main
tauri
d7643e3
cargo-tauri
0988904
0722871
7bf0536
1fc3ad3
0b6dbd2
1ceaffa
c8bada5
0154dbc
32806b5
46 files changed (+8990 additions, -34 deletions)
📝 .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)
.gitignore
.rustfmt.toml
.taplo.toml
Cargo.lock
Cargo.toml
app/.gitignore
app/Cargo.lock
app/Cargo.toml
app/build.rs
app/capabilities/default.json
app/icons/128x128.png
app/icons/128x128@2x.png
app/icons/32x32.png
app/icons/Square107x107Logo.png
app/icons/Square142x142Logo.png
app/icons/Square150x150Logo.png
app/icons/Square284x284Logo.png
app/icons/Square30x30Logo.png
app/icons/Square310x310Logo.png
app/icons/Square44x44Logo.png
...and 26 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.