issues Search Results · language:Dune language:HTML language:JavaScript language:JavaScript language:JavaScript linked:pr
Filter by
2.2M results
🐛 Bug Report
Description
tests/smoke.test.js reads CSS files from components but omits forms.css from the concatenated CSS string:
const tabs = readFileSync(... tabs.css ...)
const badges = readFileSync(... ...
accepted
animation
bug
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate
🐛 Bug Report
Description
core/animations.css applies will-change to multiple animation classes:
/* Line 956 */
will-change: width;
/* Line 1115 */
will-change: border-radius, transform;
/* Line 1216 ...
accepted
animation
bug
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate
type:feature
Feature Name
Mini Calendar / Event Card Component
Description
A compact calendar and event card component designed for dashboards, productivity apps, booking systems, and scheduling
interfaces. The ...
accepted
animation
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate
type:feature
🐛 Bug Report
Description
easemotion/all.css imports ./variables.css which contains only:
/* EaseMotion CSS — shared variables for modular imports */
@import ../core/variables.css ;
This creates an ...
accepted
bug
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate
type:feature
🐛 Bug Report
Description
components/loaders.css hardcodes the loader size:
.ease-loader {
width: 32px;
height: 32px;
}
Unlike other components (e.g. navbar glass blur uses --ease-navbar-glass-blur, ...
accepted
bug
component
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate
🐛 Bug Report
Description
components/forms.css uses !important on validation state border colors:
.ease-input-success:focus {
border-color: var(--ease-color-success, #22c55e) !important;
}
.ease-input-danger:focus ...
accepted
bug
component
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate
🐛 Bug Report
Description
core/variables.css defines breakpoint tokens:
--ease-bp-sm: 640px;
--ease-bp-md: 768px;
--ease-bp-lg: 1024px;
--ease-bp-xl: 1280px;
However CSS custom properties (var()) cannot ...
accepted
bug
component
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate
🐛 Bug Report
Description
components/badges.css exports two identical class prefixes for every badge variant:
.em-badge,
.ease-badge { ... }
.em-badge-danger,
.ease-badge-danger { ... }
.em-badge-success, ...
accepted
bug
component
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate
🐛 Bug Report
Description
components/sidebar.css .ease-sidebar-main uses hardcoded transition values instead of design tokens:
.ease-sidebar-main {
transition:
transform 0.5s cubic-bezier(0.16, ...
accepted
animation
bug
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate
Minor version bump from 1.1.0 to 1.2.0.\n\nUpdates manifest.json, package.json, and
test/uber/shared_constants/version-sync.json.

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.