Hans Lemuet

Results 52 issues of Hans Lemuet

Hello, I think that `title` and `description` are very generic names, likely to cause collisions in apps. Actually I had strange errors and realized it was caused by helpers that...

Hi there, I'd like to be able to listen to some events on the accordion, in order to refresh other parts of my page when an accordion item is open...

I would like to gather feedback, to figure out what the future of Komponent should look like. We created Komponent in 2018 when we felt that there was no convincing...

help wanted
question
discussion

This is an evolving draft of the steps needed to migrate your project and components from Komponent to [ViewComponent](https://github.com/github/view_component). Please add your notes and comments below. ## Goals List the...

help wanted
need review

Let's support Webpacker 4 :)

help wanted

Following #121 and #136, what about calling this line: config.paths.add "frontend/components", eager_load: true directly from the gem instead of adding it to `config/application.rb` when running the install generator. Let's make...

enhancement
question

Drawing inspiration from https://github.com/jensljungblad/components#rendering-components-without-a-partial we could have a `render` method in our component module, that would return the HTML code for the component. It would be a nice performance improvement...

enhancement
good first issue

When we run `rails g komponent:install`, let's create a file in `frontend/base/variables.(s)css` When we generate a component, we should `@import` the variables file by default in the generated (S)CSS file....

enhancement
generator
easy pick

It would be great to have a generator to rename a component: - change the folder name - change the file names - replace occurrences of the old name with...

enhancement
help wanted
generator

The README [mentions](https://github.com/algolia/algoliasearch-rails#exceptions) how to disable exceptions, but not how we should handle them properly, for instance in production. I do not want my update to break if the record...