Auto resizing textarea (#53)

* added hover effect on refresh/close buttons; added block element to have fixed size of select box and prevent text from taking more than 1 line when graph name is short; modified css of editor for auto-expanding textarea; removed white space in new line when pressing enter after copying and pasting

* changed max-height to 600px; resize grabber icon on the bottom right coner was missing

* select box which grap to show metadata information for

* Revert "select box which grap to show metadata information for"

This reverts commit 9e39d63f8cc0f77e3864a68528c5116caa929805.

* removed max-height; added scroll bar to editor div so that a user can move the content up and down when having a lot of text inside

Co-authored-by: moon19960501@gmail.com <wenzhenhe1@gmail.com>
Co-authored-by: Hanbyeol Shin /  David Shin / 신한별 <76985229+shinhanbyeol@users.noreply.github.com>
3 files changed
tree: 2ec52773b9fe25bb617992cf887597a67f2fcbc2
  1. .github/
  2. backend/
  3. frontend/
  4. .asf.yaml
  5. .dockerignore
  6. .gitattributes
  7. .gitignore
  8. DISCLAIMER
  9. docker-entrypoint.sh
  10. Dockerfile
  11. ecosystem.config.js
  12. LICENSE
  13. NOTICE
  14. package-lock.json
  15. package.json
  16. README.md
README.md

PRs Welcome

Goal of Apache AGE Viewer

Apache AGE Viewer is graph visualisation tool, for Apache AGE. This is a sub-project of the Apache AGE project.

Recommend Node Version & install module

  • node js 14.16.0
  • npm install pm2

How to run using command

npm run setup
npm run start

How to build using command

npm run setup-backend
npm run build-front
npm run build-back
pm2 stop ag-viewer-develop
pm2 delete ag-viewer-develop
pm2 start ecosystem.config.js

License

Apache AGE Viewer is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.