summaryrefslogtreecommitdiff
path: root/examples/snowpack/src/pages (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-18walk-back examples/snowpack changesGravatar Fred K. Schott 5-10/+10
2021-08-18add dev script, switch documentation from advising start to dev script (#1141)Gravatar Jonathan Neal 5-10/+10
2021-08-16Adding favicon to examples (#1084)Gravatar Rafid Muhymin Wafi 2-2/+2
2021-08-07Fix code examples that would fail if copy-pasted (#1050)Gravatar Jonathan Neal 2-2/+2
2021-08-04Reduce meta viewport tag (#1006)Gravatar Jonathan Neal 1-1/+1
2021-07-21replace `npm run start` with `npm start` (#791)Gravatar Kyosuke 4-5/+5
2021-07-13code review commentsGravatar Fred K. Schott 6-12/+6
2021-07-13Add lang attribute to html tagsGravatar Shreesh Bhat 6-7/+12
2021-07-08Move hydration directives to special attributes (#618)Gravatar Tony Sullivan 2-2/+2
* feat: :recycle: updating hydration to work with the directive syntax * test: :white_check_mark: Updating tests for the hydration directive syntax * refactor: Updating example projects for the hydration directive syntax * test: :white_check_mark: Found a test fixture still needing an update to the hydration directive syntax * style: Prettier strikes again! Reverting code formatting changes * refactor: :recycle: moving directive matching to a Set * refactor: Updating syntax to `client:load` * refactor: :recycle: Simplifying the `client:` directive match Per PR feedback from @matthewp * chore: errant console.warn() snuck into the last commit * feat: :loud_sound: Adding a super fancy build warning to update to the directive syntax * refactor: :recycle: Removing unnecessary checks when matching supported hydration directives `val` isn't being used for now, but leaving it in the attr destructuring as a reminder since it'll be needed for `client:media` * test: :white_check_mark: Including the original hydration syntax in a test to make sure it builds * style: :memo: Adding a comment to make it clear why the old hydration syntax is included in a the test markup * fix: :bug: updating `head` logic to recognize hydration directive syntax * docs: Adding changeset * refactor: :fire: Removing unnecessary `!hasComponents` check * docs: :memo: Adding more detail to the changset Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-05-07Improve Snowpack docs styling (#180)Gravatar Drew Powers 1-87/+115
2021-05-03Format (#167)Gravatar Drew Powers 1-1/+1
2021-04-26Update defaults directory structure to `src` and `dist` (#132)Gravatar Nate Moore 49-0/+4439
* chore: update defaults in docs * chore: update config defaults * test: update tests to config defaults * chore: update gitignore to new defaults * docs: update readme to new defaults * chore: update examples to new defaults * chore: update default exclude in lang server * chore: update tests * test: fix failing tests * chore: update www defaults