web
web copied to clipboard
The open.mp web services monorepo. Homepage, documentation, server index, and more! All in one place.
The server listing frontend code could do with the same treatment as the forum code. - Shove it in a directory - Split out into components - Pull requests into...
On threads with lots of pages, you often want to go to the last post to catch up on discussion (note: keeping track of read content is another feature) so...
Breadcrumbs would show a more logical path and it would be more clear what the user is "returning" to. Because, a "back" button implies they'd go back to where they...
It seems requests prior to the /self call don't include cookies (not sure why) so these pages will kick back 404s or other errors for admins when SSR'd.
I'm not sure if this has already been mentioned in another issue, I searched but I didn't find anything referring to it. As said in the title, there could be...
I found two possible mistakes in docs/resources. - In Skins page (https://open.mp/docs/scripting/resources/skins) there is wrong image of skin with ID 167 - Cluckin' Bell Worker (https://assets.open.mp/assets/images/skins/167.png). I would fix this...
Add a direct link to edit a wiki page. Example: https://open.mp/docs/scripting/functions/GangZoneDestroy contains a link somewhere that links to https://github.com/openmultiplayer/web/edit/master/docs/scripting/functions/GangZoneDestroy.md
those make errors: < ~ > ^ + - = / \ Error: "Application error: a client-side exception has occurred (developer guidance)."
To remove dependency on the API for docs, we can use the GitHub tree API: Example: https://api.github.com/repos/openmultiplayer/web/git/trees/master?recursive=true Docs: https://docs.github.com/en/rest/reference/git#get-a-tree
I know there's #12, which is by far the best solution. But in the interim, a simple edit/help link in the footer that goes to this repository would at least...