Ocideck/lib/widgets/dialogs
Brenno de Winter de4a77e2bb Add code-slide theming, radar scale, and proximity line tooltips
Code slides:
- Theme code (broncode) background and text colours, with an optional
  syntax-colouring toggle. With it off the block renders monochrome, so a
  black background + bright green gives a classic CRT-screen look.
- Colour pickers gained a custom hex entry so arbitrary colours (e.g. CRT
  green) can be set, not just presets. Exported HTML mirrors the code colours.

Radar/spider charts:
- Optional min/max now define the radar scale (centre/outer ring) instead of
  threshold lines. Evenly spaced, labelled tick rings are drawn in both the
  live preview and the SVG export so the scale is readable. A nice scale is
  derived from the data when no bounds are set.

Line chart tooltips:
- Detect the touched dot by true (x and y) distance instead of the x-only
  default, so the tooltip belongs to the point under the cursor. Overlapping
  dots all show, and the font shrinks a step when several stack.

New UI strings are translated across all supported languages.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 13:51:29 +02:00
..
add_slide_dialog.dart Add chart slides (bar/line/pie) with hybrid CSV storage 2026-06-07 11:42:44 +02:00
export_dialog.dart Improve presentation settings and localization 2026-06-05 19:14:54 +02:00
find_replace_dialog.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
image_carousel_picker.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
import_slides_dialog.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
new_deck_dialog.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
open_presentation_dialog.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
presentation_info_dialog.dart Improve presentation settings and localization 2026-06-05 19:14:54 +02:00
settings_dialog.dart Add code-slide theming, radar scale, and proximity line tooltips 2026-06-08 13:51:29 +02:00
slide_finder_dialog.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00