Commit Graph

86 Commits

Author SHA1 Message Date
Jessica Schilling
2d873fdffb Update stylesheet CID 2020-07-23 16:52:41 -06:00
Jessica Schilling
96eed243f0 Replaces style.css from style used in head of dir-index.html; replaces html in dir-index-uncat with that from dir-index 2020-07-23 15:25:11 -06:00
Jessica Schilling
06c0303c2b Temp switch to in-project local style and icons; WILL NEED TO REVERT BEFORE RELEASE 2020-07-23 14:38:11 -06:00
Jessica Schilling
bdc382b72c Make ipfs-hash class monospace and reuse in table rows 2020-07-23 14:31:06 -06:00
Jessica Schilling
3527e53c2c Remove extraneous meta keywords 2020-07-23 14:17:10 -06:00
Jessica Schilling
354f12b594
Merge pull request #38 from neatonk/master
[BOUNTY] Directory page UI improvements
2020-07-23 14:13:07 -06:00
Kevin Neaton
fbb6b729e9 chore: format test/main.go 2020-07-17 23:59:13 -04:00
Kevin Neaton
deab971dd0 Use gateway URL when linking to another CID root
This is necessary to support subdomain resolution.

E.g. {cid}.ipfs.localhost
2020-07-17 23:44:55 -04:00
Kevin Neaton
ce0dceac34 Use short hash for uniform CID presentation of directory items 2020-07-14 23:25:48 -04:00
Kevin Neaton
c5d042ac5f Fix type-icon size at narrow viewport widths
The presence of additional content in the table was causing the width of the
type-icon column to be reduced. Applying the width to the column and it's
contents prevents this from happening.
2020-07-12 00:21:06 -04:00
Kevin Neaton
84cf3eb263 minify css additions 2020-07-07 09:23:43 -04:00
Kevin Neaton
51e423e4a6 Add CID column 2020-07-07 09:23:36 -04:00
Kevin Neaton
8c03fc4579 Make path components into links 2020-07-02 21:35:41 -04:00
Kevin Neaton
beb1120fde Display viewed directory's size 2020-07-01 21:50:27 -04:00
Jessica Schilling
269b1d03eb
Merge pull request #36 from ipfs/feat/favicon
Add base64 favicon and social sharing meta tags
2020-06-25 16:03:21 -06:00
Jessica Schilling
7f75e7b86d Reverses meta content order for Facebook and others that use the og:foo tags 2020-06-22 17:27:39 -06:00
Jessica Schilling
59b8599bf5 Dynamic titles in both places 2020-06-22 17:14:30 -06:00
Jessica Schilling
0accd43028
Update dir-index-uncat.html
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2020-06-22 17:07:42 -06:00
Jessica Schilling
6c8ed61e33
Update dir-index-uncat.html
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2020-06-22 17:06:32 -06:00
Jessica Schilling
8b9a9e8da9
Update dir-index-uncat.html
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2020-06-22 17:06:21 -06:00
Jessica Schilling
972d42a4b6 Remove duplicate 2020-06-22 16:48:49 -06:00
Jessica Schilling
0bebaf505a Add social card meta tags 2020-06-22 16:39:52 -06:00
Jessica Schilling
9b59f1cc59 Add base64 favicon 2020-06-22 15:05:46 -06:00
Jessica Schilling
08410fcea0
Merge pull request #32 from stensonb/patch-1
update contributing link
2020-05-12 14:14:18 -06:00
Bryan Stenson
632e26d5c7
update contributing link 2020-05-12 20:06:48 +00:00
Jessica Schilling
e39165569c
Merge pull request #29 from ipfs/makeresponsive-removefontrefs
Make responsive, remove extraneous font refs, add video icons, CSS refactor
2020-05-05 11:00:39 -06:00
Jessica Schilling
4bd64553db Updated link color; removed extraneous style from dir-index-uncat.html 2020-05-05 10:01:08 -06:00
Jessica Schilling
174672ab7f Merge branch 'makeresponsive-removefontrefs' of https://github.com/ipfs/dir-index-html into makeresponsive-removefontrefs 2020-05-05 09:24:18 -06:00
Jessica Schilling
6332a7da5d Update hash for linked CSS assets in uncat 2020-05-04 17:05:51 -06:00
Jessica Schilling
d9abf94ce7 Updated uncat linked files, minified dir-index 2020-05-04 17:03:07 -06:00
Jessica Schilling
702b775dcf Remove extra video test items 2020-05-04 16:39:39 -06:00
Jessica Schilling
ead870fc0a Added icons for mkv, mov, wmv per #19 2020-05-04 16:26:16 -06:00
Jessica Schilling
f09a17aa3f Added .mkv format to knownIcons and test 2020-05-04 15:31:57 -06:00
Jessica Schilling
3cf460a73c Added test rows and known icons for 5 most common video format 2020-05-04 15:28:06 -06:00
Jessica Schilling
e8d38c971e No line breaks in file sizes; applied file icon width to parent td 2020-05-04 15:16:17 -06:00
Jessica Schilling
96ea8c91ba Alphabetized styles 2020-05-04 15:02:09 -06:00
Jessica Schilling
18f090e060 all extraneous style should be removed now 2020-05-04 14:56:47 -06:00
Jessica Schilling
b11ebc4076 Added word-break, converted px to em, misc tightening 2020-05-04 14:04:32 -06:00
Jessica Schilling
1c937ad0e2 Update path to match example hash 2020-05-04 13:30:15 -06:00
Jessica Schilling
d760862f81 Update print styles 2020-05-04 13:26:52 -06:00
Jessica Schilling
d74941a62a Heavy-duty css cleanup; more to come 2020-05-04 13:26:52 -06:00
Jessica Schilling
9b847f99ec Adds meta viewport to enable responsive behavior; starts rearranging css for clarity 2020-05-04 13:26:52 -06:00
Jessica Schilling
5ee46bb638 Prettify CSS so to be able to pull it apart 2020-05-04 13:26:52 -06:00
Jessica Schilling
2d4c67ee65
Merge pull request #31 from ipfs/feat/test-server
feat: add a test server
2020-05-04 13:23:52 -06:00
Jessica Schilling
4624f09271
Update test/main.go 2020-05-04 13:23:30 -06:00
Jessica Schilling
ff81d2effb
Update test/main.go 2020-05-04 13:23:22 -06:00
Jessica Schilling
96c9242910
Update test/main.go 2020-05-04 13:23:14 -06:00
Steven Allen
7ad16db02b feat: add a test server
fixes #30
2020-05-04 11:19:05 -07:00
Hector Sanjuan
b08a78ab8b Add autocomment configuration 2020-05-04 12:00:44 +02:00
Jessica Schilling
d1706c9d56 Heavy-duty css cleanup; more to come 2020-04-30 19:12:53 -06:00