Pinned Loading
-
FloatSidebar.js
FloatSidebar.js PublicA lightweight (2kb gzipped), zero-dependency javascript library for making a sidebar float.
1,186 contributions in the last year
Day of Week | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
February 2025
Created 15 commits in 4 repositories
Created a pull request in vaadin/web-components that received 5 comments
refactor: use _onResize instead of IntersectionObserver
Description
Removes IntersectionObserver
from FormLayout in favor of ResizeMixin's _onResize
which is also triggered when the element's visibility …
+9
−25
lines changed
•
5
comments
Opened 19 other pull requests in 3 repositories
vaadin/web-components
3
open
1
closed
13
merged
-
feat: add form layout CSS properties, deprecate form item ones
This contribution was made on Feb 18
-
feat: introduce autoResponsive mode
This contribution was made on Feb 17
-
feat: introduce form-layout auto responsive mode
This contribution was made on Feb 11
-
test: switch from puppeteer to playwright chrome
This contribution was made on Feb 10
-
refactor: simplify isValidCSSLength by using CSS.supports
This contribution was made on Feb 6
-
refactor!: use CSS gap for row and column spacing
This contribution was made on Feb 5
-
test: improve test coverage by using native input
This contribution was made on Feb 4
-
test: add missing nextResize
This contribution was made on Feb 4
-
test: refactor tests to avoid relying on implementation details
This contribution was made on Feb 4
-
refactor!: remove unnecessary subscription to animationend
This contribution was made on Feb 4
-
test: remove IntersectionObserver-related test
This contribution was made on Feb 4
-
refactor: use _onResize instead of IntersectionObserver (#8620) (CP: 24.5)
This contribution was made on Feb 4
-
refactor: use _onResize instead of IntersectionObserver (#8620) (CP: 24.6)
This contribution was made on Feb 4
-
fix!: remove FormLayout workaround for MS Edge < v16
This contribution was made on Feb 3
-
refactor: simplify observers setup, improve tests
This contribution was made on Feb 3
-
test: add sendMouseToElement test runner command (#8566) (CP: 24.5)
This contribution was made on Feb 3
-
test: add sendMouseToElement test runner command (#8566) (CP: 24.6)
This contribution was made on Feb 3
vaadin/flow-components
1
merged
-
refactor: import TextField class from @vaadin/text-field
This contribution was made on Feb 7
vaadin/flow
1
merged
-
fix: add viewport-fix=cover to index.html as well
This contribution was made on Feb 3
Reviewed 22 pull requests in 2 repositories
vaadin/web-components
20 pull requests
-
feat: add form layout CSS properties, deprecate form item ones
This contribution was made on Feb 18
-
chore: upgrade typescript and eslint dependencies
This contribution was made on Feb 14
-
chore: add check-releases script
This contribution was made on Feb 11
-
chore: upgrade playwright to 1.48.2 (#8355) (#8466) (CP: 23.5)
This contribution was made on Feb 11
-
test: switch from puppeteer to playwright chrome (#8659) (CP: 24.5)
This contribution was made on Feb 10
-
test: switch from puppeteer to playwright chrome (#8659) (CP: 24.6)
This contribution was made on Feb 10
-
test: switch from puppeteer to playwright chrome
This contribution was made on Feb 10
-
chore: upgrade playwright version to ^1.50 (#8652) (CP: 24.6)
This contribution was made on Feb 10
-
test: remove console.log from grid-pro keyboard test (24.5)
This contribution was made on Feb 10
-
chore: upgrade playwright version to ^1.50
This contribution was made on Feb 10
-
refactor!: use CSS gap for row and column spacing
This contribution was made on Feb 8
-
test: cleanup outdated checkbox-group focus test
This contribution was made on Feb 7
-
test: cleanup outdated select tests for Tab keydown event
This contribution was made on Feb 7
-
fix: restore scroll position when virtualizer host is connected
This contribution was made on Feb 6
-
docs: add new variable doc and deprecate old one
This contribution was made on Feb 5
-
feat: add form layout row spacing, deprecate form item row spacing
This contribution was made on Feb 4
-
feat: type event target for upload events
This contribution was made on Feb 4
-
refactor: simplify observers setup, improve tests
This contribution was made on Feb 4
-
fix: use the most recent IntersectionObserver entry in form-layout (#8596) (CP: 24.6)
This contribution was made on Feb 3
-
fix: use the most recent IntersectionObserver entry in form-layout (#8596) (CP: 24.5)
This contribution was made on Feb 3
vaadin/flow-components
2 pull requests
-
refactor: import TextField class from @vaadin/text-field
This contribution was made on Feb 7
-
fix: ignore row details cells when applying cell update animation
This contribution was made on Feb 3
Created an issue in vaadin/flow that received 1 comment
Feature flag changes are ignored on client side when default bundle is used
Description of the bug
I downloaded a project from Vaadin Start and enabled the accessibleDisabledButtons
feature flag via Copilot. When the server…
1
comment
Opened 6 other issues in 1 repository
vaadin/web-components
6
open
-
[form-layout] Add fitFields support to autoResponsive mode
This contribution was made on Feb 17
-
[form-layout] Add labelsAside support to autoResponsive mode
This contribution was made on Feb 17
-
[form-layout] Add autoRows, FormRow and br support to autoResponsive mode
This contribution was made on Feb 17
-
[form-layout] Add expandColumns support to autoResponsive mode
This contribution was made on Feb 17
-
[form-layout] Initial implementation of autoResponsive layout model
This contribution was made on Feb 17
-
Deprecate form item CSS properties, introduce form layout properties
This contribution was made on Feb 17