You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.
Any area of the site that has pages use JS to load the next page. The relative times are also done through JS so when you click a button for a page, it'll load the page, but won't render the time at all.
This is because of Vue not re-running when something has been hotswapped into the page. We'll just have to remove the seamless navigation from here as there's no proper way of re-running Vue rendering on specific content only
edit: we could also alternatively replace the pjax-like loading of content with Vue entirely, but that means re-writing a lot of the frontend as Vue components
https://i.imgur.com/Hz5KrrT.png
Happens after you change page while viewing jobs, etc:
https://www.gmodstore.com/jobmarket/jobs/browse?page=2
to
https://www.gmodstore.com/jobmarket/jobs/browse?page=3
Only happens when you click the actual buttons though.
The text was updated successfully, but these errors were encountered: