Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
- Conditioned opinionated changes
- Disabled Laravel Wave until module upgrade
- Fixed Better Pest extension keybinding
- Updated Heroicon manual svgs
  • Loading branch information
GoodM4ven committed Jun 11, 2023
1 parent f3aa897 commit 26483c5
Show file tree
Hide file tree
Showing 882 changed files with 2,017 additions and 2,293 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ PROJECTS_DIRECTORY=/var/www/html
USERNAME=<your-username>
DB_PASSWORD=<your-password>
EXPOSE_TOKEN=<your-token>
OPINIONATED=true
VSC_WORKSPACE=true
VSC_KEYBINDINGS=true
23 changes: 19 additions & 4 deletions files/.opinionated/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,13 +531,28 @@
"key": "meta+k meta+f",
"command": "-better-pest.run-file"
},
{
"key": "meta+k meta+r",
"command": "-better-pest.run"
},
{
"key": "ctrl+shift+r",
"command": "better-pest.run"
"command": "-editor.action.refactor",
"when": "editorHasCodeActionsProvider && textInputFocus && !editorReadonly"
},
{
"key": "meta+k meta+r",
"command": "-better-pest.run"
"key": "ctrl+shift+r",
"command": "-rerunSearchEditorSearch",
"when": "inSearchEditor"
},
{
"key": "ctrl+shift+r",
"command": "-workbench.action.quickOpenNavigatePreviousInRecentFilesPicker",
"when": "inQuickOpen && inRecentFilesPicker"
},
{
"key": "ctrl+shift+r",
"command": "better-pest.run"
},
// [Laravel Blade Wrapper]
{
Expand Down Expand Up @@ -624,4 +639,4 @@
"key": "ctrl+alt+e",
"command": "phpResolver.expand"
}
]
]
3 changes: 2 additions & 1 deletion files/_stubs/tall/resources/js/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import './core/alpine';
import './core/echo';
// TODO Uncomment after module fix
// import './core/echo';
// TODO Follow livewire-hot-reload fix and then apply
// import './core/livewire-hot-reload';

Expand Down
4 changes: 2 additions & 2 deletions files/resources/svgs/general/m-academic-cap.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 2 additions & 10 deletions files/resources/svgs/general/m-adjustments-horizontal.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 2 additions & 10 deletions files/resources/svgs/general/m-adjustments-vertical.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions files/resources/svgs/general/m-archive-box-arrow-down.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions files/resources/svgs/general/m-archive-box-x-mark.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions files/resources/svgs/general/m-archive-box.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions files/resources/svgs/general/m-arrow-down-circle.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions files/resources/svgs/general/m-arrow-down-left.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions files/resources/svgs/general/m-arrow-down-on-square-stack.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions files/resources/svgs/general/m-arrow-down-on-square.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions files/resources/svgs/general/m-arrow-down-right.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions files/resources/svgs/general/m-arrow-down-tray.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions files/resources/svgs/general/m-arrow-down.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 26483c5

Please sign in to comment.