ralix icon indicating copy to clipboard operation
ralix copied to clipboard

✨ Microframework for building and organizing your front-end

Results 7 ralix issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/ralixjs/ralix/issues/20 **RUN** ``` yarn test ``` **COVERAGE** ![Screenshot from 2022-08-31 18-40-28](https://user-images.githubusercontent.com/52105758/187733944-e903efa8-a73a-4c62-b012-8bee414f9068.png)

wip

To be able to remove all listeners of a type/types given an element/array/query selector. As we already have the `on` method it will be consistent to have a method to...

enhancement
core

Yes, we need some tests and CI 💪

core
engineering

**Problem** Right now we don't have any information as how the request went (status code) as we are only returning the parsed body of the response. **Proposed solution** Return the...

core
discussion

Let's imagine we have a list of menus that we want to observe and do something if that menu is opened, right now we should something like this: ``` findAll('.menu').forEach(menu...

core
discussion

in `addEventListener` we can pass an object with some usefult options like `once`, `capture` or `signal` but right now we can't pass this options using the `on` helper. So my...

enhancement

There are two changes in this request: 1. The sanitize helper now performs a more thorough sanitization and is ready to accept different types of objects. (We moved the enhanced...