Skip to content
Snippets Groups Projects
Commit d13c48b2 authored by jherman5's avatar jherman5
Browse files

Added a few initial aspects of the app's initial state.

parent 280896a7
No related branches found
No related tags found
No related merge requests found
......@@ -145,3 +145,25 @@
[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0829/183110.544:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.193:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.196:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.196:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.196:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.196:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.196:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.196:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
......@@ -2,25 +2,25 @@
background-color: #f44336;
border: none;
width: 50%;
height: 300px;
height: 20em;
}
.bluebutton{
background-color: #008CBA;
border: none;
width: 50%;
height: 300px;
height: 20em;
}
.yellowbutton{
background-color: #ffff00;
border: none;
width: 50%;
height: 300px;
height: 20em;
}
.greenbutton{
background-color: #4CAF50;
border: none;
width: 50%;
height: 300px;
height: 20em;
}
#wrapper{
width: 100%;
......
......@@ -8,7 +8,6 @@ export function Pattern() {
<button class = "redbutton">
</button>
<button class = "bluebutton">
</button>
<button class = 'yellowbutton'>
......
import { createSlice } from '@reduxjs/toolkit';
const patternSlice = createSlice({
name: 'pattern',
initialState: {
borderState: 0,
patternList: []
},
reducers: {
},
});
export default patternSlice;
export const {
} = patternSlice.actions;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment