1
0
Fork 0
mirror of https://github.com/ProjectSynthoria/SynthoriaArchive.git synced 2025-03-12 15:26:56 +02:00
Commit graph

100 commits

Author SHA1 Message Date
Kfir Hadas
a64cac5e5e Basic collapsible file tree 2017-05-25 12:53:23 +03:00
ReimuHakurei
8d393f5917 Make our HTML actually valid. Fix indentation. 2017-05-24 06:06:39 +00:00
ReimuHakurei
0d839eca35 More layout improvements. 2017-05-24 05:28:30 +00:00
ReimuHakurei
dfe745c635 Add a wider viewport of 1400px for very wide screens (1600px+). 2017-05-24 04:09:16 +00:00
snowfag
34fe2c5c67 change glyphs for buttons. 2017-05-23 22:16:05 -04:00
snowfag
4a7d8646b6 Update upload/edit buttons. 2017-05-23 21:11:58 -04:00
nyaadev
020a0871bd fix #173 and add avatar to mod user info
add rank color to username everywhere
some other minor changes
2017-05-24 00:28:17 +02:00
snowfag
ad8a5c0d1c Update buttons and css. 2017-05-23 01:17:55 -04:00
nyaadev
af61e5b1e9 some html + css changes around comments 2017-05-23 02:47:20 +02:00
snowfag
f76593a3fb Proper sized default avatar. 2017-05-22 19:08:08 -04:00
nyaadev
b7144f80f9 Make comments great again. 2017-05-22 23:38:06 +02:00
snowfag
aab3eaccaa Spruce up comments. 2017-05-22 23:20:52 +02:00
nyaadev
fee55c1792 comments can be added+removed. gravatar for user avatar 2017-05-22 23:20:49 +02:00
UnKnoWn
31d8d9ec5b Issue #145: Added CSS change for visited links (#149)
* Added CSS change for visited links
2017-05-21 11:38:11 +03:00
nyaadev
375dcf15ef Switch to CDN for bootstrap-select and font-awesome css
Remove superfluous static files
2017-05-19 15:23:26 +02:00
Kfir Hadas
0c3198da7a css space to tab 2017-05-17 20:14:36 +03:00
Kfir Hadas
e8885df2b4 Drag&Drog in upload 2017-05-17 20:14:26 +03:00
Nazo
40d7540058 Handle softbreaks properly with commonmark, fixes #100 2017-05-17 18:54:17 +03:00
Yukikaze
88311e0551 Merge pull request #94 from Ricardo1991/master
Fix torrent view text overflowing
2017-05-17 08:04:42 -07:00
Ricardo Ribeiro
5d0162fe54 Restrict rules with more selectors 2017-05-17 15:34:08 +01:00
Johnny Ding
c61bba8f30 Merge pull request #80 from nathancyam/mobile_search
Issue #35: Mobile search improvements
2017-05-17 00:13:25 -07:00
Johnny Ding
7d967d221e Merge pull request #58 from JSFernandes/master
Remove sourceMappingURL from bootstrap-dark.min.css
2017-05-17 00:12:23 -07:00
UnKnoWn
cfb3fafd64 Merge remote-tracking branch 'refs/remotes/nyaadevs/master' 2017-05-17 14:51:47 +08:00
Johnny Ding
de5a15b9a0 Merge pull request #88 from nyaadevs/commonmark
Switch marked to commonmark
2017-05-16 23:51:23 -07:00
Ricardo Ribeiro
192777c462 Fix typo 2017-05-17 07:31:31 +01:00
Ricardo Ribeiro
88dc797d87 Replace spacebars for tabs 2017-05-17 07:30:03 +01:00
Ricardo Ribeiro
c7ae533034 Fix torrent view text overflowing 2017-05-17 07:29:46 +01:00
UnKnoWn
a0f6f93a80 Include style for the new tabs in profile page 2017-05-17 05:37:06 +08:00
Nazo
2523201757 Use spaces instead of tabs 2017-05-16 21:32:54 +03:00
Nazo
6f61970559 Switch marked to commonmark 2017-05-16 21:29:22 +03:00
Nathan Yam
2faeb51550 Add vendor prefixes 2017-05-16 21:20:12 +10:00
Nathan Yam
0f9336cac5 Format css nicely 2017-05-16 21:12:19 +10:00
Nathan Yam
d3a4809cb9 Fix text content length 2017-05-16 20:29:37 +10:00
Nathan Yam
51b93004d0 Fix the order to match desktop 2017-05-16 20:01:38 +10:00
Nathan Yam
36416a3597 Fix search bar presentation
Need to fix filters and categories though. Looks
terrible.
2017-05-16 19:53:38 +10:00
nyaadev0
a87c192435 Add Safari pinned-tab icon 2017-05-16 04:11:02 -05:00
Johnny Ding
8bca32a626 Merge pull request #50 from qqueue/elasticsearchin
elasticsearch-based search (WIP)
2017-05-14 20:06:33 -07:00
JSFernandes
7fd7d30722 Remove sourceMappingURL from bootstrap-dark.min.css
Some browsers, such as Firefox 53.0 try to download the specified file,
to improve development experience. Since we don't host this file, some
users were making a request resulting in 404 when loading the page in
dark mode.
2017-05-14 15:24:20 +01:00
TheAMM
675edb08c3 Oops, remove debug log 2017-05-14 11:25:09 +03:00
TheAMM
cf77b03a6f Convert UTC to local time in JS
Also adds classes to row headers to accurately access them in JS.
Updates the serverside date format in view.html to match YYYY-MM-DD HH:MM
2017-05-14 11:23:02 +03:00
queue
8c951210d4 es: implement highlighting
no apologies for styling. somebody else with opinions will fix it later.
2017-05-14 02:19:42 -06:00
TheAMM
3bdff6246f Fix markdown linebreaks and match preview render options with final 2017-05-14 09:38:19 +03:00
Nathan Yam
de4891dfc6 Add well styling to preview content 2017-05-14 16:14:18 +10:00
Nathan Yam
fabe0f6fec Issue #10 Add markdown preview editor
These changes add a macro that creates the relevant HTML markup for a
markdown editor. In the main.js file, we bind the relevant elements with
the marked library, so users can see their contents in a HTML format.
2017-05-14 15:33:08 +10:00
Ricardo Ribeiro
03bac92088 Revert c14649b because it "breaks" nightmode (#29)
* Fix layout on long torrent names

before: http://i.imgur.com/cI1pZrF.png
after: http://i.imgur.com/BIC722K.png

* change space to tab

* Revert bg color on odd numbered torrents on list

Breaks nightmode. Find some other way to do it.
2017-05-13 22:19:22 +02:00
Ricardo Ribeiro
4571b55fc9 Fix layout on long torrent names (#23) (For now)
* Fix layout on long torrent names

before: http://i.imgur.com/cI1pZrF.png
after: http://i.imgur.com/BIC722K.png

* change space to tab
2017-05-13 19:26:03 +02:00
Ricardo Ribeiro
c14649bfb4 Remove torrent list bg color for odd rows 2017-05-13 14:06:58 +01:00
Ricardo Ribeiro
2e30a7be84 Improve torrent view readibility on mobile 2017-05-13 14:06:32 +01:00
TheAMM
39230e1f39 [templates] Add JS-calculated hovertext for date ages
On torrent listing and torrent view, mouse over the times to see "X hours Y minutes Z seconds ago" etc
2017-05-13 02:41:52 +03:00
nyaadev
00d65e312c Initial commit. 2017-05-12 20:51:49 +02:00