diff --git a/.idea/dictionaries/exodus4d.xml b/.idea/dictionaries/exodus4d.xml index 7003a0d0..32c7157f 100644 --- a/.idea/dictionaries/exodus4d.xml +++ b/.idea/dictionaries/exodus4d.xml @@ -10,6 +10,7 @@ datatables deps fontawesome + fullscreen jqueryui jumpbridge killboard @@ -17,6 +18,7 @@ mouseover nonblock pnotify + revalidate scrollbar scrollbars scrollspy diff --git a/img/favicons/favicon-32x32.png b/img/favicons/favicon-32x32.png new file mode 100644 index 00000000..dd8d295c Binary files /dev/null and b/img/favicons/favicon-32x32.png differ diff --git a/img/favicons/mstile-70x70.png b/img/favicons/mstile-70x70.png new file mode 100644 index 00000000..8a5d4090 Binary files /dev/null and b/img/favicons/mstile-70x70.png differ diff --git a/img/icons/logo-18x18-gray.png b/img/icons/logo-18x18-gray.png new file mode 100644 index 00000000..28f998a2 Binary files /dev/null and b/img/icons/logo-18x18-gray.png differ diff --git a/img/icons/logo-18x18-teal.png b/img/icons/logo-18x18-teal.png new file mode 100644 index 00000000..2f0cc58a Binary files /dev/null and b/img/icons/logo-18x18-teal.png differ diff --git a/img/notifications/logo.png b/img/notifications/logo.png new file mode 100644 index 00000000..00284f48 Binary files /dev/null and b/img/notifications/logo.png differ diff --git a/img/overlay-pattern.png b/img/overlay-pattern.png deleted file mode 100644 index 6ecc88d7..00000000 Binary files a/img/overlay-pattern.png and /dev/null differ diff --git a/index.htm b/index.htm index 1e226b8e..33f8372c 100644 --- a/index.htm +++ b/index.htm @@ -6,6 +6,25 @@ + + + + + + + + + + + + + + + + + + + +
  Menu - + diff --git a/templates/modules/map_manual_dialog.html b/templates/modules/map_manual_dialog.html index f6cf647c..09409600 100644 --- a/templates/modules/map_manual_dialog.html +++ b/templates/modules/map_manual_dialog.html @@ -39,6 +39,7 @@

Select methods

@@ -49,7 +50,7 @@

Locked systems (more) can“t be selected.

-

Grid snapping

+

Grid snapping

The "Grid snapping" option can be activated on the "Map Menu" (). Systems will snap to a 20x20px grid. A grid overlay appears on the map. @@ -188,6 +189,17 @@

  • Switch Connection: click a "Connection Endpoints" and drag it to any other system
  • Add new System: Add a system by using the context menu of a system (more)
  • +

    Connection scope

    +

    + Each connection has its own "Scope". Scopes represent connection types that exist in game.
    + Maps can be filtered by specific scopes (more).
    + The "Scope" of a connection can be changed by using the context menu of a connection (more). +

    +

    Connection status

    Wormholes will gain various statuses during its "Lifetime".
    @@ -196,7 +208,6 @@

    Frigate hole

    diff --git a/templates/modules/signature_reader_dialog.html b/templates/modules/signature_reader_dialog.html index 3700fc0a..115f202d 100644 --- a/templates/modules/signature_reader_dialog.html +++ b/templates/modules/signature_reader_dialog.html @@ -7,8 +7,8 @@ Copy and paste signatures from your probe scanning window. - Hit ctrl + a (for copy) - then ctrl + c (for paste). This tool can add and update signatures. + Hit ctrl + c (for copy) + then ctrl + v (for paste). This tool can add and update signatures. diff --git a/templates/modules/tabs.html b/templates/modules/tabs.html deleted file mode 100644 index 0164e3ae..00000000 --- a/templates/modules/tabs.html +++ /dev/null @@ -1,16 +0,0 @@ - - -
    - {{#tabs}} -
    - {{/tabs}} -
    \ No newline at end of file