Skip to content

Commit

Permalink
New accessible layout
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Nov 27, 2021
1 parent 9c3ff05 commit c02fb25
Show file tree
Hide file tree
Showing 63 changed files with 1,987 additions and 1,660 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ body:
options:
- label: I have searched the existing issues
required: true
- label: I have checked the [FAQ](https://github.com/will-stone/browserosaurus/blob/master/docs/faq.md)
- label:
I have checked the
[FAQ](https://github.com/will-stone/browserosaurus/blob/master/docs/faq.md)
required: true
- type: textarea
attributes:
Expand Down Expand Up @@ -40,13 +42,13 @@ body:
attributes:
label: Browserosaurus version
description: This can be found in Preferences > About
placeholder: "e.g. 15.1.3"
placeholder: 'e.g. 15.1.3'
validations:
required: true
- type: input
attributes:
label: macOS version
placeholder: "e.g. 11.6"
placeholder: 'e.g. 11.6'
validations:
required: true
- type: dropdown
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ blank_issues_enabled: false
contact_links:
- name: Get help in GitHub Discussions
url: https://github.com/will-stone/browserosaurus/discussions
about: Have a question? Not sure if your issue affects everyone reproducibly? The quickest way to get help is on Browserosaurus's GitHub Discussions!
about:
Have a question? Not sure if your issue affects everyone reproducibly? The
quickest way to get help is on Browserosaurus's GitHub Discussions!
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 15.5.x
node-version: 16.13.x
- run: npm install --no-audit
- run: npm run lint
- run: npm run typecheck
- run: npm run test
- run: npm run package
- run: npm run package
3 changes: 0 additions & 3 deletions .ncurc

This file was deleted.

3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"sash.hoverBorder": "#2f6197"
},
"peacock.color": "#234870",
"typescript.preferences.importModuleSpecifier": "relative"
"typescript.preferences.importModuleSpecifier": "relative",
"cSpell.words": ["fullscreenable", "maximizable", "minimizable"]
}
653 changes: 632 additions & 21 deletions LICENSE.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Browserosaurus

Browserosaurus is an open-source (MIT license), browser prompter for macOS. It
Browserosaurus is an open-source (GPLv3 license), browser prompter for macOS. It
works by setting itself as the default browser; any clicked links in non-browser
apps are now sent to Browserosaurus where you are presented with a menu of all
your installed browsers. You may now decide which app you’d like to continue
Expand Down
6 changes: 3 additions & 3 deletions docs/supporting-a-browser-or-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const apps = {
### Adding a logo

All apps must have a logo, that you will no doubt have seen displayed in the
tiles window, when Browserosaurus shows. Most browser logos can be installed
picker window, when Browserosaurus shows. Most browser logos can be installed
from an excellent project that contains
[almost all browser logos](https://github.com/alrra/browser-logos) by
[Cătălin Mariș](https://github.com/alrra).
Expand Down Expand Up @@ -114,8 +114,8 @@ it behaves how you would expect.

Some browsers support opening in a _private_ or _incognito_ mode. Browserosaurus
can be set to open the given URL in private mode when holding the
<kbd>shift</kbd> key and clicking the tile or using the hotkey. If you'd like to
support this with your added browser, you will need to find the
<kbd>shift</kbd> key and clicking an app icon or using its hotkey. If you'd like
to support this with your added browser, you will need to find the
[command-line argument](https://en.wikipedia.org/wiki/Command-line_interface#Arguments)
that your browser uses when opening URLs from the command-line. In the case of
Firefox this is `--private-window`:
Expand Down
Loading

0 comments on commit c02fb25

Please sign in to comment.