Jump to content

Ghost Face

Members
  • Posts

    41
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Ghost Face

  1. Who said it was simple and easy? I'm sorry to burst your bubble, but optimization is indeed taking code and improving it. Anyways, I'm going to let you dwell in your comfortable bubble. Not a fan of such negativity! ✌️
  2. If this would be the case, it wouldn't be a standard in modern JS frameworks. At least I can't think of any popular framework that doesn't use it, or a mix of PostCSS and PurgeCSS. Very big CSS Framework like Tailwind, Bootstrap and Bulma even recommend this approach unless you want to end up having CSS files with several megabytes. I don't understand why you think you'd get lost in your CSS. Nothing changes at how or where you write your CSS. The only thing that changes is how much of your CSS you deliver to your users. Loading another page also wouldn't be a problem since you could simply prefetch any missing CSS files or properties by hovering over a page link for example.
  3. I don't think it's too hard to do. Tools that do exactly this already exist and are used in the most modern javascript frameworks such as NextJS. https://purgecss.com/
  4. I would also love to see this implemented. Definitley something I'm missing right now!
  5. I agree. I get horrible results on localhost. I'll probably get a better score inside the live enviroment after optimizing everything, but still.
  6. Was told to post this here as a suggestion, so might as well!
  7. I've already removed the HTML code for it for now. While removing the HTML or hiding it via CSS is a solution, it doesn't actually avoid the ability to remove reactions if you know your way around it obviously. Thank you though, I'll post a suggestion and maybe this gets implemented in the future!
  8. How can I prevent users from removing their reactions? I spent a lot of time searching for this setting but haven't found it. All I've found was the daily limit for reactions.
×
×
  • Create New...