AcadeDoc/apps/client/public/locales
Corentin f3fae2ac78 feat(client): add kanban + calendar renderers + inline edit for R3.1.d
- KanbanRenderer: @dnd-kit drag-drop, group by single_select field,
  optimistic update + rollback, empty column placeholder, read-only mode
- CalendarRenderer: @fullcalendar month/week/day toggle, eventDrop ->
  PATCH date field, event click -> RowDetailModal, stub deps noted
- InlineEditor: polymorphic (text/number/date/select/multi-select),
  save on blur/Enter, cancel on Escape, permission denied read-only
- RowDetailModal: simple field detail view opened from calendar events
- useUpdateRow: generic PATCH with React Query v5 optimistic+rollback
- usePermissions: reads acadenice_permissions from window global or cookie
- patchRow helper added to bridge-client.ts
- DatabaseViewComponent: dispatches kanban/calendar to real renderers
- TableRenderer: integrates InlineEditor on double-click cells
- i18n: +12 keys (kanban.*, calendar.*, edit.*, row_detail.*) in en-US + fr-FR
- 5 new test suites: kanban, calendar, inline-editor, use-update-row, use-permissions
- Updated database-view-component.test.tsx for R3.1.d dispatch

Deps to install: @dnd-kit/core@^6 @dnd-kit/sortable@^8 @dnd-kit/utilities@^3
  @fullcalendar/react@^6 @fullcalendar/daygrid@^6
  @fullcalendar/timegrid@^6 @fullcalendar/interaction@^6

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-08 00:24:12 +02:00
..
de-DE fix(i18n): Correct German column count label rendering (#2131) 2026-05-01 00:37:59 +01:00
en-US feat(client): add kanban + calendar renderers + inline edit for R3.1.d 2026-05-08 00:24:12 +02:00
es-ES confirm dialog 2026-04-14 17:56:36 +01:00
fr-FR feat(client): add kanban + calendar renderers + inline edit for R3.1.d 2026-05-08 00:24:12 +02:00
it-IT confirm dialog 2026-04-14 17:56:36 +01:00
ja-JP confirm dialog 2026-04-14 17:56:36 +01:00
ko-KR confirm dialog 2026-04-14 17:56:36 +01:00
nl-NL confirm dialog 2026-04-14 17:56:36 +01:00
pt-BR confirm dialog 2026-04-14 17:56:36 +01:00
ru-RU confirm dialog 2026-04-14 17:56:36 +01:00
uk-UA confirm dialog 2026-04-14 17:56:36 +01:00
zh-CN confirm dialog 2026-04-14 17:56:36 +01:00