verstak/internal
mirivlad 7a95943ad7 fix(plugins): empty Lua tables now serialize as [] instead of {} in luaValueToGo
Empty Lua tables from DB queries (e.g. get_events with no results)
are ambiguous — they could be [] or {}. Frontend expects arrays
(with .length), so we default empty tables to [] instead of {}.
2026-06-08 14:15:37 +08:00
..
core fix(plugins): empty Lua tables now serialize as [] instead of {} in luaValueToGo 2026-06-08 14:15:37 +08:00
gui fix: complete vault layout transition — fs_path everywhere, no more spaces/ 2026-06-02 15:43:40 +08:00
i18n feat: expose trash in gui 2026-06-05 01:05:57 +08:00