Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Sandpack #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Version Sandpack #3

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link

Update Sandpack dependencies. Check the preview before merging.

@github-actions github-actions bot requested a review from dylans as a code owner July 25, 2022 15:58
@github-actions github-actions bot force-pushed the docs/sandpack branch 2 times, most recently from 167b7b3 to 03b5547 Compare August 1, 2022 21:32
nemanja-tosic pushed a commit that referenced this pull request Jun 12, 2023
* Adding comment

* Doing something with the comment node when the carret is put on it

* Use span instead of div

* Selected comment style

* Commentbox UI

* More work

* Refactoring: domain model with thread and comment as classes

* Resolves name conflict regarding exports with same name

* Show thread

* Editing comments

* Resolve thread

* Adds ripple effect to "more" button

* Work

* Show thread when clicking "create thread" button

* Fixes scroll position after add thread action

* Fixes selection after adding a comment

* Some fixes

* Work

* Cancel button

* Refactoring

* Adds Roboto font

* Removes font "Google Sans" from font-family declarations

* Also use Roboto font for comment text

* Thread button styles

* Show label "Reply" for comment button when there is already a comment in the thread

* Replaces name with "Jon Doe"

* Link to comment

* Replaces "Link to comment" with "Link to thread"

* Link to thread heading and close button

* Re-open thread

* Makes threads panel closable by clicking outside of it

* Mentions in comments

* Style for reply, placeholder text

* Increases width of SideThread

* Cancelling reply

* Comment date

* Removes unused "sass" dependency

* Dependencies via gitpkg.now

* Commits builds of @udecode/plate-comments and @udecode/plate-ui-comments

* Updates dependencies

* Updates dependencies

* Adds default property `selected: false`

to potentially fix an error that the object is not extensible when it is tried to set the property later

* Build

* Dependency version update

* Changes in yarn.lock

* Fixes comment header not showing for new threads

* Attempt for a fix

* Fix for changing props

* Updates for built files and change of Thread.createdAt type from Date to number (timestamp)

in order to work with YJS.

* Save comments compatible with immutable nodes

* Resolve thread compatible with immutable nodes

* Reopen thread compatible with immutable nodes

Also matches node by instead of reference equality.

* A way to be able to pass a user to the comments feature

* Some cleanup

* Fixes class name

* fix: only show re-open button on first comment

* Fixes source maps

* Renames and publish

* renames "@udecode/plate-comment" to "@xolvio/plate-comments"
* renames "@udecode/plate-ui-comments" to "@xolvio/plate-ui-comments"
* publishes "@xolvio/plate-comments" and "@xolvio/plate-ui-comments" packages to NPM

* Removes dist folders from Git repository

* Return thread from onSubmitComment

* Release of @xolvio/[email protected]

* Return thread from onSaveComment

* Mention regular expression for emails and names

* Updated yarn.lock

* Release of @xolvio/[email protected]

* Support for async onSaveComment

* Release of @xolvio/[email protected]

* Adds border radius to avatar images

* Release of @xolvio/[email protected]

* Adds id to Contact

For a unique key.

* Fixes adding comments to thread

* Improvements to showing thread

* Release of @xolvio/[email protected]

* Mentions in "edit comment" text area

* Release of @xolvio/[email protected]

* Removes console.log

* Fixes that contacts close with input "a @"

* Release of @xolvio/[email protected]

* Show thread when the caret is on the left of the first character of the text that has been commented on

* Release of @xolvio/[email protected]

* Performance optimization

* Release of @xolvio/[email protected]

* fix: when selecting the whole text that is connected with a thread, then the side thread disappears

* Release of @xolvio/[email protected]

* Inserting text at the end or start of a thread node

* Release of @xolvio/[email protected]

* fix: contacts closes for 2nd+ insert of mention

* Release of @xolvio/[email protected]

* fix: use setNodes to fix that caret position changes

when another user comments in the thread.

* Release of @xolvio/[email protected]

* Release of @xolvio/[email protected]

* Avatar images for comments

* Release of @xolvio/[email protected]

* Release of @xolvio/[email protected]

* Fix for selection correction after thread node

* in general in a way that works with native character insertion
* when the thread node is at the end of the document

* Release of @xolvio/[email protected]

* Release of @xolvio/[email protected]

* Updates

* Updated yarn.lock

* Updated yarn.lock

* Updates dependencies

* Some fixes

* Release of new versions

* Updates yarn.lock

* Updating of thread comments when another client updates something in the thread

* Release of @xolvio/[email protected]

* Build script that just builds

* Stuff

* Fix for rendering playground

* Fixes inserting mention with pressing enter

* Show assigning option after a mention has been inserted

* Assigning a user to threads

* Release of @xolvio/[email protected]

* Fix for node check

* Release of @xolvio/[email protected]

* Updates dependency

* Release of @xolvio/[email protected]

* Release of @xolvio/[email protected]

* Release of @xolvio/[email protected]

* Focus text area on show

* Fixes

* Title for "re-open" button

* Title for resolving thread and marking thread as done

* Disabled state for submit button

* Submit with "Ctrl + Enter"

* UUIDs

* Make sure that `textAreaRef.current` is set

* Space below side thread

* Re-open thread when a comment is added to it

* Highlight text that is associated with the active thread

* Removes comment

* Release of @xolvio/[email protected]

* fix: creating a new thread in Firefox

* refactoring of text area on show logic

* fix: reset value when switching to a different thread

* some refactoring regarding the text area value

* Always focus the text area when opening a thread

to make it a little bit more straight forward to add a reply (one step less. The step to focus the text area).

* Release of @xolvio/[email protected]

* Submitting comment also with Cmd + Enter

mainly for Mac

* fix: prevent default when pressing "Ctrl + Enter" or "Cmd + Enter"

* fix: insert a line break when pressing enter and the contacts list is closed

* Release of @xolvio/[email protected]

* Preserve white space and line breaks

* Release of @xolvio/[email protected]

* Release of @xolvio/[email protected]

* Reference to the build script in the documentation

* Adds instructions for building the first time

* Adds instructions for building the first time

* Refactor comments (#3)

* Refactor comments to keep up with main

* Fix problems

* Refactor component types

* Refactoring

* Rename comments packages and rearrange directories

* Refactor Comments UI components

* Refactor Comments UI components

* Refactor Comments UI components

* Refactor components to new structure

* Remove local setup

* refactorings

* Refactorings

* Refactorings

* Refactorings

* Style refactorings

* Cleanup

* Setup example

* install

* docs

* clean

* Setup comments in docs

* clean

* clean

* clean

* clean

* clean

* clean

* clean

* refactor

* Fixes and cleanup

* Fix import for Excalidraw component (udecode#1975)

* Fix floating link insert popup closing other editors popups (udecode#1976)

* Fix floating link insert popup closing other editors popups

* Create few-elephants-roll.md

Co-authored-by: Ziad Beyens <[email protected]>

* Fix: don't render `FloatingLink` on `readOnly` (udecode#1978)

* fix

* Create popular-spoons-type.md

* Create large-tips-heal.md

* Version Packages (udecode#1977)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat

* Fix floating link escape handling (udecode#1981)

* Fix floating link escape handling

* Create loud-emus-return.md

Co-authored-by: Ziad Beyens <[email protected]>

* Version Packages (udecode#1982)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix code line normalization on backspace (udecode#1911)

* Fix code line normalization on backspace

* Add changeset

* Update docblocks

* Fix lints

* Fix tests

* Fix list plugin adjusting selection range on Tab or ShiftTab keypress (udecode#1986)

* Version Packages (udecode#1988)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Cloud (udecode#1974)

* Working pre-made cloud attachment in examples

* File attachments working

* Showing an image but we are in an incomplete state

* Upload images works without resizing

* Moved status bar container styling to .styles.ts file

* Add image resizing

* Add cloud.getSaveValue for Plate Cloud

* Add cloud method finishUploads

* Rename cloud examples to plate-cloud

* Add Plate Cloud to navbar and try Plate Cloud on home page subject to review

* Move PlateCloudLogo and fix lint issue

* Rename CloudAttachmentElement styles

* Add css styling for all cloud components

* Add instructions for local examples setup for Plate Cloud

* Plate cloud docs failure

* Update cloud plugin docs

* Update packages/cloud/package.json

Co-authored-by: Ziad Beyens <[email protected]>

* Add plate back to sidebarItems in examples

* Moved plate-ui-cloud from ui/nodes/cloud to ui/cloud

* Complete the README.md for packages/cloud

* Use getPluginType on cloud attachment with an ignore

* Remove plate-cloud and plate-ui-cloud from the default plate and plate-ui

* Use KEY_CLOUD constant in createCloudPlugin

* Rename onDrop and onPaste to onDropCloud and onPasteCloud

* Rename type CloudEditor to PlateCloudEditor

* Fix various linting issues for plate-cloud and removed some debug logging

* Remove plate-cloud from plate-headless

* Replace zustand with zustood

* Remove some unused code in createUploadStore

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

Co-authored-by: Sunny Hirai <[email protected]>

* docs

* docs

* Version Packages (udecode#1989)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs (udecode#1983)

Co-authored-by: zbeyens <[email protected]>

* docs

* fix cloud ui (udecode#1991)

* feat

* Create odd-apes-double.md

* fix

* Version Packages (udecode#1992)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs (udecode#1993)

Co-authored-by: zbeyens <[email protected]>

* fix

* Fix/cloud (udecode#1995)

* feat

* fix

* fix

* Create cyan-badgers-develop.md

* Version Packages (udecode#1997)

* docs (udecode#1996)

Co-authored-by: zbeyens <[email protected]>

* Improve documentation on Plate Cloud (udecode#1998)

* Fix mention keydown handler (udecode#1999)

* Version Packages (udecode#2000)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix link hotkey prevent default (udecode#2005)

* Fix link hotkey prevent default

* Create cool-grapes-jam.md

* plugin-table: Add `at` option for inserts (udecode#2006)

* Add `at` option to insertTableColumn

* Add `at` option to insertTableRow

* Create cuddly-cups-cover.md

Co-authored-by: Ziad Beyens <[email protected]>

* docs (udecode#2003)

Co-authored-by: zbeyens <[email protected]>

* feat

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

Co-authored-by: Jonas Aschenbrenner <[email protected]>
Co-authored-by: SanjoSolutions <[email protected]>
Co-authored-by: zbeyens <[email protected]>
Co-authored-by: Osama Tanveer <[email protected]>
Co-authored-by: Aditya Vaishnav <[email protected]>
Co-authored-by: Danila <[email protected]>
Co-authored-by: Ziad Beyens <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adam Charron <[email protected]>
Co-authored-by: Sunny Hirai <[email protected]>
Co-authored-by: zbeyens <[email protected]>
Co-authored-by: Danila <[email protected]>
Co-authored-by: Florian <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant