8 Commits

Author SHA1 Message Date
ljjlee
b0f55f9d15 Disambiguate account/local folders sample bookmarks extension (#1435)
* Disambiguate account/local folders in the UI for sample bookmarks extension

* Code-review markups

* Fix lint issues
2025-04-03 11:05:22 +01:00
Justin Lulejian
74bca08177 Run prettier on repository (#1366) 2024-12-03 10:50:45 +00:00
Pasquale Riello
c2f53bded9 Add README for bookmarks and page-redder samples (#1101)
* Add README.md

* Add README.md

* Update functional-samples/sample.bookmarks/README.md

Co-authored-by: Oliver Dunk <oliver@oliverdunk.com>

* Update functional-samples/sample.page-redder/README.md

Co-authored-by: Oliver Dunk <oliver@oliverdunk.com>

* Update functional-samples/sample.page-redder/README.md

Co-authored-by: Oliver Dunk <oliver@oliverdunk.com>

* Update functional-samples/sample.page-redder/README.md

Co-authored-by: Oliver Dunk <oliver@oliverdunk.com>

* Update functional-samples/sample.bookmarks/README.md

Co-authored-by: Joe Medley <jmedley@google.com>

* Update functional-samples/sample.bookmarks/README.md

Co-authored-by: Joe Medley <jmedley@google.com>

* Update functional-samples/sample.bookmarks/README.md

Co-authored-by: Joe Medley <jmedley@google.com>

* Update functional-samples/sample.bookmarks/README.md

Co-authored-by: Joe Medley <jmedley@google.com>

* Update functional-samples/sample.page-redder/README.md

Co-authored-by: Joe Medley <jmedley@google.com>

* Update functional-samples/sample.page-redder/README.md

Co-authored-by: Joe Medley <jmedley@google.com>

* Update functional-samples/sample.bookmarks/README.md

Co-authored-by: Oliver Dunk <oliver@oliverdunk.com>

* Update functional-samples/sample.page-redder/README.md

Co-authored-by: Oliver Dunk <oliver@oliverdunk.com>

---------

Co-authored-by: Oliver Dunk <oliver@oliverdunk.com>
Co-authored-by: Joe Medley <jmedley@google.com>
2024-02-27 17:52:48 +00:00
Oliver Dunk
d2296fac85 Update dependencies (#1096)
Updates a nunber of dependencies in a single PR. These were
suggested by dependabot but updating them individually would
mean the reposistory would be in a broken state until everything
had merged.

I'm not personally a huge fan of lowercasing doctype, but
Prettier has taken an opinionated stance here and there is not a
way to disable it:

https://github.com/prettier/prettier/issues/15096
2024-02-20 12:53:23 +01:00
Benjamin Lörincz
e09fc71c9e moved body style to existing css file (#896) 2023-05-01 10:30:15 -04:00
Sebastian Benz
d0dd2c3a9e Eslint: don't allow var (#856) 2023-03-20 19:36:40 +01:00
Sebastian Benz
dc2174377a Add prettier and eslint (#831)
* Ignores archived samples
* Uses eslint/recommended rules
* Runs prettier and eslint (including --fix) pre-commit via husky
* Adds new npm scripts: 'lint', 'lint:fix' and 'prettier'
* Does not lint inline js code
* Fix all prettier and eslint errors
* Add custom prettier rules
* Apply custom prettier rules
* Update readme to explain how to setup the repo
* addressed comments
2023-02-22 13:25:39 +01:00
Oliver Dunk
5bf419b385 Reorganize directory structure (#825)
* Remove docs folder.

This was a redirect from a GitHub pages site that does not appear
to be in use.

* Rename api folder to api-samples.

* Move examples to functional-samples folder.

* Move cookbook sample to functional-samples.

* Move tutorials to functional-samples folder.

* Move mv2 and apps folders to _archive.

* Rename tools folder to .repo.

* Move reference folder to functional-samples.

* Update README.

Update README with new relative links for reorg.

* Update README.md

Co-authored-by: amysteamdev <37001393+AmySteam@users.noreply.github.com>

---------

Co-authored-by: amysteamdev <37001393+AmySteam@users.noreply.github.com>
2023-02-03 10:58:04 -06:00