Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

feat(drag-and-drop): component implementation #603

Merged
merged 51 commits into from
Sep 13, 2018
Merged

Commits on Jun 11, 2018

  1. feat(chrome-name): component prep for the new editable title

    Mauricio Palma committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    3247286 View commit details
    Browse the repository at this point in the history
  2. feat(chrome-title): include interaction handlers

    Mauricio Palma committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    9a16f4b View commit details
    Browse the repository at this point in the history
  3. feat(editable-title): extract component from preview tile

    Mauricio Palma committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    49fe49b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a60a509 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    4470d32 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. 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
    tilmx committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    f5cd9b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. chore(general): fix lint errors from origin

    Mauricio Palma committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    dbf8a79 View commit details
    Browse the repository at this point in the history
  2. fix(editable-title): rename the state enum

    :
    Mauricio Palma committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    8aaef3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d341c3a View commit details
    Browse the repository at this point in the history
  4. chore(editable-tigle): rename the editable-title-state enum

    Mauricio Palma committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    883e2a9 View commit details
    Browse the repository at this point in the history
  5. fix(editable-title): remove fontSize props

    Mauricio Palma committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    10e753e View commit details
    Browse the repository at this point in the history
  6. feat(editable title): include title type enumerable

    Mauricio Palma committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    25e066a View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into feat/page-name

    Mauricio Palma committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    9992168 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0dafec8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. chore(page-tile): remove unnecessary HTML and styling

    Mauricio Palma committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    aaaf38f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c515e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4383050 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ab5649 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. fix(editable-title): include required category property

    Mauricio Palma committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    fc0b2d2 View commit details
    Browse the repository at this point in the history
  2. chore(types): include editable title type in the model types

    Mauricio Palma committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    fd8868b View commit details
    Browse the repository at this point in the history
  3. fix(editable-title): save name edited name on blur

    Mauricio Palma committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    c9d6fe7 View commit details
    Browse the repository at this point in the history
  4. feat(drag-area): include component

    Mauricio Palma committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    114d35a View commit details
    Browse the repository at this point in the history
  5. feat(drag-area): inlude component methods

    Mauricio Palma committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    5264bd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d23330 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. chore(utils): implement utils module for reusability

    Mauricio Palma committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    0f800ef View commit details
    Browse the repository at this point in the history
  2. feat(drag-area): include componentsnecessary event handler

    Mauricio Palma committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    5a8d7f3 View commit details
    Browse the repository at this point in the history
  3. feat(element-list): include drag area component

    Mauricio Palma committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    51661e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ed301e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fd0345 View commit details
    Browse the repository at this point in the history
  6. feat(page-tile): include page tile model

    Mauricio Palma committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    04a3bf7 View commit details
    Browse the repository at this point in the history
  7. feat(page-tile): WIP create a page tile store

    Mauricio Palma committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    279ec75 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. fix(page-tile): remove page tile model and store

    Mauricio Palma committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    7af0369 View commit details
    Browse the repository at this point in the history
  2. feat(page-list): include drag and drop functionality

    Mauricio Palma committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    7c9d98c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. feat(page-list-container): save reorder page tiles

    ;
    Mauricio Palma committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    1948ecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c0931 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feat/order-pages

    Mauricio Palma committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    ee7b548 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. feat(page-order): include undo after action

    Mauricio Palma committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    c60984c View commit details
    Browse the repository at this point in the history
  2. chore(container): remove unused comments

    Mauricio Palma committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    df02ae4 View commit details
    Browse the repository at this point in the history
  3. feat(page-order): include states for the page drop index

    Mauricio Palma committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    31e8727 View commit details
    Browse the repository at this point in the history
  4. feat(page-order): highlight styling adjustment

    Mauricio Palma committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    7328922 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. 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
    faselbaum committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    a648fca View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Merge branch 'master' into feat/order-pages

    * master:
      chore: update webpack and friends
      docs: restructure for overview
      docs(docs): include architecture diagram (#597)
    faselbaum committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    88389e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c6d77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f75f7a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    6dc96a9 View commit details
    Browse the repository at this point in the history
  2. refactor(drag-area): remove unnecessary props

    Mauricio committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    c27ba48 View commit details
    Browse the repository at this point in the history
  3. refactor(drag-element): include anchors interface

    Mauricio committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    d6d2cdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbbd460 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dc9b80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9422283 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    563b17e View commit details
    Browse the repository at this point in the history