Skip to content

Commit

Permalink
Updates on intel page (minmatarfleet#771)
Browse files Browse the repository at this point in the history
* Added moon tracking data entry form

* Moon index page with static progress bar

* Showing actual progress on system cards

* Added find system

* Added system moons page

* Updates on intel page
  • Loading branch information
beautifulmim authored Sep 24, 2024
1 parent 98fe4b3 commit 4bc463c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion frontend/app/src/components/blocks/AddMoonButton.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const ADD_MOON_RESULT_PARTIAL_URL = translatePath('/partials/add_moon_result_com
import Button from '@components/blocks/Button.astro';
import AddIcon from '@components/icons/buttons/AddIcon.astro';
---

<Button
Expand Down
1 change: 1 addition & 0 deletions frontend/app/src/components/blocks/IntelReel.astro
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ import PlanetEVEIcon from '@components/icons/PlanetEVEIcon.astro';
{can_add_moons &&
<AddMoonButton
size='sm'
color='fleet-red'
iconed={false}
/>
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/i18n/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const ui = {
'page_finder.fleets.history.description': 'History of fleets',

'intel.page_title': 'Intel',
'intel.leading_text': 'Structures are the largest conflict driver in EVE Online. They are the primary target during all wars, and lead to all of those large fleet battles that you see in the news. There are three important elements that a fleet commander must know for every structure.',
'intel.leading_text': 'Structures are the largest conflict driver in EVE Online. They are the primary target during all wars, and lead to all of those large fleet battles that you see in the news.',
'intel.meta_description': 'Learn more about intel at Minmatar Fleet Alliance, and report various timers.',
'intel.cover_alt': 'A Probe spacecraft scanning an Athanor station, set against the backdrop of a moon mining site.',
'intel.description': 'Inspect active structure timers and submit new ones and moon scans',
Expand Down

0 comments on commit 4bc463c

Please sign in to comment.