Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Senior Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Data Guardian
Senior Project
Commits
397edd4e
Commit
397edd4e
authored
1 year ago
by
Darla Maestas
Browse files
Options
Downloads
Patches
Plain Diff
cleaned up templatized stuff
parent
26a39c39
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
backend/db.sqlite3
+0
-0
0 additions, 0 deletions
backend/db.sqlite3
frontend/src/_nav.js
+0
-227
0 additions, 227 deletions
frontend/src/_nav.js
frontend/src/components/DocsExample.js
+0
-6
0 additions, 6 deletions
frontend/src/components/DocsExample.js
with
0 additions
and
233 deletions
backend/db.sqlite3
+
0
−
0
View file @
397edd4e
No preview for this file type
This diff is collapsed.
Click to expand it.
frontend/src/_nav.js
+
0
−
227
View file @
397edd4e
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
frontend/src/components/DocsExample.js
+
0
−
6
View file @
397edd4e
...
...
@@ -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
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment