mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-05-17 11:58:14 +08:00
Remove groups and added list filtering pages
This commit is contained in:
parent
ae5b8de094
commit
ccf8262291
4 changed files with 178 additions and 1 deletions
|
@ -396,6 +396,9 @@ export default function Dashboard() {
|
|||
marginLeft: "1rem",
|
||||
marginRight: "1rem",
|
||||
}}
|
||||
onClick={() => {
|
||||
navigate("/view/equipment_instances/filter/PC");
|
||||
}}
|
||||
/>
|
||||
<p
|
||||
style={{
|
||||
|
@ -424,6 +427,9 @@ export default function Dashboard() {
|
|||
marginLeft: "1rem",
|
||||
marginRight: "1rem",
|
||||
}}
|
||||
onClick={() => {
|
||||
navigate("/view/equipment_instances/filter/NETWORKING");
|
||||
}}
|
||||
/>
|
||||
<p
|
||||
style={{
|
||||
|
@ -444,6 +450,9 @@ export default function Dashboard() {
|
|||
flexWrap: "wrap",
|
||||
},
|
||||
}}
|
||||
onClick={() => {
|
||||
navigate("/view/equipment_instances/filter/CCTV");
|
||||
}}
|
||||
>
|
||||
<CameraOutdoorIcon
|
||||
style={{
|
||||
|
@ -481,6 +490,9 @@ export default function Dashboard() {
|
|||
marginLeft: "1rem",
|
||||
marginRight: "1rem",
|
||||
}}
|
||||
onClick={() => {
|
||||
navigate("/view/equipment_instances/filter/FURNITURE");
|
||||
}}
|
||||
/>
|
||||
<p
|
||||
style={{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue