Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add undo to web composer (#542)

authored by

Ollie Hsieh and committed by
GitHub
afd87a63 a81158bd

+8
+1
package.json
··· 48 48 "@segment/sovran-react-native": "^0.4.5", 49 49 "@tiptap/core": "^2.0.0-beta.220", 50 50 "@tiptap/extension-document": "^2.0.0-beta.220", 51 + "@tiptap/extension-history": "^2.0.3", 51 52 "@tiptap/extension-link": "^2.0.0-beta.220", 52 53 "@tiptap/extension-mention": "^2.0.0-beta.220", 53 54 "@tiptap/extension-paragraph": "^2.0.0-beta.220",
+2
src/view/com/composer/text-input/TextInput.web.tsx
··· 3 3 import {RichText} from '@atproto/api' 4 4 import {useEditor, EditorContent, JSONContent} from '@tiptap/react' 5 5 import {Document} from '@tiptap/extension-document' 6 + import History from '@tiptap/extension-history' 6 7 import {Link} from '@tiptap/extension-link' 7 8 import {Mention} from '@tiptap/extension-mention' 8 9 import {Paragraph} from '@tiptap/extension-paragraph' ··· 70 71 placeholder, 71 72 }), 72 73 Text, 74 + History, 73 75 ], 74 76 editorProps: { 75 77 attributes: {
+5
yarn.lock
··· 4193 4193 dependencies: 4194 4194 tippy.js "^6.3.7" 4195 4195 4196 + "@tiptap/extension-history@^2.0.3": 4197 + version "2.0.3" 4198 + resolved "https://registry.yarnpkg.com/@tiptap/extension-history/-/extension-history-2.0.3.tgz#8936c15aa46f2ddeada1c3d9abe2888d58d08c30" 4199 + integrity sha512-00KHIcJ8kivn2ARI6NQYphv2LfllVCXViHGm0EhzDW6NQxCrriJKE3tKDcTFCu7LlC5doMpq9Z6KXdljc4oVeQ== 4200 + 4196 4201 "@tiptap/extension-link@^2.0.0-beta.220": 4197 4202 version "2.0.0-beta.220" 4198 4203 resolved "https://registry.yarnpkg.com/@tiptap/extension-link/-/extension-link-2.0.0-beta.220.tgz#c9954613cd1e0a0f1527853b732ef50dff734eac"