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 |
|
AleksanderBodurri
|
3b0f52a131
|
feat(devtools): implement dark mode styling for loading screen
|
2021-03-03 15:23:39 -08:00 |
|
AleksanderBodurri
|
73dff6f002
|
feat(devtools): disable devtools for production applications
|
2021-03-03 15:23:39 -08:00 |
|
Sumit Arora
|
0c10ddb98c
|
refactor(devtools): adding router-tree tests and reverting configuration
|
2021-03-01 15:10:35 -08:00 |
|
Sumit Arora
|
f28dae22ec
|
feat(devtools): adding router tree
|
2021-03-01 15:10:35 -08:00 |
|
AleksanderBodurri
|
daf2b614ca
|
test(devtools): add breadcrumb scroll button tests
|
2021-03-01 15:09:35 -08:00 |
|
AleksanderBodurri
|
2b1c7fb568
|
feat(devtools): create scroll buttons for breadcrumb feature
|
2021-03-01 15:09:35 -08:00 |
|
AleksanderBodurri
|
19ce8a6e9e
|
fix(devtools): prevent circular dependency between directive-property-resolver and property-data-source
|
2021-02-24 13:13:10 -08:00 |
|
twerske
|
f08eaabb25
|
fix(devtools): theming of profiler tab
|
2021-02-22 14:36:13 -08:00 |
|
AleksanderBodurri
|
774e662b11
|
fix(devtools): bump up the split pane gutter size for the profiler split pane and hide the icon
|
2021-02-17 15:33:43 -08:00 |
|
AleksanderBodurri
|
c9f0ac1dc7
|
refactor(devtools): clean up mat-tab csss
|
2021-02-14 15:36:44 -08:00 |
|
AleksanderBodurri
|
6b6e25e110
|
refactor(devtools): swap svg for mat-icon
|
2021-02-14 15:35:10 -08:00 |
|
AleksanderBodurri
|
21454e07a8
|
feat(devtools): implement invisible gutter technique from chrome devtools
|
2021-02-14 15:34:47 -08:00 |
|
twerske
|
ab221badb4
|
fix(devtools): resize dark mode and cursor
|
2021-02-05 13:36:08 -08:00 |
|
mgechev
|
7a59606aaa
|
fix(devtools): set proper height of the tree nodes
|
2021-01-29 14:32:50 -08:00 |
|
twerske
|
8c92af6905
|
fix(devtools): color and font sizes and other visuals
|
2021-01-27 19:46:46 -08:00 |
|
AleksanderBodurri
|
92679792e0
|
fix(devtools): fix case where the state of the change detection checkbox in the flamegraph is lost when the component is destroyed
|
2021-01-26 16:03:49 -08:00 |
|
twerske
|
d28e601bd4
|
fix(devtools): align theme to other Chrome DevTools
fixes rangle/angular-devtools#489 contrast issue
fixes rangle/angular-devtools#594 double scrolling
changes colors to follow Chrome DevTools tabs (first pass)
|
2021-01-26 16:02:33 -08:00 |
|
AleksanderBodurri
|
b552687298
|
feat(devtools): Allow ctrl/meta click to select/deselect multiple frames
|
2021-01-07 16:54:28 -08:00 |
|
AleksanderBodurri
|
5b3ecb3ea2
|
feat(devtools): scroll profiler frame info tab independently of active visualizer
|
2021-01-07 16:53:38 -08:00 |
|
mgechev
|
5ef4bca194
|
fix(devtools): set proper directive item and explorer height
Fix rangle/angular-devtools#551
|
2020-12-16 16:17:41 +02:00 |
|
mgechev
|
a8a17df3af
|
feat(devtools): highlight element when hovering the breadcrumbs
Close rangle/angular-devtools#552
|
2020-12-16 02:37:10 +02:00 |
|
mgechev
|
7dc1a35a62
|
feat(devtools): sort directive properties by name
|
2020-12-14 22:42:00 -05:00 |
|
AleksanderBodurri
|
ca0910e59c
|
perf(devtools): prevent directive forest from building twice every time a node is selected in the directive explorer
|
2020-11-20 16:30:23 +02:00 |
|
AleksanderBodurri
|
1a00837b0c
|
perf(devtools): prevent highlighter from rebuilding the directive forest every time a node is hovered over in the directive forest
|
2020-11-20 16:30:23 +02:00 |
|
Renovate Bot
|
5dec59bd99
|
build(devtools): update angular-framework
|
2020-11-20 16:25:35 +02:00 |
|
AleksanderBodurri
|
dbcf91bbe0
|
feat(devtools): allow user to click on component properties of type HTMLElement to inspect the element in the browser
|
2020-10-12 19:59:48 +03:00 |
|
mgechev
|
1613d6274a
|
style(devtools): fix linting errors
|
2020-10-06 02:20:39 +03:00 |
|
mgechev
|
26f8808f4b
|
refactor(devtools): remove MutationObserver and rename observer to execution hooks
|
2020-10-06 02:20:39 +03:00 |
|
mgechev
|
ffb46bdc3c
|
fix(devtools): lview parsing when trying to get data from an option
Fix rangle/angular-devtools#513
|
2020-10-06 01:13:02 +03:00 |
|
AleksanderBodurri
|
8f8268ff1e
|
feat(devtools): add dark mode styling to flame graph rectangle strokes
|
2020-09-14 16:54:19 +03:00 |
|
AleksanderBodurri
|
a10a18b88b
|
refactor(devtools): remove unused color scheme object
|
2020-09-14 16:54:19 +03:00 |
|
mgechev
|
224cc433dd
|
test(devtools): add tests for the frame merge algorithm
|
2020-08-28 16:29:05 +03:00 |
|
mgechev
|
3d9ac47d12
|
feat(devtools): merge frames in the range
|
2020-08-28 16:29:05 +03:00 |
|
mgechev
|
a5a942b732
|
feat(devtools): add selection of multiple frames with shift
|
2020-08-28 16:29:05 +03:00 |
|
mgechev
|
25016b8810
|
feat(devtools): add multiple frame selection pointers
|
2020-08-28 16:29:05 +03:00 |
|
mgechev
|
7c0d6c06e4
|
fix(devtools): enable the profiler even without zone available
|
2020-08-27 19:20:12 +03:00 |
|