From 20182b4957f8ef999824a9d77f9abd9670e8fde7 Mon Sep 17 00:00:00 2001 From: robhyrk Date: Mon, 17 Nov 2025 14:56:03 -0500 Subject: [PATCH] fix: text colors, nova wallet view on mobile, market header stats for combo, and api support for mainnet on referenda items --- components/account/NotificationsPanel.tsx | 8 +-- components/account/WalletSelect.tsx | 4 +- components/create/editor/ComboEditor.tsx | 10 +-- components/create/editor/CostCalculator.tsx | 2 +- components/create/editor/EditorCompact.tsx | 12 ++-- .../create/editor/inputs/BlockPeriod.tsx | 2 +- .../editor/inputs/LiquidityModeToggle.tsx | 8 +-- .../create/editor/inputs/LiquiditySimple.tsx | 6 +- .../create/editor/inputs/LiquidityUnified.tsx | 8 +-- .../editor/inputs/answers/Categorical.tsx | 2 +- components/liquidity/PoolFeesSelect.tsx | 2 +- components/liquidity/PoolSettingsAMM2.tsx | 2 +- .../markets/ComboMarketHeaderUnified.tsx | 8 +-- .../MarketContextActionOutcomeSelector.tsx | 4 +- components/markets/MarketHistoryModal.tsx | 10 +-- components/markets/MarketSearch.tsx | 2 +- .../markets/market-card/MarketOrComboCard.tsx | 5 +- components/portfolio/EmptyPortfolio.tsx | 2 +- components/settings/AccountSettingsForm.tsx | 6 +- components/top-bar/index.tsx | 72 +++++++++++++++++++ components/ui/Footer.tsx | 2 +- components/ui/Input.tsx | 2 +- components/ui/Table.tsx | 2 +- components/ui/inputs.tsx | 2 +- components/web3wallet/index.tsx | 2 +- lib/hooks/queries/usePoolStats.ts | 14 ++-- pages/404.tsx | 2 +- pages/api/referendum/[refId]/signal.ts | 6 +- pages/markets/[marketid].tsx | 2 +- pages/referendum-signal/widget/[refId].tsx | 2 +- 30 files changed, 143 insertions(+), 68 deletions(-) diff --git a/components/account/NotificationsPanel.tsx b/components/account/NotificationsPanel.tsx index 84e2359e1..efb9a85ab 100644 --- a/components/account/NotificationsPanel.tsx +++ b/components/account/NotificationsPanel.tsx @@ -216,7 +216,7 @@ const CourtCaseReadyToSettleItem = ({

{market?.question}

-

+

This court case can now be settled.

@@ -253,7 +253,7 @@ const CourtCaseReadyForVoteAlertItem = ({

{market?.question}

-

+

You have been drawn as juror for this market and can now vote.

@@ -290,7 +290,7 @@ const CourtCaseReadyForRevealAlertItem = ({

{market?.question}

-

+

You are required to reveal your vote for this court case.

@@ -389,7 +389,7 @@ const RelevantMarketDisputeItem = ({

{alert.market.question}

-

+

A market you're involved in is disputed

diff --git a/components/account/WalletSelect.tsx b/components/account/WalletSelect.tsx index 0f1848712..0f73bfff2 100644 --- a/components/account/WalletSelect.tsx +++ b/components/account/WalletSelect.tsx @@ -98,7 +98,7 @@ const WalletSelect = () => { {/* Divider */} {/*
- or + or
*/} @@ -125,7 +125,7 @@ const WalletSelect = () => {
Nova Wallet
-
Mobile wallet
+
Mobile wallet
diff --git a/components/create/editor/ComboEditor.tsx b/components/create/editor/ComboEditor.tsx index 755d58188..a7eae6641 100644 --- a/components/create/editor/ComboEditor.tsx +++ b/components/create/editor/ComboEditor.tsx @@ -589,7 +589,7 @@ const ComboMarketEditor: React.FC = () => {
Example 1:
-

+

Assume:{" "} "Referendum #1764 passes",{" "} No
@@ -602,7 +602,7 @@ const ComboMarketEditor: React.FC = () => {

Example 2:
-

+

Assume:{" "} "Lakers win championship",{" "} Yes
@@ -670,7 +670,7 @@ const ComboMarketEditor: React.FC = () => {