fedora-tagger
fedora-tagger copied to clipboard
History back/forward does not work
It changes the URL but not the content
We're using window.pushState
to manipulate the browser history when users navigate to new cards.
To do what you suggest, we'll need to hook into the popstate event
I'm not certain how to implement this (never did it myself), but maybe we could look at the code of how github implements it when browsing the source online.
I'd like to work on this issue. Could someone help me please on how to get started?
@vatika do you have tagger running on your local machine?
Hi, I would like to work on it, if anybody is not working on this fix.
@userimack the first step will be to get fedora-tagger running on your system
ok I am trying to run it asap!
hi @pypingou , during installation I am unable to solve this error. link- http://ur1.ca/ofw2s
Looks like you're missing gcc
on your machine
Hi, when I run ./runtests.sh after installing test-requirements.txt, I got this FAILED (errors=22, failures=1) in which error in database creation error are present.
I am working on it now. Would require some help though.