nfoert

Results 53 comments of nfoert
trafficstars

@ar4s upon releasing `v0.0.7-alpha` it appears that this bug is still in effect ![image](https://github.com/user-attachments/assets/d90c3092-1f4b-44cb-b08f-221844ceb2eb) The following browser errors are reported in the console ``` Cross-Origin Request Blocked: The Same Origin...

> and I see nothing coming up Thanks for confirming this, usually you would need to search something like `envelope` since the search only knows the base icon names from...

@mSaurabh Currently in most cases where the client makes a request to the server it uses a `fetch` request. Right now the server (via the `views.py`) file is returning an...

@mSaurabh, it's not too much of a change, there's just a few element IDs from the first few weeks of this project using dashes instead of underscores, it could probably...

Thanks for implementing this @ar4s! I was just playing around with it and it seems to be very performant. You said in #73 that you were having trouble with a...

> You can grab editor and I take care of the smallest ones :) Okay, will do!

@ar4s, I also set to ignore any `*.min.js` files so these can stay minified, in case later we're allowing many more directories of scripts to be linted and formatted

It's all yours @Goutamchoudhary907! I'm unsure the best way to fix this, my only idea would have specific stylesheet rules for when a small screen is in landscape mode.