mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #7] [MERGED] feat: Port code to TypeScript #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.