Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrubajyotifounderofDSoft authored Mar 4, 2024
1 parent 8dac383 commit 945e6e6
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion web-app/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ function App() {
changeMaincodeAreaStyle({
width: '72vw',
})
setMonacoEditorStyle({
width: '72vw'
})
}
else {
changeariaExpandedisplayfilepioneer("none");
Expand All @@ -72,6 +75,9 @@ function App() {
changeMaincodeAreaStyle({
width: '92vw',
})
setMonacoEditorStyle({
width: '92vw'
})
}
};
const toggleAriaExpandedsearch = () => {
Expand All @@ -89,6 +95,9 @@ function App() {
changeMaincodeAreaStyle({
width: '72vw',
})
setMonacoEditorStyle({
width: '72vw'
})
}
else {
changeariaExpandedisplaysearch("none");
Expand All @@ -102,6 +111,9 @@ function App() {
changeMaincodeAreaStyle({
width: '92vw',
})
setMonacoEditorStyle({
width: '92vw'
})
}
};
const toggleAriaExpandedcodeblocks = () => {
Expand All @@ -119,6 +131,9 @@ function App() {
changeMaincodeAreaStyle({
width: '72vw',
})
setMonacoEditorStyle({
width: '72vw'
})
}
else {
changeariaExpandedisplaysearch("none");
Expand All @@ -132,6 +147,9 @@ function App() {
changeMaincodeAreaStyle({
width: '92vw',
})
setMonacoEditorStyle({
width: '92vw'
})
}
};
const toggleAriaExpandedgithub = () => {
Expand All @@ -149,6 +167,9 @@ function App() {
changeMaincodeAreaStyle({
width: '72vw',
})
setMonacoEditorStyle({
width: '72vw'
})
}
else {
changeariaExpandedisplaysearch("none");
Expand All @@ -162,6 +183,9 @@ function App() {
changeMaincodeAreaStyle({
width: '92vw',
})
setMonacoEditorStyle({
width: '92vw'
})
}
};
const toggleAriaExpandedgit = () => {
Expand All @@ -179,6 +203,9 @@ function App() {
changeMaincodeAreaStyle({
width: '72vw',
})
setMonacoEditorStyle({
width: '72vw'
})
}
else {
changeariaExpandedisplaysearch("none");
Expand All @@ -192,6 +219,9 @@ function App() {
changeMaincodeAreaStyle({
width: '92vw',
})
setMonacoEditorStyle({
width: '92vw'
})
}
};
const toggleAriaExpandedebug = () => {
Expand All @@ -209,6 +239,9 @@ function App() {
changeMaincodeAreaStyle({
width: '72vw',
})
setMonacoEditorStyle({
width: '72vw'
})
}
else {
changeariaExpandedisplaysearch("none");
Expand All @@ -222,6 +255,9 @@ function App() {
changeMaincodeAreaStyle({
width: '92vw',
})
setMonacoEditorStyle({
width: '92vw'
})
}
};
const toggleAriaExpandedterminal = () => {
Expand All @@ -239,6 +275,9 @@ function App() {
changeMaincodeAreaStyle({
width: '72vw',
})
setMonacoEditorStyle({
width: '72vw'
})
}
else {
changeariaExpandedisplaysearch("none");
Expand All @@ -252,6 +291,9 @@ function App() {
changeMaincodeAreaStyle({
width: '92vw',
})
setMonacoEditorStyle({
width: '92vw'
})
}
};
const toggleAriaExpandedextensions = () => {
Expand All @@ -269,6 +311,9 @@ function App() {
changeMaincodeAreaStyle({
width: '72vw',
})
setMonacoEditorStyle({
width: '72vw'
})
}
else {
changeariaExpandedisplaysearch("none");
Expand All @@ -282,6 +327,9 @@ function App() {
changeMaincodeAreaStyle({
width: '92vw',
})
setMonacoEditorStyle({
width: '92vw'
})
}
};

Expand Down Expand Up @@ -383,4 +431,4 @@ function App() {
);
}

export default App;
export default App;

0 comments on commit 945e6e6

Please sign in to comment.