You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: REVIEW.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
-**Light theme**: hardcoded "slate" or "obsidian" colors that aren't neutral (shade 5) should define distinct light and dark variants using `const isLight = useIsLight()` and for example `isLight ? "obsidian.2" : "obsidian.7"`.
9
9
-**Release Changelogs**: version bumps on release branches should be accompanied by a changelog entry in the `src/assets/changelogs` directory. The changelog should feature a title, date, and a list of changes.
10
10
-**Dependency changes**: new external packages require justification. Prefer replacing small utility packages with helper functions in the codebase.
11
+
-**Tauri version**: the versions of Tauri plugins should ALWAYS be identical between the `package.json` and `Cargo.toml` files. If versions deviate it may result in unexpected issues.
0 commit comments