From 34107b89579494ce9ebbb8100c7d29885db88619 Mon Sep 17 00:00:00 2001 From: freyamade Date: Thu, 20 Jan 2022 15:59:09 +0000 Subject: [PATCH] Removing help text from the website since we have a wiki now --- frontend/src/components/modals/legend.vue | 5 - frontend/src/views/team/loot.vue | 133 ++++++++++------------ 2 files changed, 63 insertions(+), 75 deletions(-) diff --git a/frontend/src/components/modals/legend.vue b/frontend/src/components/modals/legend.vue index b92358fb..3ff3225f 100644 --- a/frontend/src/components/modals/legend.vue +++ b/frontend/src/components/modals/legend.vue @@ -11,11 +11,6 @@
-

In the Team View pages, Characters' BIS Lists are rendered with colour and text.

-

The text in each box indicates the gear that is Best in Slot for that slot.

-

The colour of the box indicates the item level of the gear the character currently has equipped.

-

If you have one, you can hover your mouse over this box to get the name of the gear they currently have equipped.

-

The colours' meanings are outlined below.

Please note that all references to a "Maximum Item Level" (Max IL) refer to the Item Level of the Weapon obtained from the Tier's final raid.

For example, the Max IL for Pandæmonium: Asphodelos is 605.


diff --git a/frontend/src/views/team/loot.vue b/frontend/src/views/team/loot.vue index 2aa3fd58..4e8ab502 100644 --- a/frontend/src/views/team/loot.vue +++ b/frontend/src/views/team/loot.vue @@ -28,41 +28,31 @@
- How This Works + What Item Dropped
-

Below the line is a drop down with all the different types of drops you can typically get from raids.

-

By selecting one, you will see two boxes below.

-

The box on the left contains Need data, or the Characters in the static that need that item for the role they play in the static.

-

The box on the right contains Greed data, which are where Characters in the static need the item for BIS Lists for other jobs.

-

The Raid Lead will have buttons to click that allows for recording loot obtained. This will also mark off the appropriate item and list for whoever is recorded as getting the loot.

-

At the bottom of the page is the Loot History for this team for the current Tier. Click or tap on the history box below to view it.

-

Please note that looted rings will replace whichever slot has the Raid ring on BIS, so be careful with your list setup.

-
-
-
+ -
- - - -
- Greed: {{ bisLootErrors.greed[0] }} -
-
- Greed BIS ID: {{ bisLootErrors.greed_bis_id[0] }} -
-
- Item: {{ bisLootErrors.item[0] }} -
-
- Member ID: {{ bisLootErrors.member_id[0] }} + +
+ Greed: {{ bisLootErrors.greed[0] }} +
+
+ Greed BIS ID: {{ bisLootErrors.greed_bis_id[0] }} +
+
+ Item: {{ bisLootErrors.item[0] }} +
+
+ Member ID: {{ bisLootErrors.member_id[0] }} +
+
-
+
@@ -72,37 +62,38 @@

Below are the people that need the chosen item for their Team BIS.

Clicking the button beside anyone will add a Loot entry, and update their BIS List accordingly.

- -