-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feat/batch-run-support-re-run' into deploy/dev
- Loading branch information
Showing
21 changed files
with
360 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
web/app/components/base/icons/assets/vender/line/arrows/refresh-ccw-01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
web/app/components/base/icons/assets/vender/line/files/clipboard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
web/app/components/base/icons/assets/vender/line/general/bookmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
web/app/components/base/icons/assets/vender/line/weather/stars-02.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions
29
web/app/components/base/icons/src/vender/line/arrows/RefreshCcw01.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"icon": { | ||
"type": "element", | ||
"isRootNode": true, | ||
"name": "svg", | ||
"attributes": { | ||
"width": "24", | ||
"height": "24", | ||
"viewBox": "0 0 24 24", | ||
"fill": "none", | ||
"xmlns": "http://www.w3.org/2000/svg" | ||
}, | ||
"children": [ | ||
{ | ||
"type": "element", | ||
"name": "path", | ||
"attributes": { | ||
"d": "M2 10C2 10 4.00498 7.26822 5.63384 5.63824C7.26269 4.00827 9.5136 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.89691 21 4.43511 18.2543 3.35177 14.5M2 10V4M2 10H8", | ||
"stroke": "currentColor", | ||
"stroke-width": "2", | ||
"stroke-linecap": "round", | ||
"stroke-linejoin": "round" | ||
}, | ||
"children": [] | ||
} | ||
] | ||
}, | ||
"name": "RefreshCcw01" | ||
} |
16 changes: 16 additions & 0 deletions
16
web/app/components/base/icons/src/vender/line/arrows/RefreshCcw01.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// GENERATE BY script | ||
// DON NOT EDIT IT MANUALLY | ||
|
||
import * as React from 'react' | ||
import data from './RefreshCcw01.json' | ||
import IconBase from '@/app/components/base/icons/IconBase' | ||
import type { IconBaseProps, IconData } from '@/app/components/base/icons/IconBase' | ||
|
||
const Icon = React.forwardRef<React.MutableRefObject<SVGElement>, Omit<IconBaseProps, 'data'>>(( | ||
props, | ||
ref, | ||
) => <IconBase {...props} ref={ref} data={data as IconData} />) | ||
|
||
Icon.displayName = 'RefreshCcw01' | ||
|
||
export default Icon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
web/app/components/base/icons/src/vender/line/files/Clipboard.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"icon": { | ||
"type": "element", | ||
"isRootNode": true, | ||
"name": "svg", | ||
"attributes": { | ||
"width": "24", | ||
"height": "24", | ||
"viewBox": "0 0 24 24", | ||
"fill": "none", | ||
"xmlns": "http://www.w3.org/2000/svg" | ||
}, | ||
"children": [ | ||
{ | ||
"type": "element", | ||
"name": "path", | ||
"attributes": { | ||
"d": "M16 4C16.93 4 17.395 4 17.7765 4.10222C18.8117 4.37962 19.6204 5.18827 19.8978 6.22354C20 6.60504 20 7.07003 20 8V17.2C20 18.8802 20 19.7202 19.673 20.362C19.3854 20.9265 18.9265 21.3854 18.362 21.673C17.7202 22 16.8802 22 15.2 22H8.8C7.11984 22 6.27976 22 5.63803 21.673C5.07354 21.3854 4.6146 20.9265 4.32698 20.362C4 19.7202 4 18.8802 4 17.2V8C4 7.07003 4 6.60504 4.10222 6.22354C4.37962 5.18827 5.18827 4.37962 6.22354 4.10222C6.60504 4 7.07003 4 8 4M9.6 6H14.4C14.9601 6 15.2401 6 15.454 5.89101C15.6422 5.79513 15.7951 5.64215 15.891 5.45399C16 5.24008 16 4.96005 16 4.4V3.6C16 3.03995 16 2.75992 15.891 2.54601C15.7951 2.35785 15.6422 2.20487 15.454 2.10899C15.2401 2 14.9601 2 14.4 2H9.6C9.03995 2 8.75992 2 8.54601 2.10899C8.35785 2.20487 8.20487 2.35785 8.10899 2.54601C8 2.75992 8 3.03995 8 3.6V4.4C8 4.96005 8 5.24008 8.10899 5.45399C8.20487 5.64215 8.35785 5.79513 8.54601 5.89101C8.75992 6 9.03995 6 9.6 6Z", | ||
"stroke": "currentColor", | ||
"stroke-width": "2", | ||
"stroke-linecap": "round", | ||
"stroke-linejoin": "round" | ||
}, | ||
"children": [] | ||
} | ||
] | ||
}, | ||
"name": "Clipboard" | ||
} |
16 changes: 16 additions & 0 deletions
16
web/app/components/base/icons/src/vender/line/files/Clipboard.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// GENERATE BY script | ||
// DON NOT EDIT IT MANUALLY | ||
|
||
import * as React from 'react' | ||
import data from './Clipboard.json' | ||
import IconBase from '@/app/components/base/icons/IconBase' | ||
import type { IconBaseProps, IconData } from '@/app/components/base/icons/IconBase' | ||
|
||
const Icon = React.forwardRef<React.MutableRefObject<SVGElement>, Omit<IconBaseProps, 'data'>>(( | ||
props, | ||
ref, | ||
) => <IconBase {...props} ref={ref} data={data as IconData} />) | ||
|
||
Icon.displayName = 'Clipboard' | ||
|
||
export default Icon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export { default as Clipboard } from './Clipboard' | ||
export { default as FilePlus02 } from './FilePlus02' |
Oops, something went wrong.