What's Changed
🗂️ Rearranging categories
You can now reorganize categories in MoneyMatter after creating them. Open Settings → Categories, hit Organize, then drag a category onto another one to nest it there, or drop it in the top-level zone to pull it back out. Queued moves pile up as you drag and apply when you save, so a whole reshuffle takes one confirmation. MoneyMatter refuses a move it can't make, into a category's own subcategory or past three levels of nesting, and tells you why while you're still dragging.
Every category also has a "Move to…" action that opens a dialog with a parent picker, which suits touch screens better than dragging. The create and edit dialogs carry a parent field too, so a subcategory can start out in the right place or switch parents without a separate move. A "Use parent's color" button copies the parent's color onto the child.
📝 Code Changes
- feat: Rearrange category nesting via drag-and-drop and move dialog by @letehaha in #533
- feat: track transaction automation creation and matches in PostHog by @letehaha in 966a1615
- chore: cut Sentry trace sampling to 1% and drop dead profiling config by @letehaha in 2fab231b
Full Changelog: v0.27.2...v0.27.3