Aljaž Grilc Aljaz
  • Joined on 2024-11-22
Aljaz pushed to master at Amebis/BesService 2025-04-16 09:27:27 +02:00
5cbac62de3 Fix BesQuillService when pasting a simple block of text
Aljaz pushed to revise-canvas at Amebis/BesService 2025-02-27 14:15:56 +01:00
17a80ab0a9 Add early return for empty highlights
Aljaz pushed to revise-canvas at Amebis/BesService 2025-02-27 09:28:46 +01:00
53fc05a2f8 Rename popupCorrectionPanel to preparePopup and update parameter names for clarity
Aljaz pushed to revise-canvas at Amebis/BesService 2025-02-27 09:23:59 +01:00
54c0307d9b Adjust correctionPanel positioning
Aljaz pushed to revise-canvas at Amebis/BesService 2025-02-27 08:43:17 +01:00
5d8b620abc Fix highlight positioning when scrolling
Aljaz pushed to revise-canvas at Amebis/BesService 2025-02-26 10:53:22 +01:00
ad256cabef Enhance popup styles
Aljaz pushed to revise-canvas at Amebis/BesService 2025-02-26 09:28:39 +01:00
29e83ccc0a Prevent endless loop when zooming in/out and dismiss popup on scroll event
Aljaz pushed to revise-canvas at Amebis/BesService 2025-02-25 15:05:53 +01:00
3d6c7fcd60 Refactor popupCorrectionPanel to handle multiple grammar matches
Aljaz pushed to revise-canvas at Amebis/BesService 2025-02-25 09:35:38 +01:00
00cb5aecd4 Hide popup and remove highlighted rects after input
Aljaz pushed to revise-canvas at Amebis/BesService 2025-02-25 09:33:39 +01:00
cc88584802 Add highlight rendering for "selected" grammar mistakes
Aljaz pushed to revise-canvas at Amebis/BesService 2025-02-24 15:04:22 +01:00
f695f4b150 Add text font retrieval and mockup text drawing in BesService
Aljaz pushed to revise-canvas at Amebis/BesService 2025-02-24 09:00:39 +01:00
661449c2b7 Update onClick logic
Aljaz pushed to revise-canvas at Amebis/BesService 2025-02-17 08:08:38 +01:00
0eb3e81974 Refactor canvas context usage
Aljaz pushed to revise-canvas at Amebis/BesService 2025-02-14 09:36:31 +01:00
6fb6503e73 Optimize canvas highlight rendering
Aljaz created branch revise-canvas in Amebis/BesService 2025-02-12 18:17:18 +01:00
Aljaz pushed to revise-canvas at Amebis/BesService 2025-02-12 18:17:18 +01:00
d773682eeb Implement canvas-based mistake highlighting in BesService
Aljaz commented on issue Amebis/BesService#5 2025-01-31 12:53:19 +01:00
Zaznava <p>, <h1>, <h2> v Quill

Popravljeno. Funkcijo this.isBlockElement(node) sem moral v razredu BesQuillService malce spremeniti, ker v nekaterih primerih ni šlo za veljaven DOM element in je javila napako.

Aljaz closed issue Amebis/BesService#5 2025-01-31 12:53:19 +01:00
Zaznava <p>, <h1>, <h2> v Quill
Aljaz pushed to master at Amebis/BesService 2025-01-31 12:49:45 +01:00
c68e512496 fix: Refactor block element check in BesQuillService to use isBlockElement method #5
Aljaz pushed to master at Amebis/BesService 2025-01-31 07:49:19 +01:00
45a10827c1 fix: Extend DOM element check to include H1 and H2 tags in BesQuillService