Original PR: https://github.com/linsa-io/linsa/pull/7 Author: @sleepyfran Created: 8/13/2019 Status: ✅ Merged Merged: 8/14/2019 Merged by: @jletey
Base: feature/frontend ← Head: feature/frontend
feature/frontend
8371c29
5c9436a
77efeee
fd30d4f
a713f2c
d759635
18 files changed (+7564 additions, -241 deletions)
📝 .gitignore (+1 -0) 📝 components/Button.tsx (+9 -2) ➖ components/Footer.js (+0 -52) ➕ components/Footer.tsx (+57 -0) 📝 components/Header.tsx (+17 -11) ➖ components/SearchInput.js (+0 -69) ➕ components/SearchInput.tsx (+78 -0) 📝 package.json (+6 -4) ➖ pages/_app.js (+0 -38) ➕ pages/_app.tsx (+38 -0) ➖ pages/_document.js (+0 -25) ➕ pages/_document.tsx (+24 -0) 📝 pages/guide/new/index.tsx (+2 -1) 📝 pages/index.tsx (+12 -3) 📝 src/theme.tsx (+2 -2) 📝 tsconfig.json (+1 -1) ➕ yarn-error.log (+7205 -0) 📝 yarn.lock (+112 -33)
.gitignore
components/Button.tsx
components/Footer.js
components/Footer.tsx
components/Header.tsx
components/SearchInput.js
components/SearchInput.tsx
package.json
pages/_app.js
pages/_app.tsx
pages/_document.js
pages/_document.tsx
pages/guide/new/index.tsx
pages/index.tsx
src/theme.tsx
tsconfig.json
yarn-error.log
yarn.lock
This PR ports the current code to TypeScript.
N/A.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/linsa-io/linsa/pull/7
Author: @sleepyfran
Created: 8/13/2019
Status: ✅ Merged
Merged: 8/14/2019
Merged by: @jletey
Base:
feature/frontend← Head:feature/frontend📝 Commits (6)
8371c29Added .idea to .gitignore5c9436a[WIP] Port to TypeScript77efeeeUpgraded to new theme-ui types and finished TypeScript portfd30d4fReformatted codea713f2cAdded new lines and switched to FunctionComponentsd759635Fixed search bar not updating query📊 Changes
18 files changed (+7564 additions, -241 deletions)
View changed files
📝
.gitignore(+1 -0)📝
components/Button.tsx(+9 -2)➖
components/Footer.js(+0 -52)➕
components/Footer.tsx(+57 -0)📝
components/Header.tsx(+17 -11)➖
components/SearchInput.js(+0 -69)➕
components/SearchInput.tsx(+78 -0)📝
package.json(+6 -4)➖
pages/_app.js(+0 -38)➕
pages/_app.tsx(+38 -0)➖
pages/_document.js(+0 -25)➕
pages/_document.tsx(+24 -0)📝
pages/guide/new/index.tsx(+2 -1)📝
pages/index.tsx(+12 -3)📝
src/theme.tsx(+2 -2)📝
tsconfig.json(+1 -1)➕
yarn-error.log(+7205 -0)📝
yarn.lock(+112 -33)📄 Description
Summary
This PR ports the current code to TypeScript.
Changes
Notes for reviewers
N/A.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.