@platformatic/ui-components 0.8.0 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/{index-Dc2uZTON.css → index-BiRNzolW.css} +1 -1
- package/dist/assets/index-BvK6sCtd.js +40 -0
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/src/components/TabbedWindow.module.css +2 -2
- package/src/components/forms/Select.jsx +1 -1
- package/src/components/forms/Select.module.css +1 -1
- package/src/components/icons/AllAppsIcon.jsx +31 -21
- package/src/components/icons/AppConfigurationIcon.jsx +27 -29
- package/src/components/icons/AppDetailsIcon.jsx +13 -10
- package/src/components/icons/AppEditIcon.jsx +15 -15
- package/src/components/icons/AppIcon.jsx +7 -4
- package/src/components/icons/AppListIcon.jsx +60 -62
- package/src/components/icons/AppMissingIcon.jsx +97 -0
- package/src/components/icons/AppSettingsIcon.jsx +13 -9
- package/src/components/icons/{StoppedAppIcon.jsx → AppStoppedIcon.jsx} +15 -15
- package/src/components/icons/CreateAppIcon.jsx +13 -7
- package/src/components/icons/CreatingAppIcon.jsx +104 -0
- package/src/components/icons/ImportAppIcon.jsx +9 -10
- package/src/components/icons/K8SIcon.jsx +27 -6
- package/src/components/icons/PodDetailsIcon.jsx +12 -21
- package/src/components/icons/PodLogsIcon.jsx +26 -27
- package/src/components/icons/PodPerformanceIcon.jsx +20 -18
- package/src/components/icons/RemoveAppIcon.jsx +101 -0
- package/src/components/icons/index.js +9 -3
- package/dist/assets/index-Dev7WHoA.js +0 -40
|
@@ -29,13 +29,10 @@ const PodDetailsIcon = ({
|
|
|
29
29
|
xmlns='http://www.w3.org/2000/svg'
|
|
30
30
|
className={className}
|
|
31
31
|
>
|
|
32
|
-
<path d='M8
|
|
33
|
-
<
|
|
34
|
-
<path d='
|
|
35
|
-
|
|
36
|
-
<circle cx='4.39697' cy='7' r='0.5' fill='none' />
|
|
37
|
-
<circle cx='5.39697' cy='9' r='0.5' fill='none' />
|
|
38
|
-
<circle cx='6.39697' cy='11' r='0.5' fill='none' />
|
|
32
|
+
<path d='M8 2L13.1962 5V11L8 14L2.80385 11V5L8 2Z' stroke='none' strokeLinejoin='round' />
|
|
33
|
+
<circle cx='7.5' cy='7.5' r='2.5' stroke='none' />
|
|
34
|
+
<path d='M9.5 9.5L10.6172 10.6172' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
|
|
35
|
+
|
|
39
36
|
</svg>
|
|
40
37
|
)
|
|
41
38
|
break
|
|
@@ -49,13 +46,10 @@ const PodDetailsIcon = ({
|
|
|
49
46
|
xmlns='http://www.w3.org/2000/svg'
|
|
50
47
|
className={className}
|
|
51
48
|
>
|
|
52
|
-
<path d='
|
|
53
|
-
<
|
|
54
|
-
<path d='
|
|
55
|
-
|
|
56
|
-
<circle cx='6.5957' cy='10.5' r='0.75' fill='none' />
|
|
57
|
-
<circle cx='8.0957' cy='13.5' r='0.75' fill='none' />
|
|
58
|
-
<circle cx='9.5957' cy='16.5' r='0.75' fill='none' />
|
|
49
|
+
<path d='M12 3L19.7942 7.5V16.5L12 21L4.20577 16.5V7.5L12 3Z' stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
|
|
50
|
+
<circle cx='11.25' cy='11.25' r='3.75' stroke='none' strokeWidth={1.5} />
|
|
51
|
+
<path d='M14.25 14.25L15.9258 15.9258' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
|
|
52
|
+
|
|
59
53
|
</svg>
|
|
60
54
|
)
|
|
61
55
|
break
|
|
@@ -69,13 +63,10 @@ const PodDetailsIcon = ({
|
|
|
69
63
|
xmlns='http://www.w3.org/2000/svg'
|
|
70
64
|
className={className}
|
|
71
65
|
>
|
|
72
|
-
<path d='
|
|
73
|
-
<
|
|
74
|
-
<path d='
|
|
75
|
-
|
|
76
|
-
<circle cx='10.9927' cy='17.5' r='1.25' fill='none' />
|
|
77
|
-
<circle cx='13.4927' cy='22.5' r='1.25' fill='none' />
|
|
78
|
-
<circle cx='15.9927' cy='27.5' r='1.25' fill='none' />
|
|
66
|
+
<path d='M20 5L32.9904 12.5V27.5L20 35L7.00962 27.5V12.5L20 5Z' stroke='none' strokeWidth={2} strokeLinejoin='round' />
|
|
67
|
+
<circle cx='18.75' cy='18.75' r='6.25' stroke='none' strokeWidth={2} />
|
|
68
|
+
<path d='M23.75 23.75L26.543 26.543' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
|
|
69
|
+
|
|
79
70
|
</svg>
|
|
80
71
|
)
|
|
81
72
|
break
|
|
@@ -17,6 +17,7 @@ const PodLogsIcon = ({
|
|
|
17
17
|
className += ` ${styles.iconInactive}`
|
|
18
18
|
}
|
|
19
19
|
let icon = <></>
|
|
20
|
+
const filledClassName = styles[`filled-${color}`]
|
|
20
21
|
|
|
21
22
|
switch (size) {
|
|
22
23
|
case SMALL:
|
|
@@ -29,15 +30,15 @@ const PodLogsIcon = ({
|
|
|
29
30
|
xmlns='http://www.w3.org/2000/svg'
|
|
30
31
|
className={className}
|
|
31
32
|
>
|
|
32
|
-
<
|
|
33
|
-
<
|
|
34
|
-
<
|
|
35
|
-
<circle cx='
|
|
36
|
-
<circle cx='
|
|
37
|
-
<
|
|
38
|
-
<path d='
|
|
39
|
-
<path d='
|
|
40
|
-
|
|
33
|
+
<path d='M8 2L13.1962 5V11L8 14L2.80385 11V5L8 2Z' stroke='none' strokeLinejoin='round' />
|
|
34
|
+
<rect x='5' y='5' width='6' height='6' rx='1' stroke='none' />
|
|
35
|
+
<path d='M5 7H11' stroke='none' />
|
|
36
|
+
<circle cx='6.25' cy='6' r='0.25' fill='none' className={filledClassName} />
|
|
37
|
+
<circle cx='7' cy='6' r='0.25' fill='none' className={filledClassName} />
|
|
38
|
+
<circle cx='7.75' cy='6' r='0.25' fill='none' className={filledClassName} />
|
|
39
|
+
<path d='M6.5 8.25H8.25' stroke='none' strokeLinecap='round' />
|
|
40
|
+
<path d='M6.5 9.5H9.5' stroke='none' strokeLinecap='round' />
|
|
41
|
+
|
|
41
42
|
</svg>
|
|
42
43
|
)
|
|
43
44
|
break
|
|
@@ -51,15 +52,14 @@ const PodLogsIcon = ({
|
|
|
51
52
|
xmlns='http://www.w3.org/2000/svg'
|
|
52
53
|
className={className}
|
|
53
54
|
>
|
|
54
|
-
<
|
|
55
|
-
<
|
|
56
|
-
<
|
|
57
|
-
<circle cx='
|
|
58
|
-
<circle cx='
|
|
59
|
-
<
|
|
60
|
-
<path d='
|
|
61
|
-
<path d='
|
|
62
|
-
<path d='M14.1958 15.7498V17.9998L8.99965 20.9998L3.8035 17.9998V11.9998L8.08837 9.52588' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
|
|
55
|
+
<path d='M12 3L19.7942 7.5V16.5L12 21L4.20577 16.5V7.5L12 3Z' stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
|
|
56
|
+
<rect x='7.5' y='7.5' width='9' height='9' rx='1' stroke='none' strokeWidth={1.5} />
|
|
57
|
+
<path d='M7.5 10.5H16.5' stroke='none' strokeWidth={1.5} />
|
|
58
|
+
<circle cx='9.375' cy='9' r='0.375' fill='none' className={filledClassName} />
|
|
59
|
+
<circle cx='10.5' cy='9' r='0.375' fill='none' className={filledClassName} />
|
|
60
|
+
<circle cx='11.625' cy='9' r='0.375' fill='none' className={filledClassName} />
|
|
61
|
+
<path d='M9.75 12.375H12.375' stroke='none' strokeWidth={1.5} strokeLinecap='round' />
|
|
62
|
+
<path d='M9.75 14.25H14.25' stroke='none' strokeWidth={1.5} strokeLinecap='round' />
|
|
63
63
|
</svg>
|
|
64
64
|
)
|
|
65
65
|
break
|
|
@@ -73,15 +73,14 @@ const PodLogsIcon = ({
|
|
|
73
73
|
xmlns='http://www.w3.org/2000/svg'
|
|
74
74
|
className={className}
|
|
75
75
|
>
|
|
76
|
-
<
|
|
77
|
-
<
|
|
78
|
-
<
|
|
79
|
-
<circle cx='
|
|
80
|
-
<circle cx='
|
|
81
|
-
<
|
|
82
|
-
<path d='
|
|
83
|
-
<path d='
|
|
84
|
-
<path d='M23.6597 26.2496V29.9996L14.9994 34.9996L6.33916 29.9996V19.9996L13.4806 15.8765' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
|
|
76
|
+
<path d='M20 5L32.9904 12.5V27.5L20 35L7.00962 27.5V12.5L20 5Z' stroke='none' strokeWidth={2} strokeLinejoin='round' />
|
|
77
|
+
<rect x='12.5' y='12.5' width='15' height='15' rx='2' stroke='none' strokeWidth={2} />
|
|
78
|
+
<path d='M12.5 17.5H27.5' stroke='none' strokeWidth={2} />
|
|
79
|
+
<circle cx='15.625' cy='15' r='0.625' fill='none' className={filledClassName} />
|
|
80
|
+
<circle cx='17.5' cy='15' r='0.625' fill='none' className={filledClassName} />
|
|
81
|
+
<circle cx='19.375' cy='15' r='0.625' fill='none' className={filledClassName} />
|
|
82
|
+
<path d='M16.25 20.625H20.625' stroke='none' strokeWidth={2} strokeLinecap='round' />
|
|
83
|
+
<path d='M16.25 23.75H23.75' stroke='none' strokeWidth={2} strokeLinecap='round' />
|
|
85
84
|
</svg>
|
|
86
85
|
)
|
|
87
86
|
break
|
|
@@ -28,12 +28,13 @@ const PodPerformanceIcon = ({
|
|
|
28
28
|
fill='none'
|
|
29
29
|
xmlns='http://www.w3.org/2000/svg'
|
|
30
30
|
className={className}
|
|
31
|
-
|
|
32
|
-
<path d='
|
|
33
|
-
<
|
|
34
|
-
<path d='
|
|
35
|
-
<path d='
|
|
36
|
-
<path d='
|
|
31
|
+
>
|
|
32
|
+
<path d='M8 2L13.1962 5V11L8 14L2.80385 11V5L8 2Z' stroke='none' strokeLinejoin='round' />
|
|
33
|
+
<ellipse cx='7.9579' cy='8.32058' rx='2.67225' ry='2.67947' stroke='none' />
|
|
34
|
+
<path d='M7.95781 5.6411V4.66675M6.98608 4.66675H8.92954' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
|
|
35
|
+
<path d='M10.0271 6.26461L10.3745 5.92406M10.0349 5.57568L10.7142 6.27244' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
|
|
36
|
+
<path d='M5.99001 6.30134L5.65195 5.95143M5.30298 6.29041L6.00092 5.61246' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
|
|
37
|
+
<path d='M8.80809 7.10256L7.95778 8.56409' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
|
|
37
38
|
</svg>
|
|
38
39
|
)
|
|
39
40
|
break
|
|
@@ -46,12 +47,13 @@ const PodPerformanceIcon = ({
|
|
|
46
47
|
fill='none'
|
|
47
48
|
xmlns='http://www.w3.org/2000/svg'
|
|
48
49
|
className={className}
|
|
49
|
-
|
|
50
|
-
<path d='
|
|
51
|
-
<
|
|
52
|
-
<path d='
|
|
53
|
-
<path d='
|
|
54
|
-
<path d='
|
|
50
|
+
>
|
|
51
|
+
<path d='M12 3L19.7942 7.5V16.5L12 21L4.20577 16.5V7.5L12 3Z' stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
|
|
52
|
+
<ellipse cx='11.9371' cy='12.4808' rx='4.00838' ry='4.0192' stroke='none' strokeWidth={1.5} />
|
|
53
|
+
<path d='M11.9368 8.46165V7.00012M10.4792 7.00012H13.3944' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
|
|
54
|
+
<path d='M15.0408 9.39692L15.5619 8.88609M15.0525 8.36353L16.0714 9.40866' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
|
|
55
|
+
<path d='M8.98513 9.45208L8.47804 8.92721M7.95459 9.43567L9.0015 8.41875' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
|
|
56
|
+
<path d='M13.2125 10.6539L11.937 12.8462' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
|
|
55
57
|
</svg>
|
|
56
58
|
)
|
|
57
59
|
break
|
|
@@ -65,12 +67,12 @@ const PodPerformanceIcon = ({
|
|
|
65
67
|
xmlns='http://www.w3.org/2000/svg'
|
|
66
68
|
className={className}
|
|
67
69
|
>
|
|
68
|
-
<path d='
|
|
69
|
-
<
|
|
70
|
-
<path d='
|
|
71
|
-
<path d='
|
|
72
|
-
<path d='
|
|
73
|
-
<path d='
|
|
70
|
+
<path d='M20 5L32.9904 12.5V27.5L20 35L7.00962 27.5V12.5L20 5Z' stroke='none' strokeWidth={2} strokeLinejoin='round' />
|
|
71
|
+
<ellipse cx='19.895' cy='20.8012' rx='6.68063' ry='6.69867' stroke='none' strokeWidth={2} />
|
|
72
|
+
<path d='M19.8947 14.1026V11.6667M17.4653 11.6667H22.324' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
|
|
73
|
+
<path d='M25.0676 15.6615L25.9362 14.8102M25.0872 13.9392L26.7853 15.6811' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
|
|
74
|
+
<path d='M14.9749 15.7534L14.1297 14.8786M13.2573 15.7261L15.0022 14.0312' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
|
|
75
|
+
<path d='M22.0206 17.7563L19.8948 21.4102' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
|
|
74
76
|
</svg>
|
|
75
77
|
)
|
|
76
78
|
break
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import PropTypes from 'prop-types'
|
|
3
|
+
import styles from './Icons.module.css'
|
|
4
|
+
import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
|
|
5
|
+
|
|
6
|
+
const RemoveAppIcon = ({
|
|
7
|
+
color = MAIN_DARK_BLUE,
|
|
8
|
+
size = MEDIUM,
|
|
9
|
+
disabled = false,
|
|
10
|
+
inactive = false
|
|
11
|
+
}) => {
|
|
12
|
+
let className = `${styles.svgClassName} ` + styles[`${color}`]
|
|
13
|
+
if (disabled) {
|
|
14
|
+
className += ` ${styles.iconDisabled}`
|
|
15
|
+
}
|
|
16
|
+
if (inactive) {
|
|
17
|
+
className += ` ${styles.iconInactive}`
|
|
18
|
+
}
|
|
19
|
+
let icon = <></>
|
|
20
|
+
|
|
21
|
+
switch (size) {
|
|
22
|
+
case SMALL:
|
|
23
|
+
icon = (
|
|
24
|
+
<svg
|
|
25
|
+
width={16}
|
|
26
|
+
height={16}
|
|
27
|
+
viewBox='0 0 16 16'
|
|
28
|
+
fill='none'
|
|
29
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
30
|
+
className={className}
|
|
31
|
+
>
|
|
32
|
+
<path d='M2.5 5V10.8722L8 14M8 14L13.5 10.8722V5M8 14V11' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
|
|
33
|
+
<path d='M4.5 6L2.5 4.85711L8 2L13.5 4.85711L11.4538 5.79253' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
|
|
34
|
+
<path d='M6.5 7.5H9.5' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
|
|
35
|
+
<circle cx='8' cy='7.5' r='3.5' stroke='none' />
|
|
36
|
+
|
|
37
|
+
</svg>
|
|
38
|
+
)
|
|
39
|
+
break
|
|
40
|
+
case MEDIUM:
|
|
41
|
+
icon = (
|
|
42
|
+
<svg
|
|
43
|
+
width={24}
|
|
44
|
+
height={24}
|
|
45
|
+
viewBox='0 0 24 24'
|
|
46
|
+
fill='none'
|
|
47
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
48
|
+
className={className}
|
|
49
|
+
>
|
|
50
|
+
<path d='M3.75 7.5V16.3083L12 21M12 21L20.25 16.3083V7.5M12 21V16.5' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
|
|
51
|
+
<path d='M6.75 9L3.75 7.28567L12 3L20.25 7.28567L17.1807 8.6888' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
|
|
52
|
+
<path d='M9.75 11.25H14.25' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
|
|
53
|
+
<circle cx='12' cy='11.25' r='5.25' stroke='none' strokeWidth={1.5} />
|
|
54
|
+
</svg>
|
|
55
|
+
)
|
|
56
|
+
break
|
|
57
|
+
case LARGE:
|
|
58
|
+
icon = (
|
|
59
|
+
<svg
|
|
60
|
+
width={40}
|
|
61
|
+
height={40}
|
|
62
|
+
viewBox='0 0 40 40'
|
|
63
|
+
fill='none'
|
|
64
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
65
|
+
className={className}
|
|
66
|
+
>
|
|
67
|
+
<path d='M6.25 12.5V27.1806L20 35M20 35L33.75 27.1806V12.5M20 35V27.5' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
|
|
68
|
+
<path d='M11.25 15L6.25 12.1428L20 5L33.75 12.1428L28.6345 14.4813' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
|
|
69
|
+
<path d='M16.25 18.75H23.75' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
|
|
70
|
+
<circle cx='20' cy='18.75' r='8.75' stroke='none' strokeWidth={2} />
|
|
71
|
+
|
|
72
|
+
</svg>
|
|
73
|
+
)
|
|
74
|
+
break
|
|
75
|
+
|
|
76
|
+
default:
|
|
77
|
+
break
|
|
78
|
+
}
|
|
79
|
+
return icon
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
RemoveAppIcon.propTypes = {
|
|
83
|
+
/**
|
|
84
|
+
* color of text, icon and borders
|
|
85
|
+
*/
|
|
86
|
+
color: PropTypes.oneOf(COLORS_ICON),
|
|
87
|
+
/**
|
|
88
|
+
* Size
|
|
89
|
+
*/
|
|
90
|
+
size: PropTypes.oneOf(SIZES),
|
|
91
|
+
/**
|
|
92
|
+
* disabled
|
|
93
|
+
*/
|
|
94
|
+
disabled: PropTypes.bool,
|
|
95
|
+
/**
|
|
96
|
+
* inactive
|
|
97
|
+
*/
|
|
98
|
+
inactive: PropTypes.bool
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export default RemoveAppIcon
|
|
@@ -17,6 +17,7 @@ import AppDetailsIcon from './AppDetailsIcon'
|
|
|
17
17
|
import AppEditIcon from './AppEditIcon'
|
|
18
18
|
import AppIcon from './AppIcon'
|
|
19
19
|
import AppListIcon from './AppListIcon'
|
|
20
|
+
import AppMissingIcon from './AppMissingIcon'
|
|
20
21
|
import AppEmptyIcon from './AppEmptyIcon'
|
|
21
22
|
import AppSettingsIcon from './AppSettingsIcon'
|
|
22
23
|
import ApplicationTypeIcon from './ApplicationTypeIcon'
|
|
@@ -70,6 +71,7 @@ import CopyPasteIcon from './CopyPasteIcon'
|
|
|
70
71
|
import CreditCardIcon from './CreditCardIcon'
|
|
71
72
|
import ConfigureDatabaseIcon from './ConfigureDatabaseIcon'
|
|
72
73
|
import CreateAppIcon from './CreateAppIcon'
|
|
74
|
+
import CreatingAppIcon from './CreatingAppIcon'
|
|
73
75
|
import RunningAppIcon from './RunningAppIcon'
|
|
74
76
|
import DatabaseIcon from './DatabaseIcon'
|
|
75
77
|
import DatabaseEditIcon from './DatabaseEditIcon'
|
|
@@ -146,6 +148,7 @@ import PreviewPRIcon from './PreviewPRIcon'
|
|
|
146
148
|
import PullRequestIcon from './PullRequestIcon'
|
|
147
149
|
import PullRequestLoadingIcon from './PullRequestLoadingIcon'
|
|
148
150
|
import RecentAppsIcon from './RecentAppsIcon'
|
|
151
|
+
import RemoveAppIcon from './RemoveAppIcon'
|
|
149
152
|
import RemoveIcon from './RemoveIcon'
|
|
150
153
|
import RequestOwnershipIcon from './RequestOwnershipIcon'
|
|
151
154
|
import RequestsIcon from './RequestsIcon'
|
|
@@ -176,7 +179,7 @@ import StackablesIcon from './StackablesIcon'
|
|
|
176
179
|
import StackablesPluginIcon from './StackablesPluginIcon'
|
|
177
180
|
import StackablesTemplateIcon from './StackablesTemplateIcon'
|
|
178
181
|
import StopIcon from './StopIcon'
|
|
179
|
-
import
|
|
182
|
+
import AppStoppedIcon from './AppStoppedIcon'
|
|
180
183
|
import TableIcon from './TableIcon'
|
|
181
184
|
import TaxonomyIcon from './TaxonomyIcon'
|
|
182
185
|
import TerminalIcon from './TerminalIcon'
|
|
@@ -218,8 +221,9 @@ export default {
|
|
|
218
221
|
AppDetailsIcon,
|
|
219
222
|
AppEditIcon,
|
|
220
223
|
AppIcon,
|
|
221
|
-
AppListIcon,
|
|
222
224
|
AppEmptyIcon,
|
|
225
|
+
AppListIcon,
|
|
226
|
+
AppMissingIcon,
|
|
223
227
|
AppSettingsIcon,
|
|
224
228
|
ApplicationTypeIcon,
|
|
225
229
|
AppWorkspace,
|
|
@@ -272,6 +276,7 @@ export default {
|
|
|
272
276
|
CreditCardIcon,
|
|
273
277
|
ConfigureDatabaseIcon,
|
|
274
278
|
CreateAppIcon,
|
|
279
|
+
CreatingAppIcon,
|
|
275
280
|
RunningAppIcon,
|
|
276
281
|
DatabaseIcon,
|
|
277
282
|
DatabaseEditIcon,
|
|
@@ -348,6 +353,7 @@ export default {
|
|
|
348
353
|
PullRequestIcon,
|
|
349
354
|
PullRequestLoadingIcon,
|
|
350
355
|
RecentAppsIcon,
|
|
356
|
+
RemoveAppIcon,
|
|
351
357
|
RemoveIcon,
|
|
352
358
|
RequestOwnershipIcon,
|
|
353
359
|
RequestsIcon,
|
|
@@ -361,7 +367,7 @@ export default {
|
|
|
361
367
|
ServiceIcon,
|
|
362
368
|
ServicesWorkingIcon,
|
|
363
369
|
StopIcon,
|
|
364
|
-
|
|
370
|
+
AppStoppedIcon,
|
|
365
371
|
SlotIcon,
|
|
366
372
|
SwitchIcon,
|
|
367
373
|
SocialDiscordIcon,
|