open account data in same window instead of popup (#2234)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Thu, 27 Feb 2025 08:34:55 +0000 (19:34 +1100)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2025 08:34:55 +0000 (19:34 +1100)
commit2b8b0dcffdf57e4f5584c5b87f5b65dcdcb71989
tree42e7124373296f4b749251e9a9fbf3d4ee8c3356
parentb7e5e0db3e135534b33896f5de139ef8331f1e30
open account data in same window instead of popup (#2234)

* refactor TextViewer Content component

* open account data inside setting window

* close account data edit window on cancel when adding new
src/app/components/text-viewer/TextViewer.css.ts
src/app/components/text-viewer/TextViewer.tsx
src/app/features/settings/developer-tools/AccountData.tsx [new file with mode: 0644]
src/app/features/settings/developer-tools/AccountDataEditor.tsx
src/app/features/settings/developer-tools/DevelopTools.tsx