akuma06
a38f79eaf5
Merge branch 'dev' into tags
2017-07-31 17:15:32 +02:00
akuma06
7bd3b176c0
add css tags
2017-07-31 17:13:48 +02:00
kilo
39d5f405a7
Minimum width for the whole website, much better look for header under tight screens ( #1301 )
...
* Css changes
* Better outline for refine button in g.css
* remove hide-xs class from category in header
* Forgot a ;
* User menu alignement on low width
* same as above
* Update main.css
* Update main.css
* Update main.css
* Update main.css
* Update main.css
* Padding enhancement for "Sign in" link and avatar
* Update main.css
2017-07-31 13:13:57 +02:00
kilo
207d72910c
different behavior for refine JS ( #1299 )
2017-07-30 12:52:16 +10:00
kilo
99ef901dc2
Fix CSS line that did not apply ( #1298 )
...
* fix missing ; and change of color
* different color for /g/ refine button
2017-07-30 12:52:01 +10:00
kilo
5f91ecf0b4
Update main.js ( #1296 )
2017-07-28 14:30:07 +02:00
kilo
e70795ba2f
Background-color for refine button, better category borders for tomorrow, some other css stuff ( #1292 )
...
* Update g.css
* Update classic.css
* Update tomorrow.css
* Update g.css
* Update g.css
* Update tomorrow.css
* some <summary> improvements
* make it wider
* better border color for torrent preview tomorrow
* better border for classic
* fixing that god damn padding once for all
* bigger search icon
* Update tomorrow.css
2017-07-28 13:47:50 +10:00
kilo
4fda9d0ba5
forgot to copy paste some code ( #1290 )
...
* Update main.js
* Update main.js
* Update main.js
* Update main.js
* Update main.js
* remove dumb shit
2017-07-28 13:47:26 +10:00
akuma06
03ea72595d
OAuth API [done] ( #1275 )
...
* Initial Commit for OAuth API
This builds and run and return the right error.
Need to test it and then adding all users as possible client
* Added mising dependency
* just compile already...
* Fixing template test
* Imrpovements
Moved db stuff in models
Added some tests
Added form in modpanel to add/update a client
Added controllers for add/update of client
* Added Forms + speed improvements
Controller oauth client listing + html
Controller oauth client delete + messages
Messages on comment delete
New ES config that disable ES if set to false. Improve load speed on local development
Fix a load config bug
Fix index admin & translation string sign_out broken by @ewhal
* Sanitize empty strig in form array + css
Multiple empty array of strings are sanitized for the oauth client create form
Added some css for the form display
* Upload and Create form works
* Fix splitting response types
* Removing required on secret when updating
* fix travis error
* Fix travis template test
* Update dependency
* Moved to jinzhu instead of azhao
* randomizen secret on creation
* Final touch on oath api
improved display name
fix grant form csrf
fix login csrf on oauth
* Fix gorm test
* fix template test
* Fixing deleted dependency issue
* Make travis faster
* Fix typo
* Fix csrf for api calls
* This shouldn't be exempt
* Removing hard coded hash
@ewhal Don't forget to replace the hash in tokens.go with another one
* Added an example on how to use OAuth middleware
* Renamed fosite utils to oauth2 utils
2017-07-28 13:46:40 +10:00
kilo
d5888079f8
Date difference when hovering a torrent date ( #1287 )
...
* Update en-us.all.json
* Update main.js
* Update base.jet.html
* Update main.js
* Update main.js
2017-07-26 18:59:48 +10:00
akuma06
09d7adb0e3
excluding csrf_token from erase cookie
2017-07-26 09:20:11 +02:00
kilo
3752efe25f
fix flag padding ( #1280 )
...
* Update flags.jet.html
* forgot japanese specific css
* Update main.css
2017-07-26 11:59:35 +10:00
PantsuDev
cdabd79c03
Fix more style issues
2017-07-24 15:03:43 +10:00
PantsuDev
18813627be
Merge branch 'dev' of https://github.com/NyaaPantsu/nyaa into dev
2017-07-24 10:32:50 +10:00
kilo
95d1e9e192
Update main.js ( #1274 )
...
* Update main.js
* Update main.js
* Update main.js
2017-07-24 10:20:24 +10:00
kilo
f5bd1103c8
More readable code ( #1273 )
...
* Update main.js
* fix some variable names here too
* change variable name
* Update main.css
* Update main.js
2017-07-23 19:08:42 +02:00
PantsuDev
a931b47bff
beautify assets
2017-07-23 15:50:18 +10:00
kilo
e05d2b78cb
JS to add ".new" class to commit's <a></a>
2017-07-23 04:14:21 +02:00
kilo
e9b2e2841e
make commit class into commit ID
2017-07-23 04:12:58 +02:00
kilo
6db6084d82
add CSS for :after
2017-07-23 04:11:44 +02:00
kilo
fb06f72139
Update main.js
2017-07-23 02:40:39 +02:00
kilo
02df6b7310
Update main.js
2017-07-23 02:28:09 +02:00
kilo
bf695d9b89
Update main.js
2017-07-23 02:22:33 +02:00
kilo
85f9f8b2e4
Update main.js
2017-07-23 01:52:36 +02:00
kilo
00b4439bff
Update main.js
2017-07-23 01:41:42 +02:00
kilo
52579448fd
Update main.js
2017-07-23 00:00:44 +02:00
kilo
6e5808b2b8
Update main.js
2017-07-22 23:27:02 +02:00
kilo
8ac3c65868
Update main.css ( #1266 )
2017-07-22 21:49:20 +02:00
kilo
3807c6937d
No results template & image ( #1263 )
...
* Create no_results.jet.html
* no_results
* Delete Non Non Biyori Repeat - 10 [BDRip 1920x1080 x264 FLAC].mkv_snapshot_12.37_[2017.07.22_14.16.50].jpg
* Add files via upload
* Delete no_results.png.jpg
* Add files via upload
* Update en-us.all.json
* Update no_results.jet.html
* Update search.go
2017-07-22 16:05:11 +02:00
kilo
54b2813e3c
Put rules into their own file list flag list ( #1259 )
...
* Remove html rules from upload, load rules file and call the rule function
* Update faq.jet.html
* Create rules.jet.html
* forgot to remove old list
* forgot to do that
* remove <br/>
* Update main.css
* Update g.css
* add jav flag keyword
* Update kilo.js
* add h-games keyword
2017-07-22 14:07:57 +02:00
kilo
116464f43b
Show seeder & leecher down to 520px wide at worst instead of 810px ( #1257 )
...
* change seeder & leecher width at lower res
* change class for seeder & leecher
* add new class to hide stuff when below 520px wide
* add those classes in upload
* change classes in torrent updating JS
* change class in torrent updating JS for upload
2017-07-22 00:27:10 +02:00
kilo
783c323afc
h-user improvements ( #1256 )
...
* Update main.css
* Update main.css
* Update main.css
* fixed
2017-07-22 00:25:45 +02:00
akuma06
ce90f6fbce
Improved a bit the placement of the function. Now FlagCode is in Templates js renderer (same place as the golang counterpart)
2017-07-21 01:47:36 +02:00
akuma06
5f0864f36a
fixing zh-Hant flag
2017-07-21 01:38:33 +02:00
kilo
336926a4d7
Fix display bug of user menu on low res ( #1254 )
...
* Update main.css
* Update main.css
2017-07-21 08:55:16 +10:00
akuma06
916d45a3af
Merge branch 'refactor' of https://github.com/NyaaPantsu/nyaa into refactor
2017-07-20 22:00:49 +02:00
akuma06
b28fe5cf3c
Moving kilo to new api 1.1.0
2017-07-20 22:00:42 +02:00
kilo
bee042490b
AAAAAA ( #1252 )
...
* Update view.jet.html
* fix height of "loop icon"
2017-07-20 21:32:51 +02:00
akuma06
806888cb1e
Update nl-nl.all.json ( #1250 )
2017-07-20 20:56:39 +02:00
kilo
bb6ddb6ae8
Megumeme less visible, better torrent-info-box borders ( #1249 )
...
* Update tomorrow.css
* fix firefox's marker
2017-07-20 23:20:43 +10:00
kilo
01c4084b9f
Better looking borders for user avatar & fix firefox bug ( #1248 )
...
* Update g.css
* slightly darker
* there
* alright last one
* remove line that broke firefox display
2017-07-20 12:59:11 +10:00
kilo
e1e778dc28
Update main.css ( #1247 )
2017-07-20 12:31:57 +10:00
kilo
f709315d9d
Update g.css ( #1245 )
2017-07-20 10:58:32 +10:00
kilo
35df5668f3
Update classic.css ( #1244 )
2017-07-20 10:56:07 +10:00
kilo
638b841e26
Space flags with margin-right instead of a space ( #1241 )
...
* removal of space
* margin-right addition
* Update flags.jet.html
* margin into padding
* add "highlighted" class for possible future use
* bigger rules-drop, fix wrong display, remove useless line
* add alt for category img & alt with every language for flag
* literally no point of an alt on a div
* flag alt
2017-07-20 09:24:05 +10:00
kilo
28872346c5
main css
2017-07-19 23:11:23 +02:00
kilo
7da606a008
tomorrow colors
2017-07-19 23:10:49 +02:00
kilo
6a9e75caf5
add classic colors
2017-07-19 23:10:24 +02:00
kilo
3604f3d933
Fix css missing ; & wrong class position in html ( #1240 )
...
* Update main.css
* fix wrong class
2017-07-19 23:07:39 +10:00
kilo
a5986cc543
Fix padding of torrent list on mobile & torrent preview stuff ( #1239 )
...
* Update main.css
* Update main.css
* Update main.css
* Add two example torrents
* only keep previewed torrent when updating with newer ones
* Update upload.jet.html
* wrong class here
* Update main.css
* rollback
* Update upload.jet.html
* Update kilo.js
* Update upload.jet.html
2017-07-19 22:24:04 +10:00
kilo
c482568965
Pixel 2: the return ( #1237 )
...
* Update main.css
* fix css rule that did not apply
* better flag position with mod tools on
2017-07-19 17:53:57 +10:00
kilo
867bd808fb
Pixels ( #1235 )
...
* Update main.css
* slightly less visibility for .hidden
2017-07-19 09:52:15 +10:00
akuma06
cdd25c1712
Adding some comments
2017-07-18 21:55:40 +02:00
akuma06
18e433980f
Fix kilo.js
2017-07-18 21:46:00 +02:00
kilo
e92527748c
add two keywords & a sukebei rule ( #1231 )
...
* add two keywords
* move keywords_flags vartiable outside of function
no point in creating it every single time
* Update en-us.all.json
* add sukebei rule
* Update main.css
* Update upload.jet.html
* Update upload.jet.html
* Update main.css
* Update main.css
* Update en-us.all.json
* whoopsies
* add keywords for categories
* fix display on firefox & older browsers
2017-07-18 20:51:38 +02:00
ewhal
cc15ff8288
Merge pull request #1223 from Kiloutre/patch-11
...
Preliminary addition of rule list in upload
2017-07-19 00:15:02 +10:00
kilo
2fdc310ca0
Update main.css
2017-07-18 16:01:45 +02:00
kilo
ab32efc732
Update main.css
2017-07-18 15:59:07 +02:00
kilo
6e3ce2d05a
fix wrong position for sukebei category
2017-07-18 15:50:30 +02:00
kilo
4d24f3adea
Fix missing ]
2017-07-18 13:03:53 +02:00
kilo
019279af2a
Lower size for date row & some other css stuff ( #1226 )
...
* lower size
* identical height as live
* make tr-links smaller and closer to Größe
* one pixel closer
2017-07-18 02:05:58 +02:00
kilo
6883b377e9
Making torrent_item_upload up to date with torrent_item's latest fixes ( #1225 )
...
* up to date torrent_item_upload
* remove admin stuff
* add color, outline & hover color for links in descriptions
* Update main.css
* apply to description links
* Update g.css
* same
* remove underline for tomorrow
2017-07-17 22:52:25 +02:00
kilo
2e81abb3bc
Automatically add flag based on keyword ( #1219 )
...
* add VOSTFR
* Update kilo.js
* debounce
* add [eng] keyword
* add [jp] keyword
* add [jpn] keyword
* add ' eng ' and '[english]'
2017-07-17 22:05:49 +02:00
kilo
68780a6652
better background color for mod tools, torrents don't move around when you show the checkboxes 🐤 , fix auto-updating JS for mods ( #1224 )
...
* preliminary CSS work
* only apply button rule to #show_actions
* forgot the JS
* fix auto-updating for mods
* woops wrong file
* there
2017-07-17 22:05:24 +02:00
kilo
0b16ec43f7
Proper sizing & padding for tr-links and tr-cs ( #1221 )
...
* Update main.css
* save some space on mobile
2017-07-17 22:03:11 +02:00
akuma06
e9b6f3c3c7
Fixing translation in modtools
...
I don't understand this though #1201 . Deletes work fine here
2017-07-17 15:10:08 +02:00
akuma06
81113001df
Context list on upload preview ( #1220 )
...
* Update kilo.js
* torrent item js as a separate file to prevent redudancy
* Adding context list
* Fix indent
2017-07-17 14:20:18 +02:00
kilo
e3606bf91b
Align search icon with refine text, fix display of category in preview on mobile, better padding on .box for mobile ( #1218 )
...
* Update main.css
* fix category image of preview torrent that got cropped at lower res
* padding on mobile
* remove css
2017-07-17 13:19:41 +02:00
kilo
4962091829
rollback that
2017-07-16 18:28:51 +02:00
kilo
2b7f847018
further space saving
2017-07-16 18:26:18 +02:00
kilo
0a6ce25b30
nice commit while im editing files ;-;
2017-07-16 17:36:17 +02:00
kilo
bab885d7a2
add new nyanpassu in js
2017-07-16 17:35:18 +02:00
kilo
c3b2b0fbe9
update torrent lang once load is done (didn't work in Chrome before)
2017-07-16 14:41:24 +02:00
kilo
ea73b3eb9c
Update main.css
2017-07-16 14:28:59 +02:00
kilo
2caf241962
slight lower height
2017-07-16 14:21:26 +02:00
kilo
e6f3121527
Update main.css
2017-07-16 14:00:41 +02:00
kilo
3185bd1892
Update main.css
2017-07-16 13:45:28 +02:00
kilo
e1d030c500
Update kilo.js
2017-07-16 12:51:00 +02:00
ewhal
c1acbdb2ff
Merge branch 'refactor' into patch-5
2017-07-16 20:21:00 +10:00
kilo
2ac74c6382
Update main.css
2017-07-16 11:23:13 +02:00
kilo
dc773a8eec
fix top column's width css rule that didn't apply
2017-07-16 10:27:41 +02:00
PantsuDev
913028f529
Comply with JS styling recommendations
2017-07-16 14:43:09 +10:00
akuma06
7104847af4
Improved a bit kilo.js 🐤
2017-07-16 00:17:44 +02:00
kilo
511d074e84
it works merge pls ( #1204 )
...
* remove custom_flag.css
* remove ' that had nothing to do here
* replace sukebei variable to boolean
* fix ? operator & variable name
* attempt at fixing visual cues for anonymous torrents
* Update torrents.jet.html
* add missing ,
* useless code if user logged off so moving that
* add it back here and check if logged in
* should work almost properly now
* same here
* flag-other invisible
* Update kilo.js
* Update upload.jet.html
* should work very well now
* same here
* Delete categories.png
* Add files via upload
* Update main.css
* Update kilo.js
* Update upload.jet.html
* Update kilo.js
* Update torrents.jet.html
* proper behavior for trusted people
* different flag form id
* add id
* add language name in an span
* make that span invisible =)
* Update flags.jet.html
* Update upload.jet.html
* Update kilo.js
* whoever read this is a faggot
* Update upload.jet.html
2017-07-15 21:41:57 +02:00
kilo
4fd5111193
Update kilo.js
2017-07-15 16:16:43 +02:00
ewhal
5b23521496
Merge pull request #1198 from Kiloutre/patch-13
...
up to date flag.min.css & removal of unwanted margin & small other stuff
2017-07-15 23:34:33 +10:00
kilo
e21e0d2abc
less padding on low screen res for torrent list
2017-07-15 14:37:15 +02:00
kilo
d43adf7624
Update kilo.js
2017-07-15 14:11:05 +02:00
kilo
26686c187d
search box becomes small later and refine disappears later (device screen width)
2017-07-15 13:15:43 +02:00
kilo
5eb291d50b
scroll to top of the page when opening refine
2017-07-15 13:08:23 +02:00
kilo
fca95548fc
Update flags.min.css
2017-07-15 13:01:41 +02:00
kilo
2e06e49ec7
fix brazil missing a "px"
2017-07-15 12:53:18 +02:00
kilo
ee7119bf7d
Update main.css
2017-07-15 12:52:06 +02:00
kilo
787f1d4639
up to date flag.min.css
...
was missing some changes when compared to flag.css
2017-07-15 12:48:31 +02:00
kilo
6e6adb538d
Update kilo.js
2017-07-15 12:02:08 +02:00
ewhal
1bed76474e
Merge branch 'refactor' into patch-9
2017-07-15 08:44:49 +10:00
kilo
cbc0ec9110
sukebei category fix
2017-07-15 00:16:35 +02:00
kilo
efca37616e
sukebei category support
2017-07-15 00:15:37 +02:00
kilo
0dcb9e3c5d
change value to .checked
2017-07-14 23:24:12 +02:00
akuma06
d9a95de7f1
Merge pull request #1192 from Kiloutre/patch-8
...
#1191
2017-07-14 22:27:41 +02:00
kilo
d166f29a74
Update kilo.js
2017-07-14 22:25:35 +02:00
kilo
7415843336
Update kilo.js
2017-07-14 22:21:12 +02:00
kilo
aaf795b7d6
Update kilo.js
2017-07-14 22:05:25 +02:00
kilo
11cf6354f1
add remake JS
2017-07-14 22:04:01 +02:00
kilo
3efaad9e58
Update kilo.js
2017-07-14 21:59:05 +02:00
kilo
54ca88ed0d
Add files via upload
2017-07-14 21:48:04 +02:00
kilo
256516b01b
Delete custom_flags.css
2017-07-14 21:47:46 +02:00
kilo
a74bb9cfbf
Delete flag_multiple.png
2017-07-14 21:47:40 +02:00
kilo
3da444c007
Delete flag_catalan.png
2017-07-14 21:47:34 +02:00
kilo
3d29c720cf
Update flags.css
2017-07-14 21:47:20 +02:00
kilo
7382f175b9
JS script, missing flag stuff
2017-07-14 21:34:25 +02:00
kilo
72a0ecf966
visual cue for anonymous torrents for admins
2017-07-14 20:16:57 +02:00
kilo
cf2ad75844
Update main.css
2017-07-14 19:57:21 +02:00
kilo
f0e49146e4
identical <thead> height as live (aesthetical)
2017-07-14 19:51:22 +02:00
kilo
5004a4b49a
Update main.css
2017-07-14 19:32:05 +02:00
kilo
c8f4fc2136
Update main.css
2017-07-14 19:13:08 +02:00
kilo
311c114af9
Update main.css
2017-07-14 22:12:00 +10:00
kilo
853402ab76
Update main.css
2017-07-14 21:47:14 +10:00
kilo
8089ed996d
Update main.css
2017-07-14 21:34:49 +10:00
kilo
7cd3435e5f
fix refine look on IE & JS
2017-07-14 21:04:33 +10:00
kilo
678bb62bb3
Update main.js
2017-07-14 21:04:33 +10:00
kilo
909b49d0ff
remove css rule that is unused as a result of above change
2017-07-14 21:04:33 +10:00
kilo
bfcff472a9
Update main.css
2017-07-14 21:04:33 +10:00
kilo
e92e306bdc
Make category in refine update based on category in header
2017-07-14 21:04:33 +10:00
kilo
8e9de36509
fix spacing between search box & category in refine
2017-07-14 21:04:33 +10:00
kilo
06f0c3215b
fix class name in css
2017-07-14 21:04:33 +10:00
kilo
1eefaf1023
Update main.css
2017-07-14 21:04:33 +10:00
kilo
53fbbdf1c4
fix placeholder not displaying fully
2017-07-14 10:12:11 +10:00
kilo
15897d5024
Update main.css
2017-07-14 10:12:11 +10:00
akuma06
dc6fda3333
Merge pull request #1167 from Kiloutre/patch-8
...
Better looking refine & fix JS generating torrents with unclickeable categories
2017-07-13 14:57:11 +02:00
akuma06
63139ea3dd
Merge pull request #1168 from Kiloutre/patch-9
...
Better background-color for flag list for classic & tomorrow
2017-07-13 14:55:49 +02:00
akuma06
5da9fe607c
Merge branch 'dev' into refactor
2017-07-13 14:23:28 +02:00
akuma06
5be870e21b
Add commit from kipukun on simplemde
2017-07-13 13:57:19 +02:00
akuma06
bd71ca6d41
Fix Hant css flag
2017-07-13 13:33:37 +02:00
kilo
ee420756bd
Update main.css
2017-07-13 13:26:27 +02:00
kilo
87d9d6b1d2
Update classic.css
2017-07-13 13:25:21 +02:00
kilo
7c8bca081e
Update tomorrow.css
2017-07-13 13:24:12 +02:00
kilo
9288e1ec79
Update main.css
2017-07-13 13:11:01 +02:00
kilo
d7f552eef2
Update main.css
2017-07-13 12:49:15 +02:00
kilo
04c1c6cc75
slight improvements concerning flag list
2017-07-13 08:51:26 +02:00
kilo
2f0ad7918d
Update main.css
2017-07-13 00:40:22 +10:00
kilo
0c642e1c62
Update main.css
2017-07-13 00:40:22 +10:00
kilo
8a2b0f2ae9
Update main.css
2017-07-13 00:40:22 +10:00
kilo
fed2738d92
Add files via upload
2017-07-13 00:40:12 +10:00
kilo
a2bdc40370
Delete flag_catalan.png
2017-07-13 00:40:12 +10:00
kilo
429075303a
Update main.css
2017-07-13 00:39:54 +10:00
kilo
4f7055ef66
Update main.css
2017-07-13 00:39:54 +10:00
kilo
000242e13c
Update main.css
2017-07-13 00:39:54 +10:00
akuma06
f8f6758ffe
Fixing checkbox label flags
2017-07-12 12:04:20 +10:00
akuma06
e1d6e7df20
Changing to the new behaviour of package languages
2017-07-12 12:04:20 +10:00
akuma06
c564301e35
Update css for refactor
2017-07-12 12:04:20 +10:00
kilo
e6847595cf
Update flags.css
2017-07-12 12:04:20 +10:00
kilo
12536c9c68
even BETTER better flag
2017-07-12 12:04:20 +10:00
kilo
0319623355
Delete flag_catalan.png
2017-07-12 12:04:20 +10:00
kilo
7088b353e4
better flag
2017-07-12 12:04:20 +10:00
kilo
af2e21058a
Delete catalan.png
2017-07-12 12:04:20 +10:00
kilo
1dd824384e
catalan flag
2017-07-12 12:04:20 +10:00
kilo
a8543f7e3f
Update custom_flags.css
2017-07-12 12:04:20 +10:00
kilo
384a1b7318
Update custom_flags.css
2017-07-12 12:04:20 +10:00
kilo
1ed125a40f
not used since long ago
2017-07-12 12:04:20 +10:00
kilo
8fbeeb81d8
Update custom_flags.css
2017-07-12 12:04:20 +10:00
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
akuma06
f8de340265
Added search refine on every pages + fixed kilo.js
2017-07-10 15:24:52 +02:00
kilo
57bfbff566
Update main.css
2017-07-10 22:11:35 +10:00
kilo
328edbe9a0
no idea if that works, i think it doesn't
2017-07-10 22:11:35 +10:00
kilo
d1a5a74f54
Update main.js
2017-07-10 22:11:35 +10:00
kilo
438a490f68
Update main.css
2017-07-10 22:11:35 +10:00
kilo
06442da77f
Fix wrong JS variable name & some css stuff ( #1151 )
...
* Update main.js
* remove workaround that doesn't work
* Update torrents.jet.html
* Update search_handler.go
* Update search.jet.html
* Update main.js
* Update main.js
* Update search_handler.go
* Update main.js
2017-07-10 17:33:26 +10:00
kilo
83c352c724
Update main.css ( #1150 )
2017-07-10 15:36:37 +10:00
kilo
acf0ae0fad
Make refine button submit form if refine dropdown doesn't exist ( #1149 )
...
* Update site.jet.html
* Update main.js
* remove onload
* Update main.js
2017-07-10 15:36:24 +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
akuma06
9318834b42
Merge pull request #1125 from Kiloutre/patch-12
...
language list: better padding, width & better look on mobile
2017-07-09 00:09:06 +02:00
akuma06
34e328b618
Merge pull request #1127 from Kiloutre/patch-13
...
saving some space on the picture
2017-07-09 00:07:34 +02:00
kilo
5c0d5c77d9
Add files via upload
2017-07-08 23:34:46 +02:00
kilo
a65c2671f4
too heavy
2017-07-08 23:34:07 +02: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
db7b44998a
Delete 3.png
2017-07-07 18:03:11 +02:00
kilo
f4c10c9cd6
Delete 18.png
2017-07-07 18:03:10 +02:00
kilo
4853de08b9
Delete 14.png
2017-07-07 18:03:09 +02:00
kilo
18fa678c63
Delete 12.png
2017-07-07 18:03:08 +02:00
kilo
56b4d1ea9a
Delete 5.png
2017-07-07 18:03:06 +02:00
kilo
72237ab495
Delete 21.png
2017-07-07 18:02:26 +02:00
kilo
2f3746d3ae
Delete 14.png
2017-07-07 18:02:23 +02:00
kilo
413e697ee4
Delete 11.png
2017-07-07 18:02:20 +02:00