From f90bf1ce7c667d9e6ef640ed01fc0f28b8825b32 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 24 Jul 2025 15:14:43 +0300 Subject: [PATCH] feat(views/geo): add combobox to adjust style --- .../widgets/ribbon_widgets/book_properties.ts | 27 +++++++++++++++++++ .../ribbon_widgets/book_properties_config.ts | 21 +++++++++++++-- .../widgets/view_widgets/geo_view/index.ts | 4 +-- 3 files changed, 48 insertions(+), 4 deletions(-) diff --git a/apps/client/src/widgets/ribbon_widgets/book_properties.ts b/apps/client/src/widgets/ribbon_widgets/book_properties.ts index bcb39e6ca..c93267715 100644 --- a/apps/client/src/widgets/ribbon_widgets/book_properties.ts +++ b/apps/client/src/widgets/ribbon_widgets/book_properties.ts @@ -203,6 +203,33 @@ export default class BookPropertiesWidget extends NoteContextAwareWidget { .append(" ".repeat(2)) .append($numberInput)); break; + case "combobox": + const $select = $("