Skip to content

Commit

Permalink
feat: sys-headerbar put keyboards in front of components (#23)
Browse files Browse the repository at this point in the history
* feat: sys-headerbar put keyboards in front of components

* ff only
  • Loading branch information
burden authored Nov 21, 2023
1 parent 47c7ecc commit 31dcc56
Show file tree
Hide file tree
Showing 34 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
fail-fast: false
matrix:
browser:
- chrome
- firefox

steps:
Expand Down Expand Up @@ -131,8 +130,6 @@ jobs:
fail-fast: false
matrix:
browser:
- chrome
- edge
- firefox

steps:
Expand Down
12 changes: 6 additions & 6 deletions src/components/sys-headerbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@
</component>

<component
:is="linkComponent(urlComponents)"
v-bind="linkAttributes(urlComponents)"
:is="linkComponent(urlKeyboards)"
v-bind="linkAttributes(urlKeyboards)"
:class="$style.page"
>
components
keyboards
</component>

<component
:is="linkComponent(urlKeyboards)"
v-bind="linkAttributes(urlKeyboards)"
:is="linkComponent(urlComponents)"
v-bind="linkAttributes(urlComponents)"
:class="$style.page"
>
keyboards
components
</component>

<component
Expand Down
Binary file modified test/screenshots/tests/sys-headerbar/logged-in-admin-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/logged-in-admin-1800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/logged-in-admin-460.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/logged-in-admin-640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/logged-in-user-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/logged-in-user-1800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/logged-in-user-460.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/logged-in-user-640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/not-logged-in-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/not-logged-in-1800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/not-logged-in-460.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/not-logged-in-640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/retro-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/retro-1800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/retro-460.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/retro-640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-headerbar/thumbnails/retro-1024.png
Binary file modified test/screenshots/tests/sys-headerbar/thumbnails/retro-1800.png
Binary file modified test/screenshots/tests/sys-headerbar/thumbnails/retro-460.png
Binary file modified test/screenshots/tests/sys-headerbar/thumbnails/retro-640.png

0 comments on commit 31dcc56

Please sign in to comment.