Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved usability of the tree #41

Merged
merged 77 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
c42359b
Added expand and collapse buttons for node children
Oct 27, 2023
6ea3c97
Fixed zoom position on tree update
Oct 28, 2023
37d5d87
Made info panel fixed
Nov 1, 2023
607ec4c
Updated nodes expand/collapse state after updating the tree and drawn…
Nov 3, 2023
7f53545
Added documentation
Nov 3, 2023
f68fb96
Fixed linking new children and already shown grand children
Nov 3, 2023
166f71b
Added +/- icon for expand/collapse button
Nov 3, 2023
2231682
show parents of the node selected by search
Nov 6, 2023
86f3d67
show children of the node selected by search
Nov 6, 2023
54ed4a9
Fixed functions names convention
Nov 6, 2023
6fb036b
Added a resize bar for info box
Nov 6, 2023
4501275
Added resize bar dynamically for the other trees
Nov 7, 2023
ed3f32e
Fixed text selection on resizing
Nov 7, 2023
cd0b4e5
Added resize upper limit
Nov 7, 2023
0d683c1
Added search by nodes tags
Nov 22, 2023
35021fd
Refactoring
Nov 22, 2023
2ac6a07
Added other trees links to the bottom of the side bar
Nov 22, 2023
ea749c5
Added expand node parents
Nov 23, 2023
853a721
Update node state of expanded parents
Nov 23, 2023
55c0792
Added documentation
Nov 23, 2023
89571f1
Merge pull request #10 from PerCollECT/3-show-only-two-top-layers-by-…
ChristophPopp Nov 24, 2023
65128fd
Merge branch 'develop' into 6-show-child-and-parent-nodes-of-the-node…
Nov 28, 2023
e88157a
Fixed wrong linked parents
Nov 28, 2023
d0212af
Modified legend place to be on the top right
Nov 28, 2023
245ca04
Merge pull request #12 from PerCollECT/6-show-child-and-parent-nodes-…
ChristophPopp Nov 28, 2023
a7c8580
Merge branch 'develop' into 7-split-window-in-two-fixed-areas
Dec 1, 2023
77e3a1e
Merge branch 'develop' into 7-split-window-in-two-fixed-areas
Dec 1, 2023
67a93d2
Merge pull request #17 from PerCollECT/7-split-window-in-two-fixed-areas
ChristophPopp Dec 1, 2023
bb66d7f
Modified the top layer nodes to be always on top
Dec 1, 2023
df63e51
Merge branch 'develop' into 5-add-tags-for-nodes
Dec 1, 2023
448c405
Merge pull request #18 from PerCollECT/5-add-tags-for-nodes
ChristophPopp Dec 4, 2023
e8f32c6
Merge branch 'develop' into 9-add-links-to-the-trees-about-other-sens…
Dec 5, 2023
ae17e54
Added nodes transition effect
Dec 5, 2023
4cb59d8
Added documentation
Dec 5, 2023
7d69cd1
Added error handlers for tags property
Dec 5, 2023
e7d6ec0
Merge pull request #19 from PerCollECT/9-add-links-to-the-trees-about…
ChristophPopp Dec 5, 2023
76da5a2
Merge branch 'develop' into 11-add-feature-to-manually-expand-parent-…
Dec 5, 2023
e2926ae
Merge pull request #20 from PerCollECT/11-add-feature-to-manually-exp…
ChristophPopp Dec 6, 2023
6d57d90
Merge branch 'develop' into 13-modify-the-legends-place-to-be-on-the-…
Dec 18, 2023
e293a0c
Merge pull request #21 from PerCollECT/13-modify-the-legends-place-to…
ChristophPopp Dec 18, 2023
7b72b18
Adjusted viewbox size to prevent the flicker effect and highlight the…
Dec 18, 2023
cfa5fe3
Merge branch 'develop' into 15-smooth-layout
Dec 18, 2023
2a71d1e
Added a third state that expand/collapse are enabled at the same time
Dec 18, 2023
36de7d0
Merge pull request #22 from PerCollECT/15-smooth-layout
ChristophPopp Dec 18, 2023
5a56650
Merge branch 'develop' into 16-show-expand-and-collapse-buttons-together
Dec 18, 2023
b2eed9e
Fixed expand on both buttons are enabled
Dec 18, 2023
bc190a8
Merge pull request #25 from PerCollECT/16-show-expand-and-collapse-bu…
ChristophPopp Dec 18, 2023
42eb12a
Fixed title duplicates in search bar results
Dec 18, 2023
d685a85
Fixed space issue in search bar
Dec 18, 2023
d7050e3
Merge pull request #26 from PerCollECT/23-search-bar-duplicates
ChristophPopp Dec 19, 2023
a19a083
Merge branch 'develop' into 24-search-bar-autocomplete
Dec 20, 2023
a86c497
Merge pull request #27 from PerCollECT/24-search-bar-autocomplete
ChristophPopp Dec 20, 2023
105f0f7
Added expand and collapse whole tree buttons
Jan 3, 2024
ce5d422
Modified view box on expand whole tree
Jan 3, 2024
1511c29
Fixed collapse tree initial view box
Jan 3, 2024
180fd2a
Modified view box to trace selected node and nodes paths and collapse…
Jan 3, 2024
7839852
Added search tags to nodes info
Jan 4, 2024
9cc6d97
Removed unnecessary comments
Jan 4, 2024
4be8ec2
Merge pull request #33 from PerCollECT/28-expandcollapse-the-whole-tree
ChristophPopp Jan 4, 2024
a045cf2
Added legends for nodes buttons
Jan 4, 2024
66876dc
Merge branch 'develop' into 32-viewbox-to-trace-the-animated-node
Jan 4, 2024
2865ca8
Merge pull request #34 from PerCollECT/32-viewbox-to-trace-the-animat…
ChristophPopp Jan 4, 2024
dc3a23a
Merge branch 'develop' into 30-add-tags-to-node-info
Jan 4, 2024
b87c0c0
Merge pull request #35 from PerCollECT/30-add-tags-to-node-info
ChristophPopp Jan 4, 2024
ffcb0e1
Merge branch 'develop' into 29-add-buttons-legends
Jan 4, 2024
4896a3d
Fixed show node by search bar
Jan 4, 2024
dfb9763
Added break line to legends
Jan 5, 2024
5bbda03
Merge pull request #37 from PerCollECT/29-add-buttons-legends
ChristophPopp Jan 5, 2024
a773906
Merge branch 'develop' into 36-clicking-on-search-result-does-not-ope…
Jan 5, 2024
2429d80
Move the viewbox to the node found by the search bar
Jan 11, 2024
2db6716
Move view box on searching on existing node
Jan 11, 2024
278de3a
Merge pull request #38 from PerCollECT/36-clicking-on-search-result-d…
ChristophPopp Jan 11, 2024
6641b78
Added borders to legends
Jan 25, 2024
2dd02b8
Minor adaption of legend
ChristophPopp Jan 26, 2024
7447bfd
Merge pull request #40 from PerCollECT/39-add-borders-to-legends-box
ChristophPopp Jan 26, 2024
36ee99e
Code cleanup
ChristophPopp Feb 13, 2024
ff78f29
Minor code cleanup
ChristophPopp Feb 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion content.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ if (isIE()) {

// manage page content
addLegend();
addExpandAndCollapseTreeButtons();
addInfoBoxResizeBar();
addSideNavLinks();
addAutoComplete(document.getElementById("search_input"));
addAutoComplete(document.getElementById("search_input"));
addTreesLinks()
Loading