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

[OPTIONAL]: TodoMVC built with Web Components #249

Merged
merged 41 commits into from
Jun 28, 2023

Commits on Jun 19, 2023

  1. initial wc build

    flashdesignory committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9201b36 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. getInstance

    flashdesignory committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a02536f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    c3317b9 View commit details
    Browse the repository at this point in the history
  2. spell out event

    flashdesignory committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    9d28b6e View commit details
    Browse the repository at this point in the history
  3. pr feedback

    flashdesignory committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    68e4d28 View commit details
    Browse the repository at this point in the history
  4. remove console log

    flashdesignory committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d141f97 View commit details
    Browse the repository at this point in the history
  5. remove unused import

    flashdesignory committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5b5b7de View commit details
    Browse the repository at this point in the history
  6. run format

    flashdesignory committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5f7e9a3 View commit details
    Browse the repository at this point in the history
  7. shadow dom changes

    flashdesignory committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    3c710c8 View commit details
    Browse the repository at this point in the history
  8. cleanup

    flashdesignory committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b6dde05 View commit details
    Browse the repository at this point in the history
  9. mobile styles

    flashdesignory committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5a969f2 View commit details
    Browse the repository at this point in the history
  10. css cleanup;

    flashdesignory committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8cc05c7 View commit details
    Browse the repository at this point in the history
  11. refactor test

    flashdesignory committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    01fa32d View commit details
    Browse the repository at this point in the history
  12. feedback

    flashdesignory committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ea4500b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. add tag

    flashdesignory committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    1b41f3e View commit details
    Browse the repository at this point in the history
  2. qs updates

    flashdesignory committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    21190b9 View commit details
    Browse the repository at this point in the history
  3. pr feedback

    flashdesignory committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    d8e2dae View commit details
    Browse the repository at this point in the history
  4. more options

    flashdesignory committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4c961ff View commit details
    Browse the repository at this point in the history
  5. add rtl support

    flashdesignory committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    db63c5c View commit details
    Browse the repository at this point in the history
  6. revert css

    flashdesignory committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    26f70c0 View commit details
    Browse the repository at this point in the history
  7. rtl test

    flashdesignory committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    338af87 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e428acc View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. css cleanup

    flashdesignory committed Jun 23, 2023
    1 Configuration menu
    Copy the full SHA
    16251d2 View commit details
    Browse the repository at this point in the history
  2. pr feedback

    flashdesignory committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    323d674 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. pr feedback

    flashdesignory committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    e912187 View commit details
    Browse the repository at this point in the history
  2. cleanup;

    flashdesignory committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    88ad5f3 View commit details
    Browse the repository at this point in the history
  3. update comments

    flashdesignory committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    1ba8ed4 View commit details
    Browse the repository at this point in the history
  4. app template update

    flashdesignory committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    faec4c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8120f85 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. cleanup html

    flashdesignory committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    4a5e55c View commit details
    Browse the repository at this point in the history
  2. update directory

    flashdesignory committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    cd5ca4c View commit details
    Browse the repository at this point in the history
  3. Update resources/todomvc/vanilla-examples/javascript-web-components/s…

    …rc/components/todo-app/todo-app.component.js
    
    Co-authored-by: Julien Wajsberg <[email protected]>
    flashdesignory and julienw committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7c5059b View commit details
    Browse the repository at this point in the history
  4. Update resources/todomvc/vanilla-examples/javascript-web-components/s…

    …rc/components/todo-app/todo-app.component.js
    
    Co-authored-by: Julien Wajsberg <[email protected]>
    flashdesignory and julienw committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    64d3ca0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    940924e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    283d03c View commit details
    Browse the repository at this point in the history
  7. cleanup args

    flashdesignory committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    df20c88 View commit details
    Browse the repository at this point in the history
  8. Update resources/todomvc/vanilla-examples/javascript-web-components/s…

    …rc/components/todo-item/todo-item.component.js
    
    Co-authored-by: Julien Wajsberg <[email protected]>
    flashdesignory and julienw committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    05faf21 View commit details
    Browse the repository at this point in the history
  9. remove unused css

    flashdesignory committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    fd070ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b59abd2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8a6abbe View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. document.dir

    flashdesignory committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a97848e View commit details
    Browse the repository at this point in the history