Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f3b6603
merged modal content
antontranelis Jun 28, 2025
a9a9685
adapt to monorepo
antontranelis Jun 13, 2025
6453c22
adapt to monorepo
antontranelis Jun 13, 2025
584e111
fixed linting
antontranelis Jun 13, 2025
b539046
fix linting
antontranelis Jun 13, 2025
9b6d22b
youtube
antontranelis Jun 14, 2025
5ed20db
youtube no cookie
antontranelis Jun 14, 2025
895c31a
youtube nocookie
antontranelis Jun 14, 2025
74870e4
fix linting
antontranelis Jun 14, 2025
f57db1d
fix youtube video handling
antontranelis Jun 15, 2025
d14a82f
basic mentions
antontranelis Jun 15, 2025
0513382
basic hashtag autocompletion
antontranelis Jun 16, 2025
d8f1405
tiptap readonly as markdown view
antontranelis Jun 17, 2025
f9d000b
published alpha library for test
antontranelis Jun 17, 2025
4240a2b
replaced react-markdown for tiptap im TextView
antontranelis Jun 17, 2025
25aa609
preview - work in progress
antontranelis Jun 19, 2025
6422a0f
fix description
antontranelis Jun 23, 2025
49a2e9a
merged main, fixed bugs
antontranelis Jun 28, 2025
f3406d5
linting
antontranelis Jun 28, 2025
d6c71a9
merged main
antontranelis Jul 3, 2025
130169e
removed artefact
antontranelis Jul 3, 2025
d26ae3f
TextPreview component init
antontranelis Jul 4, 2025
46705b2
hashtag detection
antontranelis Jul 4, 2025
28dd16d
seperate hashtags
antontranelis Jul 4, 2025
29fadc6
Lazy load TextPreview (#281)
antontranelis Jul 4, 2025
66231a5
no truncate
antontranelis Jul 8, 2025
ad7fee9
added hashtags
antontranelis Jul 9, 2025
6281ab0
merged main
antontranelis Jul 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
lib/node_modules/
lib/dist/
frontend/node_modules/
frontend/dist/

3 changes: 2 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-visual" />
<meta name="description" content="collaborative and interactive Maps for Utopians">
<meta name="description" content="Collaborative and interactive Maps for communities and decentralized networking">
<meta name="keywords" content="Collaborative, interactive, Maps, communities, decentralized, networking">
<link rel="icon" type="image/png" href="/3markers-globe.svg" />
<link rel="stylesheet" type="text/css" href="/style.css" />
<title>Utopia Map</title>
Expand Down
Loading
Loading