ani-hovhannisyan / kanji-visualization

Kanji words visualization graph draws relational graph for kanjis of particular words in Japanese. Aim is to understand the relational graph of one kanji within different words and it's relations to all possible words.
MIT License
5 stars 1 forks source link

Create Info view in frontend #60

Closed teruto725 closed 2 years ago

teruto725 commented 2 years ago

Create info controller view on frontend.

ani-hovhannisyan commented 2 years ago

Added very draft version of infoView, it has some type errors, when no kanji info is still available, will fix with next commits in feature/info-view branch. There are no styles yet. Screenshot from 2022-02-19 01-05-37

ani-hovhannisyan commented 2 years ago

When first empty webpage was opened I got folowing error, but the info view was working fine when closing that message. I've fixed the KanjiInfo interface to type declaration in typescript: Screenshot from 2022-02-19 01-12-41 .

ani-hovhannisyan commented 2 years ago

Also added, some styling of header text color similar to graph nodes blue. Screenshot from 2022-02-20 20-11-15