mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Set <h1> headings for navigation through files app
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
This commit is contained in:
parent
f063670828
commit
f555663a8e
3 changed files with 5 additions and 3 deletions
|
|
@ -79,6 +79,7 @@ import logger from '../logger.js'
|
|||
import Navigation from '../services/Navigation.ts'
|
||||
import NavigationQuota from '../components/NavigationQuota.vue'
|
||||
import SettingsModal from './Settings.vue'
|
||||
import { setPageHeading } from '../../../../core/src/OCP/accessibility.js'
|
||||
|
||||
export default {
|
||||
name: 'Navigation',
|
||||
|
|
@ -191,6 +192,7 @@ export default {
|
|||
}
|
||||
|
||||
this.Navigation.setActive(view)
|
||||
setPageHeading(view.name)
|
||||
emit('files:navigation:changed', view)
|
||||
},
|
||||
|
||||
|
|
|
|||
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue