Skip to content

Commit

Permalink
Create chrome extension (#1746)
Browse files Browse the repository at this point in the history
* feat: create grid overlay 
---------

Co-authored-by: Ben Freshwater <[email protected]>
  • Loading branch information
akomiqaia and frshwtr authored Jul 18, 2024
1 parent 5efb3f1 commit d4700fc
Show file tree
Hide file tree
Showing 23 changed files with 1,555 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ create-component:
- tools/create-component/**/*
demo-build:
- tools/demo-build/**/*
o3-chrome-extension:
- tools/o3-chrome-extension/**/*
o3-compilation:
- tools/o3-compilation/**/*
origami-bower-safe-version-supervisor:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ jobs:
- 'tools/create-component/**'
tools/demo-build:
- 'tools/demo-build/**'
tools/o3-chrome-extension:
- 'tools/o3-chrome-extension/**'
tools/o3-compilation:
- 'tools/o3-compilation/**'
tools/origami-bower-safe-version-supervisor:
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
libraries/
tools/*
!tools/create-component
!tools/o3-chrome-extension
apps/website/_emails/
Loading

0 comments on commit d4700fc

Please sign in to comment.