Compare commits

..

8 Commits

Author SHA1 Message Date
Philipinho b97bbba77d fix: remove redundant breadcrumb from destination modal 2026-05-28 16:13:25 +01:00
Philipinho d5db7fea2d fix flickers 2026-05-28 16:08:34 +01:00
Philipinho 0b14c529d8 fix page updated time object 2026-05-28 16:05:06 +01:00
Philipinho c71e9ee919 fix clipped emoji in templates editor 2026-05-28 15:52:47 +01:00
Philipinho 2cac7d6fce date localization 2026-05-28 15:38:34 +01:00
Philipinho 5a6b9503a7 support fixed toolbar in templates editor 2026-05-27 18:08:44 +01:00
Philipinho cb3b409a5a fix page position collation 2026-05-27 13:27:31 +01:00
Philipinho 41aaeddac4 util 2026-05-27 10:43:43 +01:00
6 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "client",
"private": true,
"version": "0.90.1",
"version": "0.90.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
@@ -43,7 +43,7 @@
"i18next-http-backend": "3.0.6",
"jotai": "2.18.1",
"jotai-optics": "0.4.0",
"js-cookie": "3.0.7",
"js-cookie": "3.0.5",
"jwt-decode": "4.0.0",
"katex": "0.16.40",
"lowlight": "3.3.0",
@@ -103,13 +103,13 @@
margin: 0;
@mixin where-light {
background-color: var(--mantine-color-gray-1);
color: var(--mantine-color-text);
background-color: var(--code-bg, var(--mantine-color-gray-1));
color: var(--mantine-color-pink-7);
}
@mixin where-dark {
background-color: var(--mantine-color-dark-5) !important;
color: var(--mantine-color-text);
background-color: var(--mantine-color-dark-8);
color: var(--mantine-color-pink-7);
}
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.90.1",
"version": "0.90.0",
"description": "",
"author": "",
"private": true,
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "docmost",
"homepage": "https://docmost.com",
"version": "0.90.1",
"version": "0.90.0",
"private": true,
"scripts": {
"build": "nx run-many -t build",
@@ -103,7 +103,7 @@
"glob": "13.0.6",
"ws": "8.20.1",
"dompurify": "3.4.1",
"tmp": "0.2.6",
"tmp": "0.2.5",
"hono": "4.12.18",
"mermaid": "11.15.0",
"nanoid@^3": "3.3.8",
+12 -12
View File
@@ -10,7 +10,7 @@ overrides:
glob: 13.0.6
ws: 8.20.1
dompurify: 3.4.1
tmp: 0.2.6
tmp: 0.2.5
hono: 4.12.18
mermaid: 11.15.0
nanoid@^3: 3.3.8
@@ -342,8 +342,8 @@ importers:
specifier: 0.4.0
version: 0.4.0(jotai@2.18.1(@babel/core@7.28.5)(@babel/template@7.27.2)(@types/react@18.3.12)(react@18.3.1))(optics-ts@2.4.1)
js-cookie:
specifier: 3.0.7
version: 3.0.7
specifier: 3.0.5
version: 3.0.5
jwt-decode:
specifier: 4.0.0
version: 4.0.0
@@ -7544,9 +7544,9 @@ packages:
resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==}
engines: {node: '>=10'}
js-cookie@3.0.7:
resolution: {integrity: sha512-z/wZZgDrkNV1eA0ULjM/F9/50Ya8fbzgKneSpoPsXSGd0KnpdtHfOZWK+GcwLk+EZbS4F9RBhU+K2RgzuDaItw==}
engines: {node: '>=20'}
js-cookie@3.0.5:
resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==}
engines: {node: '>=14'}
js-tiktoken@1.0.21:
resolution: {integrity: sha512-biOj/6M5qdgx5TKjDnFT1ymSpM5tbd3ylwDtrQvFQSu0Z7bBYko2dF+W/aUkXUPuk6IVpRxk/3Q2sHOzGlS36g==}
@@ -9657,8 +9657,8 @@ packages:
tmp-promise@3.0.3:
resolution: {integrity: sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==}
tmp@0.2.6:
resolution: {integrity: sha512-5sJPdPjfI5Kx+qbrDesxkglRBxW//g7hCsqspEjwkewGvBMGIKMOTKzLt1hFVJzyadba3lDUN20O9qhvbQUSTA==}
tmp@0.2.5:
resolution: {integrity: sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==}
engines: {node: '>=14.14'}
tmpl@1.0.5:
@@ -18286,7 +18286,7 @@ snapshots:
joycon@3.1.1: {}
js-cookie@3.0.7: {}
js-cookie@3.0.5: {}
js-tiktoken@1.0.21:
dependencies:
@@ -18992,7 +18992,7 @@ snapshots:
semver: 7.7.4
string-width: 4.2.3
tar-stream: 2.2.0
tmp: 0.2.6
tmp: 0.2.5
tree-kill: 1.2.2
tsconfig-paths: 4.2.0
tslib: 2.8.1
@@ -20615,9 +20615,9 @@ snapshots:
tmp-promise@3.0.3:
dependencies:
tmp: 0.2.6
tmp: 0.2.5
tmp@0.2.6: {}
tmp@0.2.5: {}
tmpl@1.0.5: {}