Skip to content

User interface #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 86 commits into from
Aug 26, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
f59bc5f
Initial commit of user interface of cratesfyi
onur Jun 3, 2016
8b0e943
Use different class than search-input
onur Jun 23, 2016
04ff2f8
Syntax highlighting with highlightjs
onur Jun 23, 2016
f833e0f
Add most starred crates
onur Jun 26, 2016
e2e7ef9
Add author handler
onur Jul 2, 2016
1b91f74
Fix grid size
onur Jul 2, 2016
ee96a66
Add right margin to search input in navigation
onur Jul 2, 2016
5707a24
Show github fields (stars, forks, issue count)
onur Jul 3, 2016
fe75703
Improve responsive layout
onur Jul 3, 2016
16c447c
Fix github issue count
onur Jul 3, 2016
a8c15ac
Add colors for build status icons
onur Jul 10, 2016
e3581d9
Activate I am feeling lucky button
onur Jul 21, 2016
cfb9573
Add Rust submenu to navigation
onur Jul 21, 2016
0c05d5d
Set warning font-family to sans
onur Jul 21, 2016
77c9e5a
Use pure-min.css in rustdoc
onur Jul 22, 2016
c9c0da8
Revert "Use pure-min.css in rustdoc"
onur Jul 22, 2016
444ff0c
Use menus-min.css to get all purecss menu bundle
onur Jul 22, 2016
6b5b125
Serve static pages from CRATESFYI_PREFIX env var
onur Jul 22, 2016
559aa81
Add link colors to crates readme
onur Jul 22, 2016
9412409
Add set_status to Page
jonhoo Jul 22, 2016
ae38172
Add a less generic error type
jonhoo Jul 22, 2016
7ec10ad
Give error rendering access to templates
jonhoo Jul 22, 2016
7671714
Give more consistent rendering when content is missing
jonhoo Jul 22, 2016
92061ed
Handle searches with no query
jonhoo Jul 22, 2016
4b49358
Merge branch 'jonhoo-web-404' into web
onur Jul 23, 2016
4a0e000
Fix query
onur Jul 25, 2016
cb3a6af
Merge branch 'master' into web
onur Jul 25, 2016
15d746c
Bring start-web-server subcommand back
onur Jul 25, 2016
0916258
Don't 500 on a route with no match
mattyhall Jul 28, 2016
aebc5f0
Merge branch 'mattyhall-web' into web
onur Jul 29, 2016
70a485e
Merge branch 'master' into web
onur Jul 30, 2016
be6c7d6
Add release activity chart
onur Jul 23, 2016
c37a187
Reverse release activity vectors
onur Jul 30, 2016
2b97d6b
Update routes
onur Jul 30, 2016
17d3174
Add sponsor logo
onur Jul 30, 2016
1f3c0df
Show another warning if crate is not a library
onur Jul 31, 2016
a0c46a4
Replace cratesfyi with docs.rs in templates
onur Jul 31, 2016
1faf8dc
Add platform selector
onur Jul 31, 2016
2e4da75
Adjust platforms submenu
onur Jul 31, 2016
b1bf7f1
Add margin-bottom to warning container
onur Jul 31, 2016
b958995
Show completion rate for beta
onur Jul 31, 2016
f0933ca
Hide search input in navigation on small screens
onur Aug 8, 2016
f418de8
Hide navigation item titles on small screens
onur Aug 8, 2016
1871c03
Add padding to landing search form
onur Aug 8, 2016
6723cea
Fix platforms menu position on firefox
onur Aug 20, 2016
533cfec
Add metadata to Cargo.lock
onur Aug 20, 2016
c9bce04
Revert "Show completion rate for beta"
onur Aug 20, 2016
6c8db4f
Add about page
onur Aug 5, 2016
0b6e9de
Update about.hbs
GuillaumeGomez Aug 21, 2016
f80bec9
Update about.hbs
GuillaumeGomez Aug 21, 2016
6ffd678
Update about.hbs
GuillaumeGomez Aug 21, 2016
5c28a54
Add GuillaumeGomez and Mark-Simulacrum to contributors
onur Aug 21, 2016
ef9b33b
Increase size of search input in home page
onur Aug 21, 2016
eac99b7
Remove only padding from code blocks in readme
onur Aug 21, 2016
2c30ac6
Fix padding in navigation
onur Aug 21, 2016
6ba56f9
Add a bit padding and margin to left column in crate-details
onur Aug 21, 2016
f4a490a
Add underline text-decoration to a:hover's in about
onur Aug 21, 2016
7a54d0d
Add home icon to homepage link
onur Aug 21, 2016
5db7897
Remove builds tab
onur Aug 21, 2016
036b1bf
Decrease padding in navigation title and description
onur Aug 21, 2016
15b5516
Fix position of sidebar in rustdocs
onur Aug 21, 2016
707725f
Show builds tabs onlf if user on builds page
onur Aug 22, 2016
29491cb
Minimalize Rust submenu in navigation
onur Aug 22, 2016
ece1891
Add cache protection to style.css
onur Aug 22, 2016
8fd7261
Add update-release-activity subcommand
onur Aug 22, 2016
cb40f6f
Add simple daemon
onur Aug 23, 2016
a4e2973
Show error detail if a package fails to build in que
onur Aug 23, 2016
9826ca0
Merge branch 'master' into web-merge
onur Aug 23, 2016
0222cd3
Update daemon
onur Aug 24, 2016
f222804
Update sources before build
onur Aug 24, 2016
efdf588
Use plural form of platforms in navigation menu
onur Aug 24, 2016
10d26cd
Update search index every 3 hours
onur Aug 24, 2016
82e1eb1
Save pid file into prefix
onur Aug 24, 2016
e861688
Merge branch 'master' into web
onur Aug 24, 2016
64b42f4
Fix syntax
onur Aug 24, 2016
065a2f8
Update README
onur Aug 24, 2016
a0c6899
Merge branch 'doc' into web
onur Aug 24, 2016
4038d5f
Update README
onur Aug 24, 2016
cf27c9e
Add a bit margin to releases container
onur Aug 24, 2016
cc41c5a
Add github_updater to daemon
onur Aug 24, 2016
188700e
Increase delay between pull requests
onur Aug 26, 2016
6757c91
Update TODO's
onur Aug 26, 2016
ea2a91e
Fix title of about page
onur Aug 26, 2016
2ef3ffa
Fix email address
onur Aug 26, 2016
48d341a
Increase static file cache duration to 12 months
onur Aug 26, 2016
62fccee
Fix top position of sidebar
onur Aug 26, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
target
*.css
*.css.map
.sass-cache
Loading