gosora/routes
Azareal 9075798128 Alerts are now rendered via a client side transpiled template rather than being hard-coded.
Tweaked some bits to make them more 32-bit friendly for GopherJS, but this might not be necessary now.
Added notice.html
Added an alerts package to fix the import cycles, more things may be moved here soon.
Saved a few lines of accumulator code in a few stores.
Moved the AccountEditCriticalSubmit, AccountEditAvatar, AccountEditAvatarSubmit, AccountEditUsername, and AccountEditUsernameSubmit routes into the routes package.
Added a QueryRow method to AccSelectBuilder.
Tweaked the indentation in the generated templates.
Simplified the template render in the AccountEditUsernameSubmit route into a redirect back to the previous page.

Run the update script / patcher to replace the route names in the viewchunks table.
2018-05-14 18:56:56 +10:00
..
panel Updated the codebeat and codeclimate config files. 2018-01-21 11:17:43 +00:00
account.go Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
api.go Changed the defaultest default theme to Cosora... For now. 2018-03-17 08:16:43 +00:00
forum.go Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
forum_list.go Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
misc.go Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
moderate.go Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
poll.go You can now view the results of polls. 2018-01-28 14:30:24 +00:00
profile.go Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
reply.go Fixed the "bad file" bugs #7 2018-05-11 17:22:42 +10:00
topic.go Fixed the "bad file" bugs #7 2018-05-11 17:22:42 +10:00
topic_list.go Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
user.go Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00