-
Notifications
You must be signed in to change notification settings - Fork 211
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
User interface #12
Changes from 1 commit
Commits
Show all changes
86 commits
Select commit
Hold shift + click to select a range
f59bc5f
Initial commit of user interface of cratesfyi
onur 8b0e943
Use different class than search-input
onur 04ff2f8
Syntax highlighting with highlightjs
onur f833e0f
Add most starred crates
onur e2e7ef9
Add author handler
onur 1b91f74
Fix grid size
onur ee96a66
Add right margin to search input in navigation
onur 5707a24
Show github fields (stars, forks, issue count)
onur fe75703
Improve responsive layout
onur 16c447c
Fix github issue count
onur a8c15ac
Add colors for build status icons
onur e3581d9
Activate I am feeling lucky button
onur cfb9573
Add Rust submenu to navigation
onur 0c05d5d
Set warning font-family to sans
onur 77c9e5a
Use pure-min.css in rustdoc
onur c9c0da8
Revert "Use pure-min.css in rustdoc"
onur 444ff0c
Use menus-min.css to get all purecss menu bundle
onur 6b5b125
Serve static pages from CRATESFYI_PREFIX env var
onur 559aa81
Add link colors to crates readme
onur 9412409
Add set_status to Page
jonhoo ae38172
Add a less generic error type
jonhoo 7ec10ad
Give error rendering access to templates
jonhoo 7671714
Give more consistent rendering when content is missing
jonhoo 92061ed
Handle searches with no query
jonhoo 4b49358
Merge branch 'jonhoo-web-404' into web
onur 4a0e000
Fix query
onur cb3a6af
Merge branch 'master' into web
onur 15d746c
Bring start-web-server subcommand back
onur 0916258
Don't 500 on a route with no match
mattyhall aebc5f0
Merge branch 'mattyhall-web' into web
onur 70a485e
Merge branch 'master' into web
onur be6c7d6
Add release activity chart
onur c37a187
Reverse release activity vectors
onur 2b97d6b
Update routes
onur 17d3174
Add sponsor logo
onur 1f3c0df
Show another warning if crate is not a library
onur a0c46a4
Replace cratesfyi with docs.rs in templates
onur 1faf8dc
Add platform selector
onur 2e4da75
Adjust platforms submenu
onur b1bf7f1
Add margin-bottom to warning container
onur b958995
Show completion rate for beta
onur f0933ca
Hide search input in navigation on small screens
onur f418de8
Hide navigation item titles on small screens
onur 1871c03
Add padding to landing search form
onur 6723cea
Fix platforms menu position on firefox
onur 533cfec
Add metadata to Cargo.lock
onur c9bce04
Revert "Show completion rate for beta"
onur 6c8db4f
Add about page
onur 0b6e9de
Update about.hbs
GuillaumeGomez f80bec9
Update about.hbs
GuillaumeGomez 6ffd678
Update about.hbs
GuillaumeGomez 5c28a54
Add GuillaumeGomez and Mark-Simulacrum to contributors
onur ef9b33b
Increase size of search input in home page
onur eac99b7
Remove only padding from code blocks in readme
onur 2c30ac6
Fix padding in navigation
onur 6ba56f9
Add a bit padding and margin to left column in crate-details
onur f4a490a
Add underline text-decoration to a:hover's in about
onur 7a54d0d
Add home icon to homepage link
onur 5db7897
Remove builds tab
onur 036b1bf
Decrease padding in navigation title and description
onur 15b5516
Fix position of sidebar in rustdocs
onur 707725f
Show builds tabs onlf if user on builds page
onur 29491cb
Minimalize Rust submenu in navigation
onur ece1891
Add cache protection to style.css
onur 8fd7261
Add update-release-activity subcommand
onur cb40f6f
Add simple daemon
onur a4e2973
Show error detail if a package fails to build in que
onur 9826ca0
Merge branch 'master' into web-merge
onur 0222cd3
Update daemon
onur f222804
Update sources before build
onur efdf588
Use plural form of platforms in navigation menu
onur 10d26cd
Update search index every 3 hours
onur 82e1eb1
Save pid file into prefix
onur e861688
Merge branch 'master' into web
onur 64b42f4
Fix syntax
onur 065a2f8
Update README
onur a0c6899
Merge branch 'doc' into web
onur 4038d5f
Update README
onur cf27c9e
Add a bit margin to releases container
onur cc41c5a
Add github_updater to daemon
onur 188700e
Increase delay between pull requests
onur 6757c91
Update TODO's
onur ea2a91e
Fix title of about page
onur 2ef3ffa
Fix email address
onur 48d341a
Increase static file cache duration to 12 months
onur 62fccee
Fix top position of sidebar
onur File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Show completion rate for beta
- Loading branch information
commit b9589955e9f1996eead5b1249f23f6ca634f3b4c
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the
<script>
body is inline (nosrc
), you shouldn't have thecharset
attributeThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My snippet addon is adding charset, tbh I have no idea, but sure I'll remove :-)