Skip to content

Commit

Permalink
Feat/parsed view (#70)
Browse files Browse the repository at this point in the history
* feat: refactor filter

* feat: refactor SimplePanel

* feat: rename SimplePanel -> FlowPanel

feat: rename SimplePanel -> FlowPanel

* feat: remove parser.ts

* feat: remove built version of Angular plugin from repo

* chore: added built version of Angular plugin to gitignore

* fix: retainment of filters between data refreshes

* fix: condition for filtering

* feat: Parsed View

* chore: up version

* fix: infinite re-renders

* feat: added validation to importing of parsed view

* fix: ellipsis

* fix: prevent dragging while trying to select text in inputs
  • Loading branch information
AlexeyOplachko authored May 31, 2024
1 parent fc834ea commit 4df0f5f
Show file tree
Hide file tree
Showing 30 changed files with 1,298 additions and 17,936 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ e2e-results/
# Editor
.idea

.eslintcache
.eslintcache

widget/
Loading

0 comments on commit 4df0f5f

Please sign in to comment.