yoheinakajima / instagraph

Converts text input or URL into knowledge graph and displays
MIT License
3.27k stars 281 forks source link

Vue3 support #60

Closed isamu closed 10 months ago

isamu commented 10 months ago

Summary by CodeRabbit

Release Notes:

coderabbitai[bot] commented 10 months ago

Walkthrough

The changes introduce Vue.js to the Instagraph application, refactoring the code to leverage Vue's reactivity and component-based architecture. This includes form submission, graph rendering, error handling, and graph history fetching. The UI and data handling have been significantly improved, enhancing the overall structure and functionality of the application.

Changes

File Summary
templates/index.html Introduced Vue.js, refactoring the code to use Vue.js components and reactivity. Form submission, graph rendering, error handling, and graph history fetching have been refactored to use Vue.js features. The UI and data handling have been improved.

🐇

In the land of code, where the brackets lie,

Vue.js came along, making our spirits fly.

With reactivity and components so neat,

Our Instagraph app is now truly elite.

So let's hop along, with joy and cheer,

For our code is clean, and our vision is clear. 🎉

Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - Mention `@coderabbitai` in any *review comment* for bot assistance. - Note: Review comments are made on code diffs or files, not on the PR overview. ### Pause Incremental Reviews - Insert `@coderabbitai: ignore` in the PR description to halt the bot's ongoing reviews. Remove the line to resume. - Additionally, enter `@coderabbitai pause` to halt the bot's ongoing reviews as any issue or review comment. To resume reviews, enter `@coderabbitai resume` as any issue or review comment.