Recent content by digitalpoint

  1. digitalpoint

    XF 2.3 Boosting performance in XenForo 2.3

    I know I'm late to 2.3, but I finally got around to rewriting some stuff for 2.3. No jQuery or FA font files is so good. About a quarter second full load/render time (this is even with Google Analytics running). Okay... going back to the future.
  2. digitalpoint

    XF 2.3 AI agents

    Same as when computers became a thing… people get more efficient at what they do. 🤷🏻‍♂️
  3. digitalpoint

    XF 2.3 AI agents

    Could kind of argue it's doing that now. I mean I didn't ask it to look at my Marketplace addon (or any addon for that matter). I literally just said, "make an entity"... it took it upon itself to look at all the addons installed (as well as XF core code) and from what was there, it decided...
  4. digitalpoint

    Fixed Reaction issue on Android

    Maybe you just have fat fingers? hah j/k... I obviously didn't test it exhaustively, it was more a 10 second thing to inject the CSS to the message footer and click it a couple times. Was working for me, but also was one browser, one device and a couple clicks is all.
  5. digitalpoint

    XF 2.3 AI agents

    No... but I probably should add that functionality at some point because the whole thing is actually built to handle multiple sellers. So like seller A could offer coupon(s) for their stuff or something. I still am kind of gobsmacked that I didn't ask it to do anything specific other than...
  6. digitalpoint

    XF 2.3 AI agents

    Right... been using AI for very specific tasks like rewriting jQuery into native code... but this is a whole different level, where it tries to understand internal code/structure for your project... not generic refactoring of code. Like I didn't even ask it to make a coupon entity or how to...
  7. digitalpoint

    XF 2.3 AI agents

    It certainly isn't perfect... but, are you ****ing kidding me right now? 😂
  8. digitalpoint

    XF 2.3 AI agents

    Uh... it's not often that my mind is blown, but this morning I screwed around with Junie (an AI agent inside phpStorm). I gave it zero training or instruction except I just wanted to see if it could figure out how to make a XenForo entity class on it's own, so I asked it: "make entity"...
  9. digitalpoint

    Fixed Reaction issue on Android

    So I actually tested it, and this does appear to make it work as expected: .message-footer { -webkit-user-select: none; user-select: none; } SO much better. Safari does need the -webkit prefix, but seems to be working as expected... so maybe WebKit did fix whatever the issue was.
  10. digitalpoint

    Fixed Reaction issue on Android

    Hah who knows… what if some JS was added that adds user-select: none; to the entire HTML element on click and removes it on release of that click? 🤷🏻‍♂️
  11. digitalpoint

    Fixed Reaction issue on Android

    Better, but still some weirdness with how text gets selected when you hold. Sometimes on the “Like” text as well. Maybe some CSS is in order? user-select: none;
  12. digitalpoint

    [DigitalPoint] PWA

    Sorry, I don't have any idea what UI.X/AC.UI is. If a theme doesn't have the same mechanisms to work like default XF, you will need to talk to the theme author. This addon is designed to work with normal the XenForo style. Also, it might make sense to wait until XenForo 2.4, as this addon is...
  13. digitalpoint

    [DigitalPoint] PWA

    Not really sure what you are asking, but this addon doesn't change the fundamentals with how XenForo works/looks.
  14. digitalpoint

    Implement AVIF image support

    It probably does make sense to support AVIF soon(ish). According to caniuse: WebP (already supported by XenForo) is at 95.92% user browser support. https://caniuse.com/webp AVIF (not currently supported by XenForo) is at 93.71% user browser support. https://caniuse.com/avif So we are...
Back
Top Bottom