mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 08:56:00 +00:00
theme - statusbar, icons
This commit is contained in:
@@ -13,18 +13,6 @@ const SearchBoxWrapper = styled.div`
|
||||
margin-bottom: 5px;
|
||||
`;
|
||||
|
||||
// const MacroItemStyled = styled.div`
|
||||
// white-space: nowrap;
|
||||
// padding: 5px;
|
||||
// &:hover {
|
||||
// background-color: lightblue;
|
||||
// }
|
||||
// `;
|
||||
|
||||
// function MacroListItem({ macro }) {
|
||||
// return <MacroItemStyled>{macro.title}</MacroItemStyled>;
|
||||
// }
|
||||
|
||||
export default function MacroManager({ managerSize, selectedMacro, setSelectedMacro }) {
|
||||
const [filter, setFilter] = React.useState('');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user