- AcceptSuggestionWith now accepts nodeID, summary, minutes, date, eventIDs
as separate args instead of the entire Suggestion struct (Wails v2 skips
nested struct fields during JS→Go marshalling)
- Error handling: event link failures now return an error instead of silent ignore
- Event type labels in suggestion detail and journal row detail now use
eventLabel() which maps snake_case types to human-readable i18n labels
(e.g. note_updated → 'Заметка изменена')
- Added missing event labels: note_deleted, node_deleted, folder_moved,
action_created, action_done, worklog_added