Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Graphe des révisions

111 commits

Auteur SHA1 Message Date
kilo
27b5e77d1e Update main.css 2017-07-11 18:33:38 +10:00
kilo
9830ac76dd spacing after description 2017-07-11 18:33:27 +10:00
kilo
fa0ca6e488 Update main.css 2017-07-11 18:33:27 +10:00
kilo
57bfbff566 Update main.css 2017-07-10 22:11:35 +10:00
kilo
438a490f68 Update main.css 2017-07-10 22:11:35 +10:00
kilo
83c352c724 Update main.css (#1150) 2017-07-10 15:36:37 +10:00
kilo
61a267af43 Better alignement in user torrent page (#1147)
* Update main.css

* Update torrents.jet.html
2017-07-10 15:13:11 +10:00
kilo
ce1d9d8cec Better padding in user settings (#1144)
* Update main.css

* Update main.css
2017-07-10 15:12:58 +10:00
kilo
c580cfaffe First few fixes of header & refine changes (#1146)
* make refine stick to search bar

* Update search.jet.html
2017-07-10 14:57:59 +10:00
kilo
f5a86525d0 Header & refine dropdown changes (#1130)
* add button in header & remove two options from header search

* dont show refine button on small screens

* remove the div in there

* to put it there and add display: none when needed

* add refine class for future js code

* add function in code to toggle refine

* more html changes

* spacing changes

* add limit & show trusted and all that stuff to refine

* add margin

* obligatory css changes

* forgot {{ }} for a variable name

* add function on onclick refine button

* wrong file

* put onclick & translation on button
2017-07-10 13:57:59 +10:00
kilo
90fa1ad922 Remove unwanted torrent name spacing in user torrents (#1143)
* Update main.css

* might as well remove the now unused category
2017-07-10 13:57:07 +10:00
kilo
5a97ac8830 Update main.css (#1142) 2017-07-10 13:57:00 +10:00
kilo
2a119e6537 make size & date centered in user torrent view (#1140)
* css changes

* Update main.css

* Update torrents.jet.html
2017-07-10 13:55:49 +10:00
kilo
baeb405490 too lazy to make a title (#1138)
* preliminary work

* Update main.css
2017-07-10 13:55:29 +10:00
kilo
efafd2cbfb Add required !important for css to apply 2017-07-09 16:56:23 +02:00
akuma06
3c4857cc8d Merge branch 'refactor' into second-batch 2017-07-09 16:51:28 +02:00
kilo
1b2d16ba78 Fix displaying of user-torrents (#1132)
* Update torrents.jet.html

* Update main.css

* Update main.css

* Update torrents.jet.html

* Update main.css

* Update torrents.jet.html
2017-07-10 00:36:36 +10:00
kilo
a81453ab41 Fix display of multiple flags on torrent viewing page (#1128)
* Update main.css

* whoopsies
2017-07-10 00:35:48 +10:00
kilo
2943fdf6e1 Add small "language is not mandatory" message (#1129)
* add class in css

* html change

* Update en-us.all.json

* Update fr-fr.all.json
2017-07-09 12:19:59 +10:00
kilo
c68b93a33b Update main.css 2017-07-08 22:11:38 +02:00
kilo
efe7421ad0 Update main.css 2017-07-08 21:12:52 +02:00
akuma06
c9643ffa29 Merge pull request #1118 from Kiloutre/patch-7
Make categories borderless and add border through css refactor
2017-07-07 19:26:34 +02:00
kilo
1cb7c85728 Update main.css 2017-07-07 17:59:20 +02:00
kilo
77566b7de7 Update main.css 2017-07-07 02:54:31 +02:00
kilo
f340314d62 Update main.css (#1109) 2017-07-05 15:31:06 +10:00
akuma06
f7abfc53db Merge branch 'refactor' into pr/1089 2017-07-05 02:28:48 +02:00
kilo
6d5181a024 Update main.css 2017-07-03 16:32:30 +02:00
kilo
d1f5fe99e6 margin for flags in view.html 2017-07-01 14:15:38 +02:00
kilo
2ecc6d7019 change width: 45% to max-width: 470px 2017-07-01 02:25:30 +02:00
kilo
8a3a7f9946 more css changes 2017-07-01 02:18:11 +02:00
kilo
5c108eadd5 position improvements 2017-06-30 23:05:39 +02:00
kilo
789f97d26b change pictures to label (CSS) 2017-06-30 22:43:02 +02:00
kilo
6fd17a62f4 flag spacing (margin) 2017-06-30 22:00:52 +02:00
kilo
b4529f6312 css changes 2017-06-30 21:59:41 +02:00
kilo
fae254c404 <kilo> u want me to re-make the PR but on the refactor branch, right? (#1087)
* margin-top removal

* flag-other background: none

* torrent language on other - upload.htl

* torrent language edit.html

* torrent language admin edit
2017-06-29 22:16:21 +10:00
akuma06
5991a21818 First batch of changes for the refactor (#1078)
* First batch of changes for the refactor

Added the support of gin in routes and other services/utils
Begining implementation of JetHTML

* Remove os folder

* Move scrapers to own repo

* Second batch of changes

All .jet.html are the working templates.
You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome

* Move captcha to util

* Move uploadService to utils

* Use govalidator instead of regex

* Third batch of changes

All the front end should as previously.
I also fixed some minor things unrelated to the refactor (mostly style issues on static pages)
Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates.
Same for infos.
Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages.
Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")`
And also csrf, with the command `yield csrf_field()`
To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`.

Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors"

* Added test on templates

When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context)

* Panel admin works

Now the templating part should work. The PR can now be fully tested.

I think we should push the templating PR  and do the routes/controllers/removal of services in another branch. So we know that this one is functional

* Updated dependencies

* Fixed test for modelhelper

* Fix testing for commentlist

* Fix travis :')

* Just renamed router and removed network

* Applying same SEO fix

* Update form_validator.go

* Added back regexp package
2017-06-28 21:42:38 +10:00
kilo
a47f89cd0b Make flags overlap category icon (#1059)
* Prettier flag position

* flag overlap category icon

* HTML changes

* fix css that didn't apply properly & colspan not always being there

* Update main.css

* Update home.html

* Update home.html

* Update main.css

* Update main.css
2017-06-24 09:05:21 +10:00
PantsuDev
68ac3c21ad Remove left & right 15% 2017-06-23 11:28:55 +10:00
akuma06
8c62d7bbe6 Fix modtools always shown 2017-06-23 03:15:56 +02:00
kipukun ;_
d32e985259 main.css: Increase size of stat columns (#1044)
Prevents wrapping.
2017-06-21 13:04:25 +10:00
kipukun ;_
4aa9a62613 main.css: Make download button less big (#1043)
I don't like it that big desu
2017-06-21 12:51:40 +10:00
kipukun ;_
121101fe1c Frontend small (#1040)
* Header isn't as WIDE on resolutions past 1920

* Turn down the fucking volume because it scares the shit out of me everytime

* Make clear the mascot is clickable

* Make torrent buttons not fuckhuge

* Just show N/A on no website

* search.html: Fix minor typo in refine box
2017-06-21 11:28:47 +10:00
PantsuDev
86d1f2fc9c Fix stupidly wide header 2017-06-21 09:53:39 +10:00
PantsuDev
13b37cefe0 Revert "make it wider (#1029)"
This reverts commit d6621d6643.
2017-06-21 09:47:55 +10:00
akuma06
d3ccdc4af1 Optional fix for wide screen (#1007)
* Should fix old uploader name in torrent view

* Fix "save changes" in modtools

* Modtool more colorful

* Fix search bar placement in modpanel

* Fix for widescreen

* Fix buttons in modpanel and some troncated text

* Update torrent.go

* Update admin_index.html

* Some last fix

Re added icon on download&magnet links
2017-06-20 23:15:26 +10:00
Andrew Zhao
8d4038e14e un-expandong the user panel (#1030)
makes it less shitty when the user isn't logged in
2017-06-20 16:32:38 +10:00
Andrew Zhao
d6621d6643 make it wider (#1029)
make it wider
2017-06-20 16:32:30 +10:00
kipukun
4d3340a32e Yay refine looks better (#1028)
* Yay refine looks better

* Added Translation
2017-06-20 12:07:03 +10:00
kipukun
5bc922781c Frontend aesthetic (#1015)
* Make view page not shitty

* View page <td> now ellipses on overflow

* Make flags not look shitty

* Updated mufuyu sound

* Updated multiple flag

* Updated other flag (thanks anon)
2017-06-17 08:49:57 +10:00
kipukun
95173a0f33 Frontend v9000 (#1008)
* Should fix old uploader name in torrent view

* Fix "save changes" in modtools

* Modtool more colorful

* Fix search bar placement in modpanel

* Make colors more consistent; less would be super helpful tbqach fam

* Display the old username if it's there

* Fix some admin index html

* Add custom icons and remove png code from all CSS

* Move a good amount of cosmetic code from main to classic

* Fix some weird bug with point-events; add some global icon formatting; fix mascot fucking up

* Spruce up admin panel with icons on smaller viewports, along with adding trash icon

* 404 redesign ;^)

* Mufuyu mascot on all themes; says something slightly lewd

* Fix weird user menu bug where shit would overflow
2017-06-16 08:57:52 +10:00