feat(GUI): Implement route plotting and fuzzy search
Implement route plotting in GUI Use batch fuzzy search to find systems search all systems at once after adding added some error checking
This commit is contained in:
parent
ec3972b06c
commit
c290d5eb12
18 changed files with 1075 additions and 391 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -1,15 +1,14 @@
|
|||
/target
|
||||
/dist
|
||||
/build
|
||||
rust/target
|
||||
**/*.rs.bk
|
||||
*.tmp
|
||||
*.idx
|
||||
.vscode/**
|
||||
*.csv
|
||||
*.router
|
||||
plot.py
|
||||
*.tmp
|
||||
*.idx
|
||||
*.pyd
|
||||
build.bat
|
||||
test.bat
|
||||
__pycache__
|
||||
DL
|
||||
*.egg-info
|
||||
pip-wheel-metadata
|
||||
rust/target/*
|
||||
build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue