Skip to content

Commit

Permalink
feat(assistant): redesign assistant and implement keyboard navigation,
Browse files Browse the repository at this point in the history
  • Loading branch information
luifr10 committed May 30, 2024
1 parent c68d534 commit 7da75a5
Show file tree
Hide file tree
Showing 43 changed files with 1,667 additions and 874 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/uuv-github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
needs: install
steps:
- uses: actions/checkout@v4
- name: Running playwright tests except cypress and playwright
- name: Running units tests except a11y and runner-flutter
uses: ./.github/actions/nx-run-many
with:
node-version: ${{env.NODE_VERSION}}
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ packages/runner-flutter/test/*_test.dart
.nx
.history/
packages/assistant/uuv/.features-gen/
packages/assistant/test-results/
packages/assistant/uuv/uuv/reports/
4 changes: 3 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
always-auth=true
registry=https://registry.npmjs.org/
repository=https://registry.npmjs.org/
repository=https://registry.npmjs.org/
eol=lf
core.autocrlf=false
Loading

0 comments on commit 7da75a5

Please sign in to comment.