Commit 51a8a66
committed
fix: turn app
This allows Shift / Ctrl + Clicking them to open in new tab
and is overall more sensible with our `hashchange` approach.
A side effect of this is that the app list items
no longer change brightness on hover,
which could be considered a positive side effect by some.
Apparently the initial implementation of showing apps in a dialog
did not have the `hashchange` handler yet, so that was probably
the reason to use `<button>` instead of `<a>`:
58d8e44.
The `hashchange` listener was added a few commits later:
7b294dc.<button>s into <a>s1 parent 88d71db commit 51a8a66
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments