Skip to content

dbeaver/pro#7251 feat: add skip navigation feature for improved acces…#4245

Merged
devnaumov merged 6 commits intodevelfrom
7251-cb-add-skip-to-content-panel-for-keyboard-navigaton
Apr 6, 2026
Merged

dbeaver/pro#7251 feat: add skip navigation feature for improved acces…#4245
devnaumov merged 6 commits intodevelfrom
7251-cb-add-skip-to-content-panel-for-keyboard-navigaton

Conversation

@SychevAndrey
Copy link
Copy Markdown
Contributor

…sibility

Screen.Recording.2026-03-27.at.17.58.23.mov

@SychevAndrey
Copy link
Copy Markdown
Contributor Author

image

@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Apr 2, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 14 complexity

Metric Results
Complexity 14

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@SychevAndrey SychevAndrey requested a review from devnaumov April 2, 2026 08:20
display: flex;
}

.dbv-kit-skip-nav__link {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we use dbv kit prefixes here?

Comment on lines +14 to +16
export function SkipNavShortcutsLink(): React.ReactElement {
const translate = useTranslate();
const commonDialogService = useService(CommonDialogService);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here


export function SkipNavLinks(): React.ReactElement {
const translate = useTranslate();
const skipNavService = useService(SkipNavService);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should use observable with useTranslate

@SychevAndrey SychevAndrey requested review from Wroud and devnaumov April 3, 2026 09:31
@devnaumov devnaumov merged commit a11ca99 into devel Apr 6, 2026
10 checks passed
@devnaumov devnaumov deleted the 7251-cb-add-skip-to-content-panel-for-keyboard-navigaton branch April 6, 2026 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants