Skip to content

Commit 4a50422

Browse files
committed
🐞fix: fix ios issues & add link preview
1 parent 295ece9 commit 4a50422

File tree

24 files changed

+674
-120
lines changed

24 files changed

+674
-120
lines changed

.blinko/files/pic01.png

-1.3 MB
Binary file not shown.

.blinko/files/pic02.png

-949 KB
Binary file not shown.

.blinko/files/pic03.png

-138 KB
Binary file not shown.

.blinko/files/pic04.png

-576 KB
Binary file not shown.

.blinko/files/pic06.png

-855 KB
Binary file not shown.

.blinko/files/story.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

next.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const isProduction = process.env.NODE_ENV === 'production';
22
module.exports = {
3-
transpilePackages: ['@mdxeditor/editor', 'react-diff-view'],
3+
transpilePackages: ['@mdxeditor/editor', 'react-diff-view','highlight.js','remark-gfm'],
44
webpack: (config, { isServer }) => {
55
config.experiments = { ...config.experiments, topLevelAwait: true };
66
if (!isServer) {
@@ -11,9 +11,9 @@ module.exports = {
1111
}
1212
return config;
1313
},
14-
outputFileTracing: false,
14+
// outputFileTracing: false,
1515
reactStrictMode: isProduction? true : false,
16-
swcMinify:false,
16+
swcMinify: true,
1717
eslint: {
1818
ignoreDuringBuilds: true,
1919
},

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blinko",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"private": true,
55
"browser": {
66
"fs": false,
@@ -26,6 +26,7 @@
2626
"postinstall": "pnpm generate"
2727
},
2828
"dependencies": {
29+
"@ashwamegh/react-link-preview": "^1.0.1",
2930
"@babel/plugin-proposal-decorators": "^7.24.7",
3031
"@ffmpeg/ffmpeg": "^0.12.10",
3132
"@iconify/react": "^5.0.2",
@@ -66,10 +67,12 @@
6667
"jsonwebtoken": "^9.0.2",
6768
"langchain": "^0.3.2",
6869
"lexical": "0.17.1",
70+
"link-preview-extractor": "^1.0.2",
6971
"lodash": "^4.17.21",
7072
"lottie-react": "^2.4.0",
7173
"mantine-datatable": "^7.12.4",
7274
"markdown-it": "^14.1.0",
75+
"mdast-util-gfm-autolink-literal": "2.0.0",
7376
"mime-types": "^2.1.35",
7477
"mobx": "^6.13.3",
7578
"mobx-react-lite": "^4.0.7",

pnpm-lock.yaml

Lines changed: 461 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/locales/en/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,6 @@
108108
"enter-send-shift-enter-for-new-line": "Enter send, Shift+Enter for new line",
109109
"show-less": "Show Less",
110110
"show-more": "Show More",
111-
"top": "Top"
111+
"top": "Top",
112+
"cancel-top": "Cancel Top"
112113
}

0 commit comments

Comments
 (0)