Mattia Roccoberton

Results 46 comments of Mattia Roccoberton

Hey @kxu1988 - it's available only for custom code. An example is here: https://blazecss.com/components/calendars/

Hi @Fs00! Thanks for the issue. I have just added a basic Webpacker support in master branch. You can follow the [install instructions](https://github.com/blocknotes/activeadmin_blaze_theme#install) in the README. At the moment, I...

Hi @Fs00. Did you have a chance to make a try? I have just prepared a release with Webpacker support and with some updates to the install instructions in the...

I see your point 🤔 Is the gem available in a local path? If yes, what about trying to add the package from there? https://stackoverflow.com/questions/40102686/how-to-install-package-with-local-path-by-yarn-it-couldnt-find-package#answer-40116358

> It would be a nice solution, but sadly wouldn't work in your scenario because of differences in the way we install gems in a local dev environment vs in...

Hey @tsukaby, I'm not familiar with _platanus/activeadmin_addons_ Can you share some code of the failing case and the expected result? If they are using select2 it could be that the...

Hi @frobert I made some searches but I think that QuillJS doesn't provide a "Show HTML" / "Show source" feature unfortunately. Perhaps the best solution would be to create a...

Recently I was making the same experiment. Here it is a gist to make Trix works with ActiveAdmin (without extra gems): https://gist.github.com/blocknotes/74baceccc74c12c60a60a42d112787a3

> But I have a problem when trying to use this in a has_many nested form ... > f.has_many :steps do |step| > s.input :name > s.rich_text_area :details # this...

Does someone have news about this feature request? 🙏 I'm in a similar situation: I have an Administrate [plugin](https://github.com/blocknotes/administrate_ransack) to use Ransack for some extra filters, but it requires a...