astrogators-shared-ui 0.16.0 → 0.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +36 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -533,14 +533,19 @@ var ve = [
|
|
|
533
533
|
sections: [
|
|
534
534
|
{
|
|
535
535
|
id: "grid",
|
|
536
|
-
label: "
|
|
536
|
+
label: "Inventory",
|
|
537
537
|
href: "/mod-ledger/"
|
|
538
538
|
},
|
|
539
539
|
{
|
|
540
|
-
id: "evaluations",
|
|
541
|
-
label: "Evaluations",
|
|
540
|
+
id: "my-evaluations",
|
|
541
|
+
label: "My Evaluations",
|
|
542
542
|
href: "/mod-ledger/evaluations"
|
|
543
543
|
},
|
|
544
|
+
{
|
|
545
|
+
id: "official",
|
|
546
|
+
label: "Official",
|
|
547
|
+
href: "/mod-ledger/evaluations#official"
|
|
548
|
+
},
|
|
544
549
|
{
|
|
545
550
|
id: "moderation",
|
|
546
551
|
label: "Moderation",
|
|
@@ -554,11 +559,34 @@ var ve = [
|
|
|
554
559
|
label: "Navicharts",
|
|
555
560
|
href: "/navicharts/",
|
|
556
561
|
status: "available",
|
|
557
|
-
sections: [
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
+
sections: [
|
|
563
|
+
{
|
|
564
|
+
id: "mine",
|
|
565
|
+
label: "Mine",
|
|
566
|
+
href: "/navicharts/"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
id: "official",
|
|
570
|
+
label: "Official",
|
|
571
|
+
href: "/navicharts/#official"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
id: "guild",
|
|
575
|
+
label: "Guild",
|
|
576
|
+
href: "/navicharts/#guild"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
id: "bookmarked",
|
|
580
|
+
label: "Bookmarked",
|
|
581
|
+
href: "/navicharts/#bookmarked"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
id: "moderation",
|
|
585
|
+
label: "All Shared",
|
|
586
|
+
href: "/navicharts/#moderation",
|
|
587
|
+
roles: ["admin", "mod"]
|
|
588
|
+
}
|
|
589
|
+
]
|
|
562
590
|
},
|
|
563
591
|
{
|
|
564
592
|
id: "nightwatcher",
|