Skip to content

Commit da0b721

Browse files
Update UI (#2008)
* Update UI * Enable Highlights tab
1 parent acdd1f0 commit da0b721

File tree

9 files changed

+770
-561
lines changed

9 files changed

+770
-561
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/navigation/MainContentViewSwitcher.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private constructor(
147147

148148
companion object {
149149

150-
val Highlights = View(title = "Highlights", id = "highlights", cardName = "highlights")
150+
val Highlights = View(title = "", id = "highlights", cardName = "highlights")
151151
val Insights = View(title = "Issues", id = "insights", cardName = "insights", isSelected = true)
152152
val Assets = View("Assets", "assets", "assets")
153153
val Errors = View("Errors", "errors", "errors")
@@ -156,7 +156,7 @@ private constructor(
156156
val Analytics = View("Analytics", "analytics", "analytics")
157157

158158

159-
val views = listOf(/*Highlights,*/ Insights, Assets, Analytics, Errors, ErrorDetails, Tests)
159+
val views = listOf(Highlights, Insights, Assets, Analytics, Errors, ErrorDetails, Tests)
160160

161161
fun findById(id: String): View? {
162162
return views.find { it.id == id }

src/main/resources/webview/dashboard/index.js

Lines changed: 17 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/webview/documentation/index.js

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/webview/installationwizard/index.js

Lines changed: 17 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/webview/main/index.js

Lines changed: 600 additions & 464 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/webview/navigation/index.js

Lines changed: 36 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/webview/recentactivity/index.js

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/webview/tests/index.js

Lines changed: 64 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/webview/troubleshooting/index.js

Lines changed: 13 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)