Skip to content

Commit cd3e5ed

Browse files
committed
updating new table context menu in browser scripts
1 parent ffafcd8 commit cd3e5ed

File tree

9 files changed

+17
-13
lines changed

9 files changed

+17
-13
lines changed

CHANGELOG.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333
- Additional checks were added to make removing files easier in case the file was deleted
3434
- Updated Eventing response intercept logic to cache existing workflows to reduce the overhead of fetching data for every response
3535
- Updated File Hosting tag process to only add tags after C2 Profile returned success for hosting the file
36-
- [UI Updates](/MythicReactUI/CHANGELOG.MD#0368---2025-08-12)
36+
- [UI Updates](/MythicReactUI/CHANGELOG.MD#0368---2025-08-21)
3737

3838
## [3.3.1-rc89] - 2025-08-11
3939

MythicReactUI/CHANGELOG.MD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ 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.68] - 2025-08-12
7+
## [0.3.69] - 2025-08-21
8+
9+
- Fixed an issue with browser script tables getting hidden by the container
10+
11+
## [0.3.68] - 2025-08-21
812

913
### Changed
1014

MythicReactUI/src/components/MythicComponents/MythicResizableGrid/HeaderCell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const HeaderCell = ({
7373
</Typography>
7474
{isFiltered && <FontAwesomeIcon icon={faFilter} />}
7575
{sortIndicatorIndex === columnIndex && (sortDirection === 'ASC' ? <div></div> : <div></div>)}
76-
<Popper open={openContextMenu} anchorEl={dropdownAnchorRef.current} role={undefined} transition disablePortal style={{zIndex: 4}}>
76+
<Popper open={openContextMenu} anchorEl={dropdownAnchorRef.current} role={undefined} transition style={{zIndex: 40}}>
7777
{({ TransitionProps, placement }) => (
7878
<Grow
7979
{...TransitionProps}

MythicReactUI/src/index.js

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

18-
export const mythicUIVersion = "0.3.68";
18+
export const mythicUIVersion = "0.3.69";
1919

2020
let fetchingNewToken = false;
2121

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"files": {
33
"main.css": "/new/static/css/main.6fd8d3c4.css",
4-
"main.js": "/new/static/js/main.03044cee.js",
4+
"main.js": "/new/static/js/main.140c28c2.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
"index.html": "/new/index.html",
99
"main.6fd8d3c4.css.map": "/new/static/css/main.6fd8d3c4.css.map",
10-
"main.03044cee.js.map": "/new/static/js/main.03044cee.js.map"
10+
"main.140c28c2.js.map": "/new/static/js/main.140c28c2.js.map"
1111
},
1212
"entrypoints": [
1313
"static/css/main.6fd8d3c4.css",
14-
"static/js/main.03044cee.js"
14+
"static/js/main.140c28c2.js"
1515
]
1616
}
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.03044cee.js"></script><link href="/new/static/css/main.6fd8d3c4.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.140c28c2.js"></script><link href="/new/static/css/main.6fd8d3c4.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.03044cee.js renamed to mythic-react-docker/mythic/public/static/js/main.140c28c2.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

mythic-react-docker/mythic/public/static/js/main.03044cee.js.map renamed to mythic-react-docker/mythic/public/static/js/main.140c28c2.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)