mystor / gh-release-watch

Watches github repositories for new tags, and lets you know when they are released
http://gh-release-watch.com/
MIT License
43 stars 4 forks source link

Broken without Javascript #2

Open pR0Ps opened 10 years ago

pR0Ps commented 10 years ago

Without JS, I wouldn't expect anything advanced to function, but if I type in the name of a repository and hit enter (or hit the watch button), I would expect that repository would still be added to my watched list. Logging in and out should also still work.

And yes, I do realize the irony of opening an issue on a Meteor application about it not working without JS haha

mystor commented 10 years ago

I would love to fix this, and it wouldn't be too difficult to do for watching the repository (once you are already logged in) using routecore.

However, I am using Meteor's accounts system, which unfortunately has no method of working without javascript as it runs largely client-side. It would be annoying to rewrite the entire login system to not use javascript on the client.