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

Version 3 #335

Merged
merged 3 commits into from
Jun 18, 2023
Merged

Version 3 #335

merged 3 commits into from
Jun 18, 2023

Conversation

AykutSarac
Copy link
Owner

What has changed since version 2?

  • New UI
  • Edit nodes on graph
  • Display path to nodes at Node Modal
  • JWT Decoder
  • JSON Schema
  • Live/Manual Transform toggle
  • Performance improvements
  • New Landing Page
  • Account, Cloud functions, save/share documents
  • Fetch JSON through URL
  • Image Previews at graph
  • Collapse/Expand toggle all nodes
  • Display children count on parent nodes

Kudos to @AykutSarac @hanbin9775 @nnamua @liqun98 @roland-becsi-veratrak @cihat @mbrukman @yuvalg99 @Hexrt @dogukanuhn @VladCuciureanu @shivam1646

image

@AykutSarac AykutSarac merged commit a2c0af1 into main Jun 18, 2023
@AykutSarac AykutSarac deleted the feat/v3 branch June 18, 2023 09:05
Copy link
Contributor

@cihat cihat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I expressed the small details that I noticed.

src/constants/globalStyle.ts Show resolved Hide resolved
src/utils/json/jsonParser.ts Show resolved Hide resolved
const jsonToContent = async (json: string, format: FileFormat): Promise<string> => {
try {
let contents = json;
if (!json) return json;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be better to use switch-case?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I doubt it will make the code more readable.

@cihat
Copy link
Contributor

cihat commented Jun 18, 2023

I also noticed that there is a decrease in performance compared to the previous version.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants