-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Report: header, footer, leftnav, share, oh my #2000
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
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
45b289e
Report header
ebidel 9f8014d
Reponsive styling. Use share icon instead of "Export..."
ebidel fef3a99
Runtime settings
ebidel 8b4d2e7
Support report re-ender into page
ebidel 7d9e20c
Add report functionality
ebidel 6887af7
Split files
ebidel 2b84229
Remove css focus stuff
ebidel b138885
Remove placeholders
ebidel c9633af
Fix tests
ebidel ee7fcb1
Feedback
ebidel 3b7e90f
lighthouse -> lh
ebidel c717870
Tests for header/footer
ebidel 85d6b8e
Tests for header/footer/formatter helps
ebidel 2ff34f7
Add more tests
ebidel e9751c7
Fix rebase
ebidel 2918469
Fix travis tests
ebidel 2a60c3a
Feedback and leftnav
ebidel 121fda3
Add 2nd arg
ebidel a445a6e
Styling tweaks
ebidel 703043a
Leftnav tests
ebidel c237657
Disable open in viewer in ui
ebidel d7f3c29
Adjust passing audits summary
ebidel aa93acc
Merge branch 'master' into GoogleChrome-tablesclear
patrickhulce 3899e47
Merge after rebase
ebidel 33021e5
Fix up styling after merge
ebidel 31a7385
Update dom usage and reset state of template stamping when exporting …
ebidel d33cc21
Closure cleanup
ebidel 4bbba21
cleanup
ebidel a30c86e
Tests
ebidel d8ce09f
lh-analytics custom event
ebidel 777adfe
fix travis
ebidel a1ffbf5
Travis fix?
ebidel e542539
bckenny feedback
ebidel 8bf076f
3 big changes
ebidel 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
Travis fix?
- Loading branch information
commit a1ffbf5f44bd61f3359357ea9fa4121faa80f051
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
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.
Isn't this already declared in the global scope?
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.
oh, I see the issue,
file-namer.jsneeds to be added to the closure compiled files list (and should use this one's{url: string, generatedTime: string}instead ofObjectlike in that file)