Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Listed date not shown on jobs when switching page #465

Open
Badger9 opened this issue Oct 31, 2018 · 2 comments
Open

Listed date not shown on jobs when switching page #465

Badger9 opened this issue Oct 31, 2018 · 2 comments

Comments

@Badger9
Copy link

Badger9 commented Oct 31, 2018

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.

@kanalumaddela
Copy link

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.

@Marcuzz
Copy link
Member

Marcuzz commented Oct 31, 2018

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

@TheodoorP TheodoorP changed the title Listed date not shown on jobs Listed date not shown on jobs when switching page Dec 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants