Skip to content

Commit

Permalink
fix: language check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkit-30 committed Sep 12, 2022
1 parent d8e6718 commit f1e4c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/posts/PulkitGupta_gsoc_2022_final.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Some bugs that have been fixed:
- Updated branch code.
- Updated to toggle new Simulator-Ui for devices smaller than `1000px` width.

All bugs have been fixed and all related PRs have been merged into the codebase. Finally, the Simulator is compatible with smaller devices, and now we can simulate circuits from our mobile or tablet 🥳.
All bugs have been fixed, and all related PRs have been merged into the codebase. Finally, the Simulator is compatible with smaller devices, and now we can simulate circuits from our mobile or tablet 🥳.

**Demo**

Expand All @@ -94,14 +94,14 @@ All bugs have been fixed and all related PRs have been merged into the codebase.

**Custom prompt dialog box**

It will be a little bit difficult to implement the prompt dialog box feature for now with the [new frontend project](https://github.com/CircuitVerse/cv-frontend-vue) because it is under development, also it will be difficult to figure out where to do the required changes, In simulator/dir or directly to components.
For now, it will be difficult to implement the prompt dialog box feature for now with the [new frontend project](https://github.com/CircuitVerse/cv-frontend-vue) because it is under development, also it will be difficult to figure out where to do the required changes, In simulator/dir or directly to components.
Also, what I proposed, is suitable for the primary codebase, but we need to change our approach to implement the same in a [new frontend project](https://github.com/CircuitVerse/cv-frontend-vue).

#### Future Work

1 . The simulator is now compatible with smaller devices, but it is only available in `landscape` mode. In the future, we can make it compatible with portrait mode and remove the `portrait` lock.

2 . Right now, it will be little bit difficult to implement Custom alert and prompt dialog with [new frontend project](https://github.com/CircuitVerse/cv-frontend-vue) but once it completed then we can implement them.
2 . For now, it will be difficult to implement Custom alert and prompt dialog with [new frontend project](https://github.com/CircuitVerse/cv-frontend-vue) but once it completed then we can implement them.

### Learnings

Expand Down

0 comments on commit f1e4c03

Please sign in to comment.