Jump to content

bernhard

Members
  • Posts

    6,252
  • Joined

  • Last visited

  • Days Won

    312

Everything posted by bernhard

  1. Hey @FireWire Thx for the great meeting, I created a question in the Nette forum: https://forum.nette.org/en/36655-how-to-get-useful-debug-screens-for-latte-file-errors#p227620
  2. Thank you too! It was great and I learned a lot πŸ™‚ I'll try to remember using fn(...) => and also try to experiment with strict types πŸ™‚ Please mark this topic [solved] thx πŸ™‚
  3. Then you can do this: $field = $modules->get('InputfieldText'); $field->collapsed = wire()->user->isSuperuser() ? Inputfield::collapsedNo : Inputfield::collapsedHidden; ...
  4. Hey @FireWire let's have a meeting to look into that issue together?
  5. You could ask an AI to provide additional search terms:
  6. Hey @netcarver very interesting πŸ™‚ I've never worked with them but from the demos these two look like very good candidates: http://fabricjs.com/ https://github.com/bubkoo/html-to-image
  7. Hey @uliverse sorry for the trouble. This cost me some headache today 😞 I can confirm there is an issue and I have to look into that as soon as possible. I really did a lot to make the experience as smooth as possible, but somehow something broke...
  8. Hey @uliverse thx for asking. Please invest 15 minutes to understand what npm is and does: I've added this section to the readme: https://github.com/baumrock/site-rockfrontend Does that help?
  9. Hey @Stefanowitsch I'm not using SCSS in any project so I don't have a quick answer and I'd appreciate if you could debug this on your own and let me know if anything has to be changed in the module to make it work. The SCSS support has been added by a PR: https://github.com/baumrock/RockFrontend/pull/29 Maybe you can ping the author about the problem?
  10. Thx @adrian I don't know why but now it works. Maybe I had a typo, maybe something else, I don't know πŸ™‚
  11. Hey @adrian I'm using ProcessPageList() to render a pagelist in my custom process module. I wondered why I only get bd() calls in the debug bar for ajax requests when collapsing a tree item, but not for the very first one. This is my code: <div id='pageviews'></div> <script> $('#pageviews').ProcessPageList({ rootPageID: 1, showRootPage: true, ajaxParams: {'rockcounter': true}, }); </script> I then tried wrapping that code in setTimeout() with a delay of 1000ms and then I got the bd() calls also for the very first request. Is there any recommended way of dealing with this? I tried to wait for dom ready, but that seems to be too early and tracy didn't catch the first request. On my laptop it works with a delay of 100ms, but in other setups it might be different, so I'm wondering if there is a solid way of waiting for tracy to capture the ajax call?
  12. Does anybody of you guys have some numbers in how much faster PW gets when using nginx instead of apache?
  13. Good point, guess I was just too lazy πŸ˜„ Definitely better, thx!
  14. There you can input 1,2,3 for "every 1st monday". Thx for the question, I added this: With that ui really complex rules are possible and imho quite easy to understand:
  15. Very well done! Looks great. What does it show if "every 1 day" is selected? I also thought of hiding those settings based on the frequency dropdown, but I realised that they can be used in a combined way as I showed above. Not sure what to do about this. Sometimes it might be preferable to have more options, sometimes it might be better to have a slicker ui...
  16. Thx @szabesz I've corrected this! Now it is in sync with the resulting rrule text πŸ™‚ @monollonom the interface is nice, but also limited as far as I can see? Would the rule shown in the screenshot above be at all possible in your UI? Or what did you want to say with your post?
  17. I removed the header in simple mode to be even more compact: In advanced mode the header will be shown:
  18. Thx. I changed the default pagination size to 5 instead of 10 which makes the grid almost half the vertical size: If anybody needs to see more events the pagination size can be changed via dropdown. I think completely hiding it is not a good idea, because the live preview is important to double check the result of the rrule that is setup above. For example it's easy to forget to change from "every day" to "every week" and with the live preview one can instantly see that, because days will be mo, tu, we, th, fr... instead of mo, mo, mo, mo...
  19. Cool, thx πŸ™‚ Thx a lot. Always appreciated! Actually it's the other way round. I think I can just remove the warning πŸ˜„
  20. Hey @gebeer thx for choosing RockPdf and thx for the great write up 😎 I agree with @gmclelland that the pdfs look very good! πŸ™‚ I'm wondering why you have append = true here? Some background for anybody interested: This flag is intended for multi-language use, where you might want to create multiple versions of one pdf (english, german, etc.). Using this flag you can foreach over all languages and then create the PDF in that language and append it to the file field in question πŸ™‚ Maybe that's why you are using it? Then this background info might be worth to mention πŸ™‚ This is a real gem! For anybody not aware of this see https://www.baumrock.com/en/processwire/modules/rockfrontend/docs/dom/
  21. This is a demo of how to use the new trash feature 😍 And this is a demo of how to create a quite complex custom recurring schedule: I think this should already be quite usable!
  22. Done! Here is the link for everybody to submit a review πŸ™‚ https://www.softaculous.com/review/ProcessWire If you are short on time: https://www.softaculous.com/rate/ProcessWire Both without registration!
  23. Exactly. That's one of the advantages of this concept πŸ™‚ The UI is the tricky part... Yeah a draft is already there πŸ™‚ But there is more to it to cover all options. That's the next part to tackle 🀞
Γ—
Γ—
  • Create New...