Skip to content

Commit

Permalink
Adding Java-Specific typekinds #3463 (#3988)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baas-hub authored Aug 30, 2022
1 parent 0bf2dda commit 43f86e6
Show file tree
Hide file tree
Showing 29 changed files with 300 additions and 3 deletions.
47 changes: 47 additions & 0 deletions src/dotnet/APIView/APIViewWeb/Client/css/java.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
.icon-assembly {
background: url(/icons/java/common/assembly.svg) center left no-repeat !important;
}

.icon-gradle {
background: url(/icons/java/common/gradle.svg) center left no-repeat !important;
}

.icon-maven {
background: url(/icons/java/common/maven.svg) center left no-repeat !important;
}

.icon-namespace {
background: url(/icons/java/common/namespace.svg) center left no-repeat !important;
}

.icon-spring {
background: url(/icons/java/common/spring.svg) center left no-repeat !important;
}

.icon-unknown {
background: url(/icons/java/common/unknown.svg) center left no-repeat !important;
}

.icon-android {
background: url(/icons/java/common/android.svg) center left no-repeat !important;
}

.icon-annotation {
background: url(/icons/java/java/annotation.svg) center left no-repeat !important;
}

.icon-class {
background: url(/icons/java/java/class.svg) center left no-repeat !important;
}

.icon-enum {
background: url(/icons/java/java/enum.svg) center left no-repeat !important;
}

.icon-interface {
background: url(/icons/java/java/interface.svg) center left no-repeat !important;
}

.icon-module {
background: url(/icons/java/common/module.svg) center left no-repeat !important;
}
64 changes: 64 additions & 0 deletions src/dotnet/APIView/APIViewWeb/Client/css/kotlin.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
.icon-assembly {
background: url(/icons/java/common/assembly.svg) center left no-repeat !important;
}

.icon-gradle {
background: url(/icons/java/common/gradle.svg) center left no-repeat !important;
}

.icon-maven {
background: url(/icons/java/common/maven.svg) center left no-repeat !important;
}

.icon-namespace {
background: url(/icons/java/common/namespace.svg) center left no-repeat !important;
}

.icon-spring {
background: url(/icons/java/common/spring.svg) center left no-repeat !important;
}

.icon-unknown {
background: url(/icons/java/common/unknown.svg) center left no-repeat !important;
}

.icon-android {
background: url(/icons/java/common/android.svg) center left no-repeat !important;
}

.icon-annotation {
background: url(/icons/java/kotlin/annotation.svg) center left no-repeat !important;
}

.icon-class {
background: url(/icons/java/kotlin/class.svg) center left no-repeat !important;
}

.icon-enum {
background: url(/icons/java/kotlin/enum.svg) center left no-repeat !important;
}

.icon-interface {
background: url(/icons/java/kotlin/interface.svg) center left no-repeat !important;
}

.icon-function {
background: url(/icons/java/kotlin/function.svg) center left no-repeat !important;
}

.icon-kotlinLanguage {
background: url(/icons/java/kotlin/kotlinLanguage.svg) center left no-repeat !important;
}

.icon-object {
background: url(/icons/java/kotlin/object.svg) center left no-repeat !important;
}

.icon-property {
background: url(/icons/java/kotlin/property.svg) center left no-repeat !important;
}

.icon-module {
background: url(/icons/java/common/module.svg) center left no-repeat !important;
}

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/dotnet/APIView/APIViewWeb/wwwroot/icons/java/common/module.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 43f86e6

Please sign in to comment.