]> BookStack Code Mirror - bookstack/commit
Started interface user shortcut form interface
authorDan Brown <redacted>
Tue, 8 Nov 2022 21:17:45 +0000 (21:17 +0000)
committerDan Brown <redacted>
Tue, 8 Nov 2022 21:17:45 +0000 (21:17 +0000)
commit66c8809799611a729a39b7d31d7b1e41f286201c
treefdcd9df9cad6f7175994a667ceea6eb2ca2fad9b
parent1fc994177f92ade173d43c30be735cf11cb40f88
Started interface user shortcut form interface

Built controller actions and initual UI.
Still needs JS logic for shortcut input handling.
13 files changed:
app/Config/setting-defaults.php
app/Http/Controllers/UserPreferencesController.php
app/Settings/UserShortcutMap.php [new file with mode: 0644]
resources/icons/shortcuts.svg [new file with mode: 0644]
resources/js/components/shortcuts.js
resources/sass/_forms.scss
resources/views/common/header.blade.php
resources/views/entities/favourite-action.blade.php
resources/views/entities/sibling-navigation.blade.php
resources/views/layouts/base.blade.php
resources/views/users/preferences/parts/shortcut-control.blade.php [new file with mode: 0644]
resources/views/users/preferences/shortcuts.blade.php [new file with mode: 0644]
routes/web.php