diff --git a/IWantToHeal-Thor-v1.0.41.apk b/IWantToHeal-Thor-v1.0.41.apk new file mode 100644 index 0000000..f1ab8e3 Binary files /dev/null and b/IWantToHeal-Thor-v1.0.41.apk differ diff --git a/android/app/build.gradle b/android/app/build.gradle index c046471..6bb7d29 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.warren.iwanttoheal" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 60 - versionName "1.0.40" + versionCode 61 + versionName "1.0.41" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/src/App.css b/src/App.css index 9204df8..4d6a37d 100644 --- a/src/App.css +++ b/src/App.css @@ -1795,6 +1795,23 @@ h2 { font-size: 14px; } +.run-title-row { + align-items: center; + display: flex; + gap: 10px; + justify-content: space-between; +} + +.run-title-row h2 { + min-width: 0; +} + +.inline-back-button { + flex: 0 0 auto; + min-height: 34px; + padding: 6px 10px; +} + .run-setup-heading small { color: var(--muted); font-size: 16px; @@ -2044,14 +2061,6 @@ h2 { padding: 10px; } - .dungeon-run-screen .screen-heading { - padding-bottom: 10px; - } - - .dungeon-run-screen .screen-heading h1 { - font-size: 18px; - } - .dungeon-run-board, .dungeon-run-main { gap: 10px; @@ -2088,6 +2097,12 @@ h2 { font-size: 12px; } + .inline-back-button { + font-size: 12px; + min-height: 28px; + padding: 4px 7px; + } + .activity-pager button { font-size: 9px; min-height: 28px; @@ -2236,21 +2251,6 @@ h2 { padding: 6px; } - .dungeon-run-screen .screen-heading { - padding-bottom: 4px; - } - - .dungeon-run-screen .screen-heading h1 { - font-size: 13px; - line-height: 1.15; - } - - .dungeon-run-screen .back-button { - font-size: 14px; - min-height: 34px; - padding: 5px 8px; - } - .dungeon-run-board, .dungeon-run-main, .dungeon-setup-rail { @@ -2287,6 +2287,12 @@ h2 { line-height: 1.2; } + .inline-back-button { + font-size: 10px; + min-height: 24px; + padding: 3px 6px; + } + .dungeon-run-screen .eyebrow, .dungeon-run-screen .tier-grid strong, .dungeon-choice-grid .activity-card strong, diff --git a/src/App.tsx b/src/App.tsx index 78919b9..f21890c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -609,11 +609,6 @@ function App() { {(screen === 'dungeons' || screen === 'raids') && (
- setScreen('menu')} - />
@@ -622,7 +617,10 @@ function App() {

Selected Run

-

{activity.name}

+
+

{activity.name}

+ +

{activity.description}

Level {activity.recommendedLevel}