This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
feat(drag-and-drop): component implementation #603
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # src/components/index.ts # src/components/page-tile/demo.tsx # src/components/page-tile/index.tsx # src/components/view-switch/index.tsx # src/container/chrome/chrome-container.tsx # src/container/page-list/page-tile-container.tsx
* master: (132 commits) fix: ensure component registry is in sync fix: keep builtin library ids stable chore: update lockfile chore: enable hmr for more entries feat: disable button when library may not be edited chore: enable hmr for more changes chore: move to optional builtin hot reloader chore: allow reloading via cli chore: enable hmr for renderer fix: restore functionality after rebase perf: avoid transferring libs multiple times fix: avoid errors for missing onStoreCreate feat: change text input to autsized textarea fix: propagate hasFocusedInput correctly fix: prevent message feedback while highlight matcher is running style: remove stray console.log fix: ensure proper ser/de of pattern data chore: get rid of console junk via run-electron fix: compute currentPage store property reference correctly fix: clone user store references if required ... # Conflicts: # src/container/editable-title/editable-title-container.tsx # src/container/element-list/element-container.tsx # src/container/element-list/element-list.tsx # src/container/page-list/page-list-container.tsx # src/model/page/page.ts # src/store/view-store.ts
* master: chore: update webpack and friends docs: restructure for overview docs(docs): include architecture diagram (#597)
faselbaum
approved these changes
Sep 13, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work 👍
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Short description of the changes:
Checklist
Linked Issues
Fixes #[Issue]