ala'n (Alexey Stsefanovich)

Results 152 issues of ala'n (Alexey Stsefanovich)

Integrate the upcoming `@exadel/ui-playground` library into ESL GHPages demo site. NOTE: iteration can be splitter if needed --- - ✅ I Iteration: Initial - create a loading bundle for ui-playground...

site

As an ESL consumer, I want to have a clear definition of how to use ESLEventListeners and their practical use cases. It is requested to create a README description for...

documentation

As an ESL architect, I want to track code coverage state via automated tools. The repository is proposed to be integrated with one of the code coverage collecting tools (like...

enhancement
under discussion

As an ESL maintainer, I want to have scroll utils of esl-utils module to be covered by unit tests Note: the visual, device, and integration tests are out of scope....

As an ESL Media Query consumer I want to be able to - track my project breakpoint changes (e. g. I have 3 main project brekapoints : Small, Medium, Large...

feature
under discussion

As a ESL consumer, I want to be able to pass additional options with the `esl:show:request`, especially delay to show and filter to ignore some targets. ## API draft ```ts...

feature
released on @beta

As a ESL consumer, I want to be able control phases to auto subscribe/unsubscribe events Proposal: ```suggestion auto?: boolean | 'all' | 'bind' | 'unbind'; ``` _Originally posted by @ala-n...

waits triage

As an ESL consumer, I want to be able to check element visibility using ESL utils. **Suggested implementation** `elem.offsetHeight || elem.offsetWidth || elem.getClientRects().length` **Additional notes* Consider the option to include...

## Current behaviour: 0. `esl:` prefix is authomatically added to events dispatched trough `$$fire` ## Alternative suggestions: 1. Do not add any prefix auhomatically 2. Crete two alternative versions of...

enhancement
under discussion

As a ESL footnotes consumer, I want to be able to have an ability to have multiple alternative markup presented. As for now the only option to handle notes clones...

waits triage