126 Commits

Author SHA1 Message Date
0e9548e25f fix(lint): resolve eslint errors in suggestion components
- Fix import order issues
- Fix TypeScript type annotations
- Use .at() for array access to satisfy lint rules
- Cast props to correct types in command handlers
- Fix template literal type issues

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 15:38:56 +01:00
c644f182e4 feat(TipTap): add hashtag and item mention suggestions
- Add suggestion system for #hashtags and @item-mentions in RichTextEditor
- New files:
  - HashtagSuggestion.tsx: autocomplete for existing tags, create new tags
  - ItemMentionSuggestion.tsx: autocomplete for items with @syntax
  - ItemMention.tsx: TipTap node for item links with markdown serialization
  - SuggestionList.tsx: shared popup UI component
  - useItemColor.tsx: hook for consistent item color calculation
- Features:
  - Type # to see tag suggestions, space key confirms selection
  - Type @ to see item suggestions with correct colors
  - New tags can be created inline
  - Clickable mentions in view mode (hashtags filter map, @mentions navigate)
  - Bold styling for all mentions and suggestions
  - Disabled clicks in edit mode
- Refactored components to use useItemColor hook for consistent colors

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 15:31:17 +01:00
382f284f31 feat(VideoEmbed): add paste handler, editor preview, and markdown serialization
- Add ReactNodeViewRenderer for video preview in RichTextEditor
- Add ProseMirror plugin for paste detection of video URLs
- Add markdown serialization to output autolink format <url>
- Integrate VideoEmbed extension in RichTextEditor
- Preprocess video links when loading content

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 11:41:14 +01:00
393d882cfe fix(preprocessMarkdown): handle autolink syntax for video URLs
Support markdown autolinks <https://youtube.com/...> in addition to
standard markdown links [text](url) for YouTube and Rumble videos.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 11:07:53 +01:00
5b446f933c chore: export TextViewStatic and use it in MapContainer
- Export TextViewStatic from ItemPopupComponents and Item modules
- Update MapContainer to use TextViewStatic instead of TextView for popups

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 10:35:54 +01:00
7e1d95ecdd feat(TextViewStatic): add lightweight static renderer for popups
Add TextViewStatic component for Leaflet popups and card previews:
- Uses simple HTML rendering instead of TipTap EditorContent
- No contenteditable attribute = no Leaflet click blocking issues
- Better performance for rendering many items

Changes:
- Add TextViewStatic.tsx for popups/cards
- Add simpleMarkdownToHtml.tsx utility for lightweight markdown conversion
- Update ItemViewPopup to use TextViewStatic
- Update ItemCard to use TextViewStatic

TextView (full TipTap) remains for profile pages with all features.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 10:32:07 +01:00
319f4a5057 refactor(TextView): migrate from react-markdown to TipTap
Replace react-markdown with TipTap read-only editor for TextView component.

Changes:
- Create TipTap extensions folder with custom Hashtag and VideoEmbed nodes
- Hashtag extension: clickable hashtags with tag colors and filter integration
- VideoEmbed extension: YouTube and Rumble iframe embeds
- Add preprocessMarkdown utility for URL, email, video link, and hashtag conversion
- Migrate TextView to use TipTap with StarterKit, Markdown, Link extensions
- Remove unused itemId prop from TextView and all callers

Known issue: Popup buttons may not work correctly when TextView has content
due to Leaflet's handling of contenteditable elements. To be fixed in follow-up.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 09:58:43 +01:00
dependabot[bot]
122091423b
build(deps-dev): bump rollup from 4.53.5 to 4.54.0 (#650)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-27 08:25:15 +00:00
dependabot[bot]
d270038f39
build(deps): bump react-photo-album from 3.3.0 to 3.4.0 (#649)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-27 08:19:00 +00:00
dependabot[bot]
91d49857e8
build(deps): bump yet-another-react-lightbox from 3.27.0 to 3.28.0 (#648)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-27 09:06:30 +01:00
dependabot[bot]
ed6613ac55
fix(deps-dev): resolve vitest v4 upgrade with breaking changes and dependabot grouping (#635)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mahula <lenzmath@posteo.de>
2025-12-20 02:02:58 +01:00
dependabot[bot]
9cd6616896
build(deps-dev): bump typedoc-plugin-coverage from 3.4.1 to 4.0.2 (#580)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-18 12:29:29 +00:00
dependabot[bot]
ce66c09273
build(deps-dev): bump typedoc-plugin-missing-exports from 3.1.0 to 4.1.2 (#557)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-18 12:23:57 +00:00
dependabot[bot]
24fea0f066
build(deps-dev): bump typedoc from 0.27.9 to 0.28.15 (#599)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-18 12:18:51 +00:00
dependabot[bot]
f099e7893d
refactor(deps): update react-router-dom from v6 to 7.10.1 and adapt to breaking changes (#579)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
Co-authored-by: mahula <lenzmath@posteo.de>
2025-12-18 13:01:42 +01:00
dependabot[bot]
0c9403f898
build(deps): bump maplibre-gl from 5.9.0 to 5.14.0 (#614)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-18 09:09:22 +00:00
dependabot[bot]
3f9684137b
build(deps-dev): bump @testing-library/react from 16.3.0 to 16.3.1 (#626)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-18 08:35:42 +00:00
dependabot[bot]
3ed042199c
build(deps-dev): bump rollup from 4.53.3 to 4.53.5 (#625)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-12-18 07:43:07 +00:00
dependabot[bot]
730ec7e0d4
build(deps): bump yet-another-react-lightbox from 3.26.0 to 3.27.0 (#624)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-18 07:37:54 +00:00
dependabot[bot]
4a99aac524
build(deps-dev): bump @tailwindcss/postcss from 4.1.17 to 4.1.18 (#629)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-18 07:30:36 +00:00
dependabot[bot]
4ad9e2a214
build(deps-dev): bump eslint-plugin-react-refresh from 0.4.24 to 0.4.26 (#633)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-18 07:28:52 +01:00
4fa004aebe make update item toast closeable 2025-12-17 08:12:42 +01:00
dependabot[bot]
4adba2e455
build(deps-dev): bump vite from 7.2.7 to 7.3.0 (#632)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-12-17 07:12:25 +00:00
dependabot[bot]
600ff18c93
build(deps-dev): bump tailwindcss from 4.1.17 to 4.1.18 (#636)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-12-17 06:20:11 +00:00
dependabot[bot]
6393f3af80
build(deps-dev): bump daisyui from 5.5.8 to 5.5.14 (#627)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 07:15:51 +01:00
dependabot[bot]
7bcfaba12f
build(deps): bump react-photo-album from 3.2.1 to 3.3.0 (#611)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-12-16 20:59:48 +00:00
dependabot[bot]
232e1586c0
build(deps): bump the tiptap group with 10 updates (#596)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-12-16 21:55:38 +01:00
dependabot[bot]
14e96e7b2a
build(deps-dev): bump daisyui from 5.5.5 to 5.5.8 (#609)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-12-16 21:48:13 +01:00
dependabot[bot]
92bd5b9877
build(deps-dev): bump eslint-plugin-json from 3.1.0 to 4.0.1 (#550)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mahula <lenzmath@posteo.de>
2025-12-16 21:37:47 +01:00
dependabot[bot]
132a8871d7
build(deps-dev): bump eslint from 8.57.1 to 9.39.1 (#576)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-16 20:29:08 +00:00
mahula
279110f011
refactor(other): update eslint to v9 with the flat configuration (#405) 2025-12-16 20:21:28 +00:00
Anton Tranelis
a4d8bbeae8
fix(lib): fix tiptap crash in firefox (#608) 2025-12-16 20:20:30 +01:00
dependabot[bot]
e2721a141a
build(deps-dev): bump rollup-plugin-dts from 6.2.3 to 6.3.0 (#606)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mahula <lenzmath@posteo.de>
2025-12-10 10:28:15 +00:00
dependabot[bot]
6fede95953
build(deps): bump yet-another-react-lightbox from 3.25.0 to 3.26.0 (#616)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 09:41:35 +00:00
dependabot[bot]
c7fe238b51
build(deps-dev): bump vite from 7.2.4 to 7.2.7 (#615)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 09:16:06 +00:00
dependabot[bot]
40ef048f88
build(deps-dev): bump prettier from 3.7.3 to 3.7.4 (#610)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 09:09:53 +00:00
dependabot[bot]
e8c4615803
build(deps-dev): bump cypress from 15.7.0 to 15.7.1 (#597)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 08:06:48 +00:00
dependabot[bot]
7228807b25
build(deps-dev): bump happy-dom from 20.0.10 to 20.0.11 (#598)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 08:01:24 +00:00
dependabot[bot]
5b79140bf0
build(deps-dev): bump prettier from 3.6.2 to 3.7.3 (#604)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 08:48:14 +01:00
dependabot[bot]
d57eeed51a
build(deps-dev): bump eslint from 9.18.0 to 9.39.1 in /lib/examples/3-tags (#479)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mahula <lenzmath@posteo.de>
2025-11-26 08:58:31 +00:00
dependabot[bot]
c2693be7be
build(deps-dev): bump eslint-plugin-react-refresh from 0.4.18 to 0.4.24 in /lib/examples/3-tags (#482)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-26 08:51:38 +00:00
dependabot[bot]
29a9eda824
build(deps-dev): bump cypress from 15.6.0 to 15.7.0 (#590)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-26 08:20:15 +00:00
dependabot[bot]
446a6551ef
build(deps-dev): bump vite from 7.2.2 to 7.2.4 (#591)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-26 09:10:11 +01:00
Anton Tranelis
2eec9f959f
fix(app): show past items (#433)
Co-authored-by: mahula <lenzmath@posteo.de>
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2025-11-24 21:48:03 +01:00
dependabot[bot]
b44b479932
build(deps-dev): bump eslint-import-resolver-typescript from 3.10.1 to 4.4.4 (#549)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-11-19 23:14:24 +01:00
dependabot[bot]
78079cf699
build(deps-dev): bump eslint-plugin-n from 16.6.2 to 17.23.1 (#556)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-11-19 23:07:23 +01:00
dependabot[bot]
e2fac71e6f
build(deps-dev): bump @rollup/plugin-node-resolve from 16.0.2 to 16.0.3 (#558)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-11-19 22:49:18 +01:00
dependabot[bot]
103a1fb36e
build(deps-dev): bump rollup from 4.52.4 to 4.53.3 (#560)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-11-19 22:41:25 +01:00
dependabot[bot]
5891ab8413
build(deps): bump the tiptap group with 10 updates (#548)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-11-19 22:26:43 +01:00
dependabot[bot]
c6512fcf45
build(deps-dev): bump @types/leaflet from 1.9.20 to 1.9.21 (#553)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-19 22:16:59 +01:00