-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DO NOT MERGE UNTIL NEW KDS RELEASE] Almost complete icons migration from Vuetify to KDS #4633
Closed
MisRob
wants to merge
37
commits into
learningequality:unstable
from
MisRob:complete-icons-migration
Closed
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
43f6bdb
Use KIcon in Administration
MisRob fdaeafb
Use KIcon in ContentNodeValidator
MisRob 8480af3
Use KIcon in StudioTree
MisRob e52f6ac
Use KTooltip together with KIcon for coach content indicator
MisRob 613599b
Use KIcon in edit modal tabs
MisRob 0306be8
Use KIcon in LazyListGroup
MisRob c35e9a8
Icon fixes for clipboard sub-item
MisRob 5556471
Use KIcon in ContentNodeIcon
MisRob 67c1e2b
Fix missing space between icon and label
MisRob 21b233e
Use KIcon in EditListItem
MisRob 31a9155
Use KIcon in FileUpload
MisRob 3312f98
Remove dead code
MisRob 4401813
Use KIcon in ImportFromChannelsModal
MisRob da722f5
Use KIcon in ContentNodeCopyTaskProgress
MisRob 63e429f
Use KIcon in the staging tree banner
MisRob 23739a7
Use KIcon in ImmersiveModalLayout
MisRob fff37a2
Use KIcon in FileStatus
MisRob 68cc4bc
Use KIcon in ContentRenderer
MisRob 1475772
Use KIcon in ChannelInfoCard
MisRob 755ab81
Move Thumbnail to a directory
MisRob 71217e9
Remove unused custom icons
MisRob a8a52e3
Move learning activity icon helper
MisRob 4718501
Remove global registrations of Vuetify icon
MisRob 1974c44
Move VIconWrapper and Vuetify icons helper to Thumbnail dir
MisRob 926760e
Remove obsolete test suite
MisRob fb566c0
Remove Icon wrapper
MisRob 9b0e133
Remove IconButton wrapper
MisRob e38506f
Do not use hardcoded color
MisRob 652f59e
Fix help tooltips position
MisRob aa2971b
Remove unnecessary rtl-flip usage
MisRob 62e957b
Remove/replace obsolete .v-icon styling
MisRob 9757163
Fix tests after migrating from VIcon to KIcon
MisRob 9f9da8f
Remove Teleport in favour of appendToRoot
MisRob 38cb5c8
Add deprecation note
MisRob 14cfe2b
[TMP] Temporarily pin KDS to fork
MisRob e0563de
Merge branch 'unstable' into complete-icons-migration
MisRob ff3c26c
[TMP] Update to the latest KDS
MisRob File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
data-test="copy" | ||
@click="copyToClipboard" | ||
> | ||
<Icon | ||
<KIcon | ||
icon="copy" | ||
/> | ||
</VBtn> | ||
|
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -62,7 +62,7 @@ | |
<VListTileAction | ||
class="action-col px-1 v-list__group__header__append-icon" | ||
> | ||
<Icon icon="dropdown" /> | ||
<KIcon :icon="open ? 'dropup' : 'dropdown'" :style="{ fontSize: '22px' }" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not a blocker, but I'm wondering if there's a way to make a nice visual transition between these two icons. |
||
</VListTileAction> | ||
<VSpacer /> | ||
</template> | ||
|
@@ -85,7 +85,7 @@ | |
v-on="on" | ||
@click.stop | ||
> | ||
<Icon icon="optionsHorizontal" /> | ||
<KIcon icon="optionsHorizontal" /> | ||
</VBtn> | ||
</template> | ||
|
||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wondering if these should be translated but then I think I recall that we don't translate the
administration
app?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Hmm I am not sure, I just used what was there. @bjester or @marcellamaki do you know?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah generally we haven't worried about translating the administration side of Studio. So this is acceptable given the current state of it.