issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:JavaScript linked:pr
Filter by
3.2M results
Batched correctness hygiene cleanups (each can be its own PR/checkbox).
Code
- [ ] src/pages/homePage/homePage.jsx: replace createRef() with useRef() for the section refs (createRef makes a fresh
...
a11y
code
P2
Problem
Images have no width/height attributes (causing layout shift / poor CLS) and no loading= lazy . index.html also loads
three font stylesheets — Merriweather, Roboto, and Material Icons — but Roboto ...
P1
perf
Problem
src/res/strings/strings.js exports translate(), which calls useAtom(languageAtom) internally — making it a React hook in
disguise. It is then called inside .map() loops (menu items in appBar.jsx/menu.jsx, ...
code
P1
Problem
The hero headline is MUI variant= h4 , so it renders an h4. The page has no h1 at all, which weakens SEO and
screen-reader document structure. Section titles are also h5.
Fix
- Promote the ...
a11y
P0
seo
Problem
src/components/appbar/appBar.jsx stores scrollPosition in state and updates it on every scroll event, but only uses it
as in={scrollPosition = 0} on the MUI Slide — which is always true. The AppBar ...
P0
perf
Problem
index.html has only a basic description meta. There are no OpenGraph/Twitter cards (links shared on Facebook/WhatsApp
render nothing), no canonical URL, and no sitemap. html lang= en is set even ...
P0
seo
Problem
The Contact section (src/pages/contactPage/contactPage.jsx) renders only its heading ( Lépjen kapcsolatba velünk /
Contact us ) followed by an empty container — the entire contact form is commented ...
P0
ux
Description
Initially hidden ComboBox do not load items since vaadin 25.2.0. The same code is working fine as expected in 25.1.8
Expected outcome
ComboBox items are loaded when the ComboBox is displayed. ...
ai repro
regression
vaadin-combo-box
update contributing.md and references with branching strategy:
doing release, assuming 0.1.0
1. new MR from release-0.1.0 to main in git ui (review; merge; smoke-test)
1.1 maven deploy
mvn clean verify ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.