[PR #128] [MERGED] Tauri (local working) #49

Closed
opened 2025-12-29 18:28:00 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: tauri


📝 Commits (10+)

  • d7643e3 chore(nix): add cargo-tauri
  • 0988904 chore(rust): add rustfmt config
  • 0722871 feat: add tauri app
  • 7bf0536 fix(config): tauri and web config nextjs
  • 1fc3ad3 fix: default value
  • 0b6dbd2 fix: force graph
  • 1ceaffa fix: undefined me
  • c8bada5 fix: undefined me in page detail
  • 0154dbc fix: remove title from search component
  • 32806b5 fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/128 **Author:** [@nikivdev](https://github.com/nikivdev) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@nikivdev](https://github.com/nikivdev) **Base:** `main` ← **Head:** `tauri` --- ### 📝 Commits (10+) - [`d7643e3`](https://github.com/linsa-io/linsa/commit/d7643e3e6975ea021439d0b695bc0b21dcb6ac9e) chore(nix): add `cargo-tauri` - [`0988904`](https://github.com/linsa-io/linsa/commit/0988904805dd6190913e8b9cb7cba6071bce4806) chore(rust): add rustfmt config - [`0722871`](https://github.com/linsa-io/linsa/commit/072287182ab22a3605342e7d1d9d7b62dbd1eaeb) feat: add tauri app - [`7bf0536`](https://github.com/linsa-io/linsa/commit/7bf053680246777c28539174af9e28f0cafe7436) fix(config): tauri and web config nextjs - [`1fc3ad3`](https://github.com/linsa-io/linsa/commit/1fc3ad31badd154626e1d1529e58227109b5d093) fix: default value - [`0b6dbd2`](https://github.com/linsa-io/linsa/commit/0b6dbd2b9ef8a4b0d92c9fa8bc48cdf827dd881a) fix: force graph - [`1ceaffa`](https://github.com/linsa-io/linsa/commit/1ceaffa5ad45a8edfd9b7004592f1e139475034a) fix: undefined me - [`c8bada5`](https://github.com/linsa-io/linsa/commit/c8bada59eab992ae6d6e6539545dda543a118ee4) fix: undefined me in page detail - [`0154dbc`](https://github.com/linsa-io/linsa/commit/0154dbce708023fb431ce6239d016b2cc3de07c1) fix: remove title from search component - [`32806b5`](https://github.com/linsa-io/linsa/commit/32806b5db5c256290c329f9ac6356091d2232ab8) fix: package version ### 📊 Changes **46 files changed** (+8990 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:28:00 +01:00
adam closed this issue 2025-12-29 18:28:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#49