mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Revamping cutover page based on new mockups (#16547)
* WIP * Fixing some table issues * updating package.json * Fixing readable time * fixing display string * Handling null case in get12hourtime util method
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<svg width="6" height="12" viewBox="0 0 6 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 0.289062L5.71094 6L0 11.7109V0.289062ZM1 2.71094V9.28906L4.28906 6L1 2.71094Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 207 B |
@@ -0,0 +1,3 @@
|
||||
<svg width="6" height="12" viewBox="0 0 6 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 0.289062L5.71094 6L0 11.7109V0.289062ZM1 2.71094V9.28906L4.28906 6L1 2.71094Z" fill="black"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 207 B |
3
extensions/sql-migration/images/expandButtonOpenDark.svg
Normal file
3
extensions/sql-migration/images/expandButtonOpenDark.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0.289062 8L8 0.289062V8H0.289062Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 159 B |
@@ -0,0 +1,3 @@
|
||||
<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0.289062 8L8 0.289062V8H0.289062Z" fill="black"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 159 B |
Reference in New Issue
Block a user