-
Notifications
You must be signed in to change notification settings - Fork 224
feat(drag-and-drop): component implementation #603
Commits on Jun 11, 2018
-
feat(chrome-name): component prep for the new editable title
Mauricio Palma committedJun 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 3247286 - Browse repository at this point
Copy the full SHA 3247286View commit details -
feat(chrome-title): include interaction handlers
Mauricio Palma committedJun 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 9a16f4b - Browse repository at this point
Copy the full SHA 9a16f4bView commit details -
feat(editable-title): extract component from preview tile
Mauricio Palma committedJun 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 49fe49b - Browse repository at this point
Copy the full SHA 49fe49bView commit details -
feat(editable-title-component): implementation and integration
Mauricio Palma committedJun 11, 2018 Configuration menu - View commit details
-
Copy full SHA for a60a509 - Browse repository at this point
Copy the full SHA a60a509View commit details
Commits on Jun 12, 2018
-
feat(editable-title): implementation of the editable title container
Mauricio Palma committedJun 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 4470d32 - Browse repository at this point
Copy the full SHA 4470d32View commit details
Commits on Jun 16, 2018
-
Merge branch 'master' into feat/page-name
# 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
Configuration menu - View commit details
-
Copy full SHA for f5cd9b3 - Browse repository at this point
Copy the full SHA f5cd9b3View commit details
Commits on Jun 18, 2018
-
chore(general): fix lint errors from origin
Mauricio Palma committedJun 18, 2018 Configuration menu - View commit details
-
Copy full SHA for dbf8a79 - Browse repository at this point
Copy the full SHA dbf8a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aaef3d - Browse repository at this point
Copy the full SHA 8aaef3dView commit details -
fix(editable-title): include data-attr directly during rendering
Mauricio Palma committedJun 18, 2018 Configuration menu - View commit details
-
Copy full SHA for d341c3a - Browse repository at this point
Copy the full SHA d341c3aView commit details -
chore(editable-tigle): rename the editable-title-state enum
Mauricio Palma committedJun 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 883e2a9 - Browse repository at this point
Copy the full SHA 883e2a9View commit details -
fix(editable-title): remove fontSize props
Mauricio Palma committedJun 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 10e753e - Browse repository at this point
Copy the full SHA 10e753eView commit details -
feat(editable title): include title type enumerable
Mauricio Palma committedJun 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 25e066a - Browse repository at this point
Copy the full SHA 25e066aView commit details -
Merge branch 'master' into feat/page-name
Mauricio Palma committedJun 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 9992168 - Browse repository at this point
Copy the full SHA 9992168View commit details -
chore(editable-title): extract dinamic styled into own functions
Mauricio Palma committedJun 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 0dafec8 - Browse repository at this point
Copy the full SHA 0dafec8View commit details
Commits on Jun 19, 2018
-
chore(page-tile): remove unnecessary HTML and styling
Mauricio Palma committedJun 19, 2018 Configuration menu - View commit details
-
Copy full SHA for aaaf38f - Browse repository at this point
Copy the full SHA aaaf38fView commit details -
fix(editable-title): remove text truncation on input (edit mode)
Mauricio Palma committedJun 19, 2018 Configuration menu - View commit details
-
Copy full SHA for 7c515e0 - Browse repository at this point
Copy the full SHA 7c515e0View commit details -
fix(editable-container): move global state into an internal state
Mauricio Palma committedJun 19, 2018 Configuration menu - View commit details
-
Copy full SHA for 4383050 - Browse repository at this point
Copy the full SHA 4383050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ab5649 - Browse repository at this point
Copy the full SHA 2ab5649View commit details
Commits on Jun 20, 2018
-
fix(editable-title): include required category property
Mauricio Palma committedJun 20, 2018 Configuration menu - View commit details
-
Copy full SHA for fc0b2d2 - Browse repository at this point
Copy the full SHA fc0b2d2View commit details -
chore(types): include editable title type in the model types
Mauricio Palma committedJun 20, 2018 Configuration menu - View commit details
-
Copy full SHA for fd8868b - Browse repository at this point
Copy the full SHA fd8868bView commit details -
fix(editable-title): save name edited name on blur
Mauricio Palma committedJun 20, 2018 Configuration menu - View commit details
-
Copy full SHA for c9d6fe7 - Browse repository at this point
Copy the full SHA c9d6fe7View commit details -
feat(drag-area): include component
Mauricio Palma committedJun 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 114d35a - Browse repository at this point
Copy the full SHA 114d35aView commit details -
feat(drag-area): inlude component methods
Mauricio Palma committedJun 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 5264bd0 - Browse repository at this point
Copy the full SHA 5264bd0View commit details -
feat(page-tile): adjustments for drag and drop implementation
Mauricio Palma committedJun 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 4d23330 - Browse repository at this point
Copy the full SHA 4d23330View commit details
Commits on Jun 21, 2018
-
chore(utils): implement utils module for reusability
Mauricio Palma committedJun 21, 2018 Configuration menu - View commit details
-
Copy full SHA for 0f800ef - Browse repository at this point
Copy the full SHA 0f800efView commit details -
feat(drag-area): include componentsnecessary event handler
Mauricio Palma committedJun 21, 2018 Configuration menu - View commit details
-
Copy full SHA for 5a8d7f3 - Browse repository at this point
Copy the full SHA 5a8d7f3View commit details -
feat(element-list): include drag area component
Mauricio Palma committedJun 21, 2018 Configuration menu - View commit details
-
Copy full SHA for 51661e2 - Browse repository at this point
Copy the full SHA 51661e2View commit details -
feat(page-list-container): convert funtional component into class
Mauricio Palma committedJun 21, 2018 Configuration menu - View commit details
-
Copy full SHA for 8ed301e - Browse repository at this point
Copy the full SHA 8ed301eView commit details -
feat(drag-area): include dropt target signal in the component
Mauricio Palma committedJun 21, 2018 Configuration menu - View commit details
-
Copy full SHA for 9fd0345 - Browse repository at this point
Copy the full SHA 9fd0345View commit details -
feat(page-tile): include page tile model
Mauricio Palma committedJun 21, 2018 Configuration menu - View commit details
-
Copy full SHA for 04a3bf7 - Browse repository at this point
Copy the full SHA 04a3bf7View commit details -
feat(page-tile): WIP create a page tile store
Mauricio Palma committedJun 21, 2018 Configuration menu - View commit details
-
Copy full SHA for 279ec75 - Browse repository at this point
Copy the full SHA 279ec75View commit details
Commits on Jun 27, 2018
-
fix(page-tile): remove page tile model and store
Mauricio Palma committedJun 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 7af0369 - Browse repository at this point
Copy the full SHA 7af0369View commit details -
feat(page-list): include drag and drop functionality
Mauricio Palma committedJun 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 7c9d98c - Browse repository at this point
Copy the full SHA 7c9d98cView commit details
Commits on Jun 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1948ecd - Browse repository at this point
Copy the full SHA 1948ecdView commit details -
feat(page-list-container): implement drag and drop functionality
Mauricio Palma committedJun 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 93c0931 - Browse repository at this point
Copy the full SHA 93c0931View commit details -
Merge branch 'master' into feat/order-pages
Mauricio Palma committedJun 28, 2018 Configuration menu - View commit details
-
Copy full SHA for ee7b548 - Browse repository at this point
Copy the full SHA ee7b548View commit details
Commits on Jul 9, 2018
-
feat(page-order): include undo after action
Mauricio Palma committedJul 9, 2018 Configuration menu - View commit details
-
Copy full SHA for c60984c - Browse repository at this point
Copy the full SHA c60984cView commit details -
chore(container): remove unused comments
Mauricio Palma committedJul 9, 2018 Configuration menu - View commit details
-
Copy full SHA for df02ae4 - Browse repository at this point
Copy the full SHA df02ae4View commit details -
feat(page-order): include states for the page drop index
Mauricio Palma committedJul 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 31e8727 - Browse repository at this point
Copy the full SHA 31e8727View commit details -
feat(page-order): highlight styling adjustment
Mauricio Palma committedJul 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 7328922 - Browse repository at this point
Copy the full SHA 7328922View commit details
Commits on Sep 11, 2018
-
Merge branch 'master' into feat/order-pages
* 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
Configuration menu - View commit details
-
Copy full SHA for a648fca - Browse repository at this point
Copy the full SHA a648fcaView commit details
Commits on Sep 12, 2018
-
Merge branch 'master' into feat/order-pages
* master: chore: update webpack and friends docs: restructure for overview docs(docs): include architecture diagram (#597)
Configuration menu - View commit details
-
Copy full SHA for 88389e8 - Browse repository at this point
Copy the full SHA 88389e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2c6d77 - Browse repository at this point
Copy the full SHA b2c6d77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f75f7a - Browse repository at this point
Copy the full SHA 0f75f7aView commit details
Commits on Sep 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6dc96a9 - Browse repository at this point
Copy the full SHA 6dc96a9View commit details -
refactor(drag-area): remove unnecessary props
Mauricio committedSep 13, 2018 Configuration menu - View commit details
-
Copy full SHA for c27ba48 - Browse repository at this point
Copy the full SHA c27ba48View commit details -
refactor(drag-element): include anchors interface
Mauricio committedSep 13, 2018 Configuration menu - View commit details
-
Copy full SHA for d6d2cdf - Browse repository at this point
Copy the full SHA d6d2cdfView commit details -
refactor(drag-area): include a unnified interface for the data attr
;
Mauricio committedSep 13, 2018 Configuration menu - View commit details
-
Copy full SHA for bbbd460 - Browse repository at this point
Copy the full SHA bbbd460View commit details -
refactor(utils): include all helpers in a single place
Mauricio committedSep 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 3dc9b80 - Browse repository at this point
Copy the full SHA 3dc9b80View commit details -
refactor(drag-area): include getDragAreaAnchors methods
Mauricio committedSep 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 9422283 - Browse repository at this point
Copy the full SHA 9422283View commit details -
feat(drag-and-drop): drag and drop component implementation
Mauricio committedSep 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 563b17e - Browse repository at this point
Copy the full SHA 563b17eView commit details