Skip to content

Commit

Permalink
Merge pull request #52 from ogaoga/develop
Browse files Browse the repository at this point in the history
Update README and fix a GitHub action
  • Loading branch information
ogaoga authored Jun 27, 2020
2 parents 895dc32 + 76fe27a commit 9ab5a15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Deploy to GitHub Pages on merging to `master`

on:
pull_request:
push:
branches: [master]

jobs:
Expand Down
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# JSON Visual Editor

⚠️⚠️⚠️ Now work in progress for version 2 ⚠️⚠️⚠️
# JSON Visual Editor v2

> Web based JSON Editor powered by React.
> https://ogaoga.github.io/json-visual-editor/
Expand Down Expand Up @@ -39,23 +37,14 @@ Licensed under the [MIT License](LICENSE).

### for version 2.0.0

- [ ] Fix some remaining issues
- [ ] E2E test
- [x] Fix eslint error on build
- [x] Setup GitHub Acitons
- [x] Replace the environment with create-react-app
- [x] Use latest packages to fix vulnerability
- [x] Use TypeScript
- [x] Use Redux Toolkit
- [x] Use Prettier
- [x] Translate test codes

### issues and features to be implemented

- [ ] Fix a bug of drop area indicator.
- [ ] Show level of depth.
- [ ] Timestamp translation.
- [ ] Edit feature.
- [ ] VS Code Extension.
- [ ] Chrome Extension.
- [ ] Insert version number.
- [ ] bug: Height of <textarea> is not enough in except Chrome.
Binary file modified resources/json-visual-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9ab5a15

Please sign in to comment.