-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: running pnpm tauri migrate ♻️📌 * refactor: migrating plugins & resolving command imports errors ♻️ * refactor: introduce unwrapResult utility ♻️ * ci: add cargo dev debug env 👷 * fix: bug in path to dahsboard layout * refactor: return toast messages from backend ♻️ * refactor: invalidate table rows upon contents changed event ♻️ * chore(deps): update prettier-plugin-tailwindcss to 0.6.1 ⬆️ * refactor: moving files & extracting components ♻️ * chore: remove unused ts-expect-error 🚨 * ci: update package installation in test tauri ubuntu 💚 * revert: downgrade webkit2gtk version for ubuntu ci 👷 * ci: fix glib lib 💚 * ci: use latest version of ubuntu 👷 * ci: update release workflow 💚
- Loading branch information
1 parent
0a6ff6d
commit 242c8d1
Showing
53 changed files
with
3,163 additions
and
1,534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,5 @@ next-env.d.ts | |
*.db | ||
/**/target | ||
**/bin/ | ||
**/dist | ||
**/dist | ||
gen |
Oops, something went wrong.