Skip to content

Commit b3dcc7d

Browse files
committed
fixing UI vertical icons on short screens
1 parent 166869f commit b3dcc7d

File tree

9 files changed

+17
-15
lines changed

9 files changed

+17
-15
lines changed

CHANGELOG.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [3.3.1-rc52] -
7+
## [3.3.1-rc52] - 2025-03-12
88

99
### Changed
1010

MythicReactUI/CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.3.18] - 2025-03-11
8+
9+
### Changed
10+
11+
- Fixed the vertical extra icons on short layouts that wouldn't auto expand to show them
12+
713
## [0.3.17] - 2025-03-11
814

915
### Changed

MythicReactUI/src/components/TopAppBarVertical.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -811,11 +811,7 @@ export function TopAppBarVertical(props) {
811811
<ListItemText>Extra Shortcuts</ListItemText>
812812
{openExtra ? <ExpandLess /> : <ExpandMore />}
813813
</StyledListItem>
814-
<Collapse in={openExtra} unmountOnExit style={{overflowY: "auto", overflowX: "hidden"}}>
815-
<List component="div" disablePadding style={{border: 0, backgroundColor: theme.topAppBarColor}}>
816-
{getExtraShortcuts()}
817-
</List>
818-
</Collapse>
814+
{openExtra && getExtraShortcuts()}
819815
<Divider style={{borderColor: "white"}} />
820816
<div className={classes.listSubHeader} style={{ flexGrow: 1}}></div>
821817
<TopBarRightShortcutsVertical me={me} isOpen={isOpen} serverName={serverName} />

MythicReactUI/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import jwt_decode from 'jwt-decode';
1515
import {meState} from './cache';
1616
import {getSkewedNow} from "./components/utilities/Time";
1717

18-
export const mythicUIVersion = "0.3.17";
18+
export const mythicUIVersion = "0.3.18";
1919

2020
let fetchingNewToken = false;
2121

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"files": {
33
"main.css": "/new/static/css/main.602591e6.css",
4-
"main.js": "/new/static/js/main.cfdd0950.js",
4+
"main.js": "/new/static/js/main.5c5659ec.js",
55
"static/media/mythic-red.png": "/new/static/media/mythic-red.203468a4e5240d239aa0.png",
66
"static/media/graphql.png": "/new/static/media/graphql.8f15978b39b0870a9f0e.png",
77
"static/media/Mythic_Logo.svg": "/new/static/media/Mythic_Logo.6842c911bebe36d6f83fc7ced4a2cd99.svg",
88
"static/media/mythic_red_small.svg": "/new/static/media/mythic_red_small.793b41cc7135cdede246661ec232976b.svg",
99
"index.html": "/new/index.html",
1010
"main.602591e6.css.map": "/new/static/css/main.602591e6.css.map",
11-
"main.cfdd0950.js.map": "/new/static/js/main.cfdd0950.js.map"
11+
"main.5c5659ec.js.map": "/new/static/js/main.5c5659ec.js.map"
1212
},
1313
"entrypoints": [
1414
"static/css/main.602591e6.css",
15-
"static/js/main.cfdd0950.js"
15+
"static/js/main.5c5659ec.js"
1616
]
1717
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/new/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="apple-touch-icon" href="/new/logo192.png"/><link rel="manifest" href="/new/manifest.json"/><title>Mythic</title><script defer="defer" src="/new/static/js/main.cfdd0950.js"></script><link href="/new/static/css/main.602591e6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/new/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="apple-touch-icon" href="/new/logo192.png"/><link rel="manifest" href="/new/manifest.json"/><title>Mythic</title><script defer="defer" src="/new/static/js/main.5c5659ec.js"></script><link href="/new/static/css/main.602591e6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

mythic-react-docker/mythic/public/static/js/main.cfdd0950.js renamed to mythic-react-docker/mythic/public/static/js/main.5c5659ec.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mythic-react-docker/mythic/public/static/js/main.cfdd0950.js.map renamed to mythic-react-docker/mythic/public/static/js/main.5c5659ec.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)