From 397edd4e24cd48acea1acac8346204ad985bcb19 Mon Sep 17 00:00:00 2001 From: Darla Maestas <dnm66@drexel.edu> Date: Wed, 1 May 2024 18:07:46 -0400 Subject: [PATCH] cleaned up templatized stuff --- backend/db.sqlite3 | Bin 561152 -> 561152 bytes frontend/src/_nav.js | 227 ------------------------- frontend/src/components/DocsExample.js | 6 - 3 files changed, 233 deletions(-) diff --git a/backend/db.sqlite3 b/backend/db.sqlite3 index 7187ecd40fc68a49fc449761df86f794d74d3f2f..e44526a888839164ca98ceffec3918875e6d2198 100644 GIT binary patch delta 1059 zcmZozpwzHHX@WGP!bBNoRs{yVvd)bu?0SqmlXLXy86_sa(F<c!k>+N$W}MDv&n!MU zUO$>mK%AM`m~rw!9^uWG^$iWAxH+aW@Wk+E@?GGQ=k4Y`&Mm}M!}*lcmt*Q?Lxpk< zo<>svUWP_nM^1TO<H>T_l4%w>o@vSM?x~)ZzNKZUrmiJsMFoasD%sllfj)`m9vK;# zUcsSR#eRmV5n1LQMQH^|VMgvLiTR1XDfvZ}#-16;wnhd<Cb|Zux(0>{Mut|VMpniK zdS)g@rUvH8i6zA;`RT=$(*-Xw3QzXWXA?nEW@xErWM*P)Zn@bvb2}RsH-9Yy|5g44 z{I#2T3iA2+c$wuH;RXn7?yj#C5Mbk!W8k~ZyOpP(JCn<WQ*N`N0vBg}lQJ8tZ*!<) znMGDcN|Hr!Ww}XuN=~XlMT(_qc1cEYia~*8aY?d)UaD6`Se9?Ge|e^3s8gD*TS>5M zsJCNygn5~PdvZ~BKw(f}qNR^(WqeVwky)s>ag<S#f3Q(Rq+vm!aYkygMRrzUkxyY( zh`C|9qlaaMQD9z5eu+VSUY4O>l&OzLL4>8NYeZU<k!PN1noE30X@0R^P+35tlWVSp zlc{NZMS8JQs()5`ZkAbKiK}0!Phfg^NTIo_OR;ZCW@v6eL1c!DW0a4Zd8lr=Z)AE% zwx^Y0v5`lyuT^q(dQe_sv3HbZgkw~cXKI*tVScb*P_AE8dPt^*Q$|i!O0t`!i%DQa zcqA-33{8=v!_w5iVzbMv1FSr3{K^dcclamqd+;l7=35}lud2fA%Sb5f*qS}oZ}(Ww zxW_?&jo+Pt{}KOT{w4ga{Av8|n*|$;`IY6E9T{<3%?6U5>_1y-ddq*t20m849}N6w z`DgHF@Eh{|*euxajL*_sg~i^HAtkXWCowlMwYVg)I3=~rAw4%SGe<8uKNn^;B$b(1 zSQ(h;nOYcF7#VFh<Y&4Zz{kp8&%pnJzn=db|4#n7n*|$k`Q>Dp?HO^JsIq--K2y2^ zvjk7%boL2M`b<2Ln++8dc~q4pSQx||4ULRVOi^t$HMTM^)-$p&GdHl<UN?uS&6r1m z?-2w46aIJnC-@$1=exjkiI0nuS)389Sz`N}drT6FGCcft4E*o;@AF^aKfu3%e?I?2 z{s#U6{y2Uge!I<r4RZW^JUlE6;>=)8rX4BmKK#t>KKv~0KK!ihKKyL$KK$(4efT-H GGynkhl`}s8 delta 364 zcmZozpwzHHX@WGP<U|=~R!IiEaIcLi?0SsclXLXy8O0~R(F<c!mgZ)*W}MDv&n!MU zUO$?RU!0lQm~rw!9^uWG^$iUqxHx?ocw+c7`7ZFu^LBF|=N96s;e5*JyV+2|kaM$d z=5{s?F8*!?{;T{8HuDwa^G|kA5ZK&ZUn#)H%H_hqcbj)BPd|4im&;~D1tYG_F0&4> za<TGzF!0~upTzI6Szv)MNQZi}$NKFa>lybr@UilzG4Ma)Kg_>`zm-32vtUCA|8)2N zjJ%U0W(!Vl`OnzE!@_UKz<-v127d;>;by@GMgHxE{7jbv*jV`IGVs6H&Xd4Y3^G$; z``mn{bOmN{p1SGm6PWZj8!CA4Y_FTc)Mm^j&i96a{|Wy){uA2;E-+o<n;5{e{mnfl z2}LPxejf(@_x$(yFYq7W-@rege<FVae*u3Szt3jD20i|EAAaU`AAXj0AAZ($AAYuW NAAa`jKKvY88UQEkYG?oe diff --git a/frontend/src/_nav.js b/frontend/src/_nav.js index 0041f891d..735bb4a1c 100644 --- a/frontend/src/_nav.js +++ b/frontend/src/_nav.js @@ -75,233 +75,6 @@ const _nav = [ to: '/recommendations', icon: <CIcon icon={cilShieldAlt} customClassName="nav-icon" />, }, - { - component: CNavTitle, - name: 'Theme', - }, - { - component: CNavItem, - name: 'Colors', - to: '/theme/colors', - icon: <CIcon icon={cilDrop} customClassName="nav-icon" />, - }, - { - component: CNavItem, - name: 'Typography', - to: '/theme/typography', - icon: <CIcon icon={cilPencil} customClassName="nav-icon" />, - }, - { - component: CNavTitle, - name: 'Components', - }, - { - component: CNavGroup, - name: 'Base', - to: '/base', - icon: <CIcon icon={cilPuzzle} customClassName="nav-icon" />, - items: [ - { - component: CNavItem, - name: 'Accordion', - to: '/base/accordion', - }, - { - component: CNavItem, - name: 'Breadcrumb', - to: '/base/breadcrumbs', - }, - { - component: CNavItem, - name: 'Cards', - to: '/base/cards', - }, - { - component: CNavItem, - name: 'Carousel', - to: '/base/carousels', - }, - { - component: CNavItem, - name: 'Collapse', - to: '/base/collapses', - }, - { - component: CNavItem, - name: 'List group', - to: '/base/list-groups', - }, - { - component: CNavItem, - name: 'Navs & Tabs', - to: '/base/navs', - }, - { - component: CNavItem, - name: 'Pagination', - to: '/base/paginations', - }, - { - component: CNavItem, - name: 'Placeholders', - to: '/base/placeholders', - }, - { - component: CNavItem, - name: 'Popovers', - to: '/base/popovers', - }, - { - component: CNavItem, - name: 'Progress', - to: '/base/progress', - }, - { - component: CNavItem, - name: 'Spinners', - to: '/base/spinners', - }, - { - component: CNavItem, - name: 'Tables', - to: '/base/tables', - }, - { - component: CNavItem, - name: 'Tooltips', - to: '/base/tooltips', - }, - ], - }, - { - component: CNavGroup, - name: 'Buttons', - to: '/buttons', - icon: <CIcon icon={cilCursor} customClassName="nav-icon" />, - items: [ - { - component: CNavItem, - name: 'Buttons', - to: '/buttons/buttons', - }, - { - component: CNavItem, - name: 'Buttons groups', - to: '/buttons/button-groups', - }, - { - component: CNavItem, - name: 'Dropdowns', - to: '/buttons/dropdowns', - }, - ], - }, - { - component: CNavGroup, - name: 'Forms', - icon: <CIcon icon={cilNotes} customClassName="nav-icon" />, - items: [ - { - component: CNavItem, - name: 'Form Control', - to: '/forms/form-control', - }, - { - component: CNavItem, - name: 'Select', - to: '/forms/select', - }, - { - component: CNavItem, - name: 'Checks & Radios', - to: '/forms/checks-radios', - }, - { - component: CNavItem, - name: 'Range', - to: '/forms/range', - }, - { - component: CNavItem, - name: 'Input Group', - to: '/forms/input-group', - }, - { - component: CNavItem, - name: 'Floating Labels', - to: '/forms/floating-labels', - }, - { - component: CNavItem, - name: 'Layout', - to: '/forms/layout', - }, - { - component: CNavItem, - name: 'Validation', - to: '/forms/validation', - }, - ], - }, - { - component: CNavItem, - name: 'Charts', - to: '/charts', - icon: <CIcon icon={cilChartPie} customClassName="nav-icon" />, - }, - { - component: CNavGroup, - name: 'Icons', - icon: <CIcon icon={cilStar} customClassName="nav-icon" />, - items: [ - { - component: CNavItem, - name: 'CoreUI Free', - to: '/icons/coreui-icons', - badge: { - color: 'success', - text: 'NEW', - }, - }, - { - component: CNavItem, - name: 'CoreUI Flags', - to: '/icons/flags', - }, - { - component: CNavItem, - name: 'CoreUI Brands', - to: '/icons/brands', - }, - ], - }, - { - component: CNavGroup, - name: 'Notifications', - icon: <CIcon icon={cilBell} customClassName="nav-icon" />, - items: [ - { - component: CNavItem, - name: 'Alerts', - to: '/notifications/alerts', - }, - { - component: CNavItem, - name: 'Badges', - to: '/notifications/badges', - }, - { - component: CNavItem, - name: 'Modal', - to: '/notifications/modals', - }, - { - component: CNavItem, - name: 'Toasts', - to: '/notifications/toasts', - }, - ], - }, { component: CNavItem, name: 'Widgets', diff --git a/frontend/src/components/DocsExample.js b/frontend/src/components/DocsExample.js index 3340cbc80..c470f8164 100644 --- a/frontend/src/components/DocsExample.js +++ b/frontend/src/components/DocsExample.js @@ -18,12 +18,6 @@ const DocsExample = (props) => { Preview </CNavLink> </CNavItem> - <CNavItem> - <CNavLink href={_href} target="_blank"> - <CIcon icon={cilCode} className="me-2" /> - Code - </CNavLink> - </CNavItem> </CNav> <CTabContent className="rounded-bottom"> <CTabPane className="p-3 preview" visible> -- GitLab