Block or Report
Block or report web-padawan
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
vanilla-colorful Public
A tiny color picker custom element for modern web apps (2.7 KB)
🎨 -
open-wc/api-viewer-element Public
API documentation and live playground for Web Components. Based on Custom Elements Manifest format
-
-
This is a guide intended to introduce to Web Components. Everyone can contribute here!
3,618 contributions in the last year
Less
More
Activity overview
Contributed to
vaadin/web-components,
modernweb-dev/web,
vaadin/flow-components
and 5 other
repositories
Contribution activity
March 2022
Created 34 commits in 2 repositories
Created a pull request in vaadin/web-components that received 5 comments
test: add snapshot tests for checkbox
Description
Added missing snapshot tests for vaadin-checkbox.
Type of change
Tests
+100
−19
•
5
comments
Opened 30 other pull requests in 2 repositories
vaadin/web-components
23
merged
1
open
1
closed
- refactor: use RTL compatible overflow values
- test: cleanup obsolete frozen column test
- feat: add option to freeze columns to end
- refactor: move base styles from themes to src
- fix: update selected item styles to not limit height
- fix: use correct styles for week numbers
- chore: update master to Vaadin 23.1
- chore: update change detection branch to 23.0
- fix: revert setting align-self to stretch
- fix: fire change event after value-changed
- refactor: handle user-selected date properly
- fix: reset stored column order on mousedown
- fix: hide overflowing tree-toggle content
- chore: add script to run npm dist-tag
- Revert "fix: disable cancelSyntheticClickEvents globally (#3515)" (22.0)
- test: add snapshot tests for combo-box
- test: add snapshot tests for time-picker
- test: add snapshot tests for radio-group
- test: add snapshot tests for checkbox-group
- test: use label instead of deprecated default slot
- fix: check if item exists before accessing it
- fix: use margin for centered theme variant
- fix: make vertical groups scrollable to not overflow
- fix: do not expand to full available width
- fix: import vaadin-iconset in main entrypoint
Reviewed 134 pull requests in 44 repositories
vaadin/web-components
27 pull requests
- fix: restore focused attribute behavior
- refactor: use RTL compatible overflow values
- feat: add option to freeze columns to end
- chore: bump web test runner version (22)
- fix: do not delegate focus when clicking on non-focusable child (#3565) (CP: 22.0)
- refactor: move base styles from themes to src (#3549) (CP: 23.0)
- refactor: move base styles from themes to src (#3549) (CP: 22.0)
- fix: revert setting align-self to stretch (#3534) (CP: 22.0)
- fix: update selected item styles to not limit height
- fix: use correct styles for week numbers (#3544) (CP: 23.0)
-
refactor: rename
themeproperty to_theme, deprecatetheme - chore: update master to Vaadin 23.1
- fix: do not fail when saving a new item when using dataProvider (#3533) (CP: 22.0)
- fix: do not fail when saving a new item when using dataProvider
- fix: reset stored column order on mousedown (#3527) (CP: 22.0)
- test: add snapshot tests for time-picker
- fix: reset stored column order on mousedown
- fix: use margin for centered theme variant (#3511) (CP: 22.0)
- test: add snapshot tests for combo-box
- test: use label instead of deprecated default slot (#3514) (CP: 22.0)
- fix: disable cancelSyntheticClickEvents globally (#3510) (CP: 22.0)
- fix: check if item exists before accessing it (#3513) (CP: 22.0)
- fix: disable cancelSyntheticClickEvents globally
- fix: make vertical groups scrollable to not overflow
- fix: do not expand to full available width (#3506) (CP: 22.0)
- Some pull request reviews not shown.
vaadin/flow-components
25 pull requests
- feat: Add HasStyle interface to AppLayout #2854
- Add HasStyle interface to Crud #2853
- feat: add HasStyle interface to CustomField
-
refactor: rename private property
_themeto__theme - chore: add the missing lumo-theme to dialog-integration-tests
- docs: instruct on using IT pages instead of demos
- chore: remove example source annotations and run formatter
- refactor: remove avatar demo
- refactor: remove notification demo module
- refactor: remove menu-bar demo module
- refactor: remove list-box demo module
- refactor: remove date picker demo module
- chore: Update NpmPackages Webjars versions (22.0)
- refactor: remove date-time-picker demo module
- refactor: remove combobox demo module
- refactor: remove context-menu demo module
- fix: set empty title option to avoid default title
- refactor: remove some flow demo modules
- fix: remove server-side modality on outside click
- refactor: remove button demo module
- fix: make Util.toServerInstant not break
- chore: run formatter with formatter-maven-plugin:2.18.0
- chore(deps): bump formatter-maven-plugin from 2.17.1 to 2.18.0
- fix: don't throw on grid details cell focus
- fix: generate sorter aria-label using text content
vaadin/vaadin-control-state-mixin
3 pull requests
vaadin/vaadin-app-layout
2 pull requests
vaadin/vaadin-grid-pro
2 pull requests
vaadin/vaadin-grid
2 pull requests
vaadin/vaadin-rich-text-editor
2 pull requests
vaadin/vaadin-usage-statistics
2 pull requests
vaadin/vaadin-overlay
2 pull requests
vaadin/vaadin-date-picker
2 pull requests
vaadin/vaadin-charts
2 pull requests
vaadin/vaadin-notification
2 pull requests
vaadin/vaadin-crud
2 pull requests
vaadin/vaadin-combo-box
2 pull requests
vaadin/vaadin-ordered-layout
2 pull requests
vaadin/vaadin-date-time-picker
2 pull requests
vaadin/vaadin-custom-field
2 pull requests
vaadin/vaadin-button
2 pull requests
vaadin/vaadin-menu-bar
2 pull requests
vaadin/vaadin-confirm-dialog
2 pull requests
vaadin/vaadin-login
2 pull requests
vaadin/vaadin-text-field
2 pull requests
vaadin/vaadin-form-layout
2 pull requests
vaadin/vaadin-upload
2 pull requests
vaadin/vaadin-select
2 pull requests
19
repositories not shown
Created an issue in vaadin/web-components that received 5 comments
[grid] Add web component logic to freeze column to end
Description
Web component part of #2046 and vaadin/platform#2819
Add property similar to frozen to ColumnBaseMixin that freezes column to the right
5
comments
Opened 21 other issues in 2 repositories
vaadin/flow-components
8
open
3
closed
- Add HasTheme and ChartVariant to Chart
- Add missing DateTimePickerVariant enum
- [dialog] Add API for setting header and footer to Dialog
- [grid] Implement freezing column to end in ColumnBase
- Add HasStyle interface to LoginOverlay and LoginForm
- Add HasStyle interface to Notification
- Add HasStyle interface to Dialog
- Add HasStyle interface to CookieConsent
- Add HasStyle interface to AppLayout
- Add HasStyle interface to Crud
- Add HasStyle interface to CustomField
vaadin/web-components
1
closed
9
open
- [grid] Incorrect overflow attribute set when using RTL
- [dialog] Document setting header and footer
- [dialog] Add web component logic for supporting header and footer
- [grid] Document freezing columns to the end
- Field highlight doesn't show users focused on different RadioButtons
- Field highlight breaks when using vaadin-custom-field
- [AvatarGroup] Avatar group should not have an auto width of 100%
- Field highlighter is not visible for DatePicker
- Investigate flaky tests in CI
- Add warning to iconsets for deprecated iron-icon