mgechev
de5c669ebe
fix(devtools): breadcrumb algorithm when there is no parent available
2021-05-11 08:38:18 -07:00
mgechev
f8bd3fccd7
fix(devtools): preserve proper nesting in flattened node lists
...
Rather than naively filter the flattened list, preserve the nesting by
filtering the original tree.
2021-05-11 08:38:18 -07:00
mgechev
26d1d3df1c
refactor(devtools): remove log statements and update styles when no ng app found
2021-05-11 08:38:07 -07:00
AleksanderBodurri
b411ec64ed
feat(devtools): expand node ancestors on component inspection
...
Previously if a component was inspected with the component inspector and that component was collapsed in the component explorer, the component would be selected but would not be viewable until the explorer was manually expanded.
Now ancestors are expanded on component inspection.
2021-05-10 20:32:37 -07:00
AleksanderBodurri
9344cb7dfc
feat(devtools): focus search input when icon is clicked
...
Previously, clicking the search icon on the component explorer did nothing. Now it focuses search input on click.
2021-05-10 17:02:44 -07:00
Minko Gechev
fab8d018b4
refactor(devtools): better naming and removal of log statement ( rangle/angular-devtools#753 )
2021-05-10 17:29:16 -04:00
Sumit Arora
ee7bc547d1
feat(devtools): adding tooltips for icons
2021-05-10 13:02:18 -07:00
mgechev
df32c6e11e
fix(devtools): improve the styles in the meta popup
2021-05-04 17:21:49 -07:00
Emma Twersky
8728f6f578
fix(devtools): doc links icon ( rangle/angular-devtools#742 )
2021-05-04 16:55:26 -07:00
Sumit Arora
9872baa24f
feat(devtools): adding info popup ( rangle/angular-devtools#739 )
...
* feat: adding info popup
* Update projects/ng-devtools/src/lib/devtools-tabs/devtools-tabs.component.html
Co-authored-by: Minko Gechev <mgechev@gmail.com>
2021-05-03 16:13:23 -07:00
Sumit Arora
8c9645849a
feat(devtools): updating to karma-coverage and setting clear context to true
2021-05-03 15:43:45 -07:00
AleksanderBodurri
6f338f7066
feat(devtools): implement drag to scroll functionality to improve frame navigation ( rangle/angular-devtools#716 )
2021-04-30 17:03:10 -07:00
mgechev
9d9518e67e
feat(devtools): implement negation in the filtering query language
2021-04-29 10:25:35 -07:00
mgechev
ecfc03a2d2
feat(devtools): don't show comment nodes by default
2021-04-29 10:25:16 -07:00
mgechev
967bd3cf8e
feat(devtools): improve output formatting
2021-04-29 10:25:01 -07:00
mgechev
ff45fbd075
feat(devtools): implement output profiling
2021-04-29 10:25:01 -07:00
mgechev
4eeaab5d5e
fix(devtools): increase the width of the filter
2021-04-26 17:12:55 -07:00
AleksanderBodurri
e20347090a
fix(devtools): prevent link in property view body from closing panel header when clicked ( rangle/angular-devtools#714 )
2021-04-26 12:46:12 -04:00
Emma Twersky
df680a9113
fix(devtools): contrast on labels and links ( rangle/angular-devtools#708 )
2021-04-22 18:44:43 -04:00
AleksanderBodurri
ee78ce635f
refactor(devtools): move barchart component to live under barchart visualizer
2021-04-22 13:10:59 -07:00
AleksanderBodurri
8a8b911586
fix(devtools): remove relative positioning from profiler content; makes split pane gutter full height for profile details
2021-04-22 13:10:59 -07:00
twerske
1665bda6cc
fix(devtools): links to docs in property view tab
2021-04-21 10:55:49 -07:00
mgechev
ff99b9bb03
feat(devtools): add filtering functionality in the profiler
...
Allow to filter using a simple DSL:
```
search := query*
query := `source:` \w+ | `duration:` [>|<|=|>=|<=]\d+ (ms)?
```
2021-04-21 10:54:02 -07:00
Minko Gechev
0b24fe08f5
feat(devtools): simplify component styling for tabs component
2021-04-21 12:20:30 -04:00
mgechev
13af13cc5d
fix(devtools): set more accurate search label
2021-04-19 17:26:20 -07:00
mgechev
ba31d1f784
refactor(devtools): use framework debugging APIs to extract metadata
2021-04-19 17:26:20 -07:00
twerske
be814408c8
fix(devtools): treemap hover colors highlight selection
2021-04-15 17:27:07 -07:00
twerske
6dd50832a9
fix(devtools): frame colors indicate framerate good vs. bad
2021-04-15 17:26:49 -07:00
twerske
db94717ecb
fix(devtools): style of editor input
...
could still get some love on being a textarea
& highlighting all text on selection
min-width fixes empty issue though it needs a value
2021-04-14 12:14:00 -07:00
Emma Twersky
da0ce975f8
fix(devtools): rename state to properties ( rangle/angular-devtools#682 )
2021-04-14 14:52:26 -04:00
Sumit Arora
a20821be38
fix(devtools): allow deleting property when editing
2021-04-13 20:14:55 -07:00
Sumit Arora
b04649dacb
fix(devtools): setting min width for input editor and allowing for rendering space
2021-04-13 20:14:55 -07:00
twerske
7b4e830d88
feat(devtools): new icon & active status
2021-04-13 14:23:05 -07:00
AleksanderBodurri
2b5c40ee6d
fix(devtools): fix constrast on navigation tabs; make light mode icons the same colour as the text ( rangle/angular-devtools#667 )
2021-03-23 17:18:01 -04:00
AleksanderBodurri
c1366d460d
feat(devtools): change background colour to align with chrome devtools
2021-03-23 15:33:25 -04:00
AleksanderBodurri
a73f575d6d
feat(devtools): make tab menu action button icons smaller
2021-03-22 13:35:57 -07:00
mgechev
18457f02f5
perf(devtools): disable flame graph animations
2021-03-19 11:48:06 -07:00
AleksanderBodurri
37dea7ccd7
fix(devtools): sort array indexes in ascending order
2021-03-18 13:32:36 -07:00
AleksanderBodurri
ec66218c28
fix(devtools): make flamegraph scrollable
2021-03-18 13:32:36 -07:00
mgechev
8c68a645c2
feat(devtools): add tooltip in bar chart
2021-03-16 17:03:59 -07:00
mgechev
23f8945f2f
fix(devtools): make the bar chart scrollable
2021-03-16 16:59:51 -07:00
AleksanderBodurri
cb4e86c016
fix(devtools): call change tab helper when tab changes as a result of the inspector being selected
2021-03-14 16:01:33 -07:00
AleksanderBodurri
8d00e44d9b
feat(devtools): hide router tree if router config isn't found
2021-03-11 18:18:48 -08:00
AleksanderBodurri
fb4c8da4fc
refactor(devtools): use ResizeObserver for directive forest to handle reorienting split pane and toggling breadcrumb buttons
2021-03-11 18:17:58 -08:00
AleksanderBodurri
794d06ab1b
refactor(devtools): refactor tree-map visualizer to use ResizeObserver instead of window resize listener
2021-03-11 18:17:58 -08:00
AleksanderBodurri
ffe86bb739
feat(devtools): change flamegraph component input to have it be responsive by default
2021-03-10 19:32:50 -08:00
AleksanderBodurri
bec8a2cd1b
refactor(devtools): implement programatic JSON download logic to replace dependency on filesaver library
2021-03-05 21:03:28 -08:00
AleksanderBodurri
9e7354abe0
refactor(devtools): remove unneccessary methods from DirectiveForest component and provide semantic meaning to some variable names
2021-03-04 16:14:31 -08:00
twerske
d66fe32c14
fix(devtools): time label on profiler
2021-03-04 14:12:50 -05:00
AleksanderBodurri
f46e9c9d76
feat(devtools): fix component styling for tooltip; add overflow to tree wrapper; truncate long tree labels
2021-03-04 13:49:47 -05:00