Skip to content
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

New Tab Page: Move from brave-ui to brave-core #2857

Merged
merged 43 commits into from
Jul 8, 2019
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
327edf8
Imported from brave-ui: Changes structure of the project
NejcZdovc Jul 24, 2018
01c954c
Imported from brave-ui: Adds TS lint for storybook
NejcZdovc Jul 24, 2018
c49feea
Imported from brave-ui: Fixes center problem and lagging when switching
NejcZdovc Jul 26, 2018
9172444
Imported from brave-ui: Update all previous non-theme `theme` props t…
petemill Aug 21, 2018
c075e56
Imported from brave-ui: Update UI and remove legacy props from privat…
cezaraugusto Sep 7, 2018
0b90bfe
Imported from brave-ui: make newtab feature-components export ready
cezaraugusto Sep 10, 2018
97d41a2
Imported from brave-ui: replace styled-components theme import with o…
cezaraugusto Sep 11, 2018
1f0609f
Imported from brave-ui: replace styled import with our own. improve i…
cezaraugusto Sep 11, 2018
c4cf52b
Imported from brave-ui: tweak private tab behavior per design
cezaraugusto Sep 17, 2018
f51f295
Imported from brave-ui: Wording Tweaks
rossmoody Sep 17, 2018
76da489
Imported from brave-ui: private tabs v3
cezaraugusto Oct 15, 2018
6c2a9f1
Imported from brave-ui: Style and Infostrings
rossmoody Oct 15, 2018
b6ebdc0
Imported from brave-ui: Tiny locale
rossmoody Oct 15, 2018
5937ea6
Imported from brave-ui: Mass Locale Updates
rossmoody Oct 16, 2018
de7c630
Imported from brave-ui: remove modals, update links
cezaraugusto Oct 16, 2018
09a98ae
Imported from brave-ui: updates
rossmoody Oct 16, 2018
34557bd
Imported from brave-ui: 1 number
rossmoody Oct 16, 2018
ce1bb41
Imported from brave-ui: add back the stats components
cezaraugusto Oct 16, 2018
ff74bbe
Imported from brave-ui: tweaks for private window mockup
cezaraugusto Oct 16, 2018
72678f3
Imported from brave-ui: add missing prop to fakeButton in private tab
cezaraugusto Oct 16, 2018
e9a2804
Imported from brave-ui: Remaining NTP Updates
rossmoody Dec 15, 2018
6d814bb
Imported from brave-ui: newtab page
cezaraugusto Oct 21, 2018
fb8f181
Imported from brave-ui: Style & Formatting 1.0
rossmoody Oct 23, 2018
7833016
Imported from brave-ui: parity with brave-core
cezaraugusto Jan 9, 2019
1b263cd
Imported from brave-ui: move clock component to features/newtab
cezaraugusto Jan 11, 2019
446b96e
Imported from brave-ui: Fix clock component path
Jan 14, 2019
9072f7f
Imported from brave-ui: Additional stying
Jan 14, 2019
62be1f7
Imported from brave-ui: Fixes
Jan 14, 2019
6020dc2
Imported from brave-ui: Update index.ts
Feb 13, 2019
ca83923
Imported from brave-ui: update topsite tile click area
Feb 28, 2019
9911c1e
Imported from brave-ui: 🐛Update NTP display for RTL locale displays
imptrx May 17, 2019
cb3994c
Imported from brave-ui: ✨ Add new user flow for changing background …
imptrx Jun 4, 2019
aab86a7
Imported from brave-ui: Revert "Merge pull request #485 from brave/to…
NejcZdovc Jun 5, 2019
a97cf11
Imported from brave-ui: Undo revert of https://github.com/brave/brave…
cezaraugusto Jun 5, 2019
046512d
Imported from brave-ui: ✨ Put back gradient to cover for loading image
imptrx Jun 12, 2019
9e5051a
Imported from brave-ui: 💄 Adjust media query boundaries to account fo…
imptrx Jun 27, 2019
7808dd4
Imported from brave-ui: ✨ Make widgets toggleable via new HOC
imptrx Jun 20, 2019
d45d291
Imported from brave-ui: 🐛 Fix default exports
imptrx Jun 20, 2019
88ce14e
Imported from brave-ui: 💄 Revert cosmetic update so top sites are res…
imptrx Jul 2, 2019
3d3ca87
NTP WebUI: Reclassify existing components as containers
petemill Jul 2, 2019
8034a6c
Typescript: Include .webp as a non-js-loader
petemill Jul 3, 2019
86fa200
New Tab Page WebUI: Move brave-ui paths to brave-core paths
petemill Jul 2, 2019
385e959
Introduce Storybook, beginning with New Tab Page
petemill Jul 3, 2019
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
Prev Previous commit
Next Next commit
Typescript: Include .webp as a non-js-loader
Prerequisite to New Tab Page storybook, which uses .webp background images
  • Loading branch information
petemill committed Jul 8, 2019
commit 8034a6cf625a9a5110af114ceaae7b06756cfd29
4 changes: 4 additions & 0 deletions components/definitions/non-js-loaders.d.ts
Original file line number Diff line number Diff line change
@@ -10,6 +10,10 @@ declare module '*.jpg' {
const url: any
export default url
}
declare module '*.webp' {
const url: any
export default url
}
declare module '*.gif' {
const url: any
export default url