Skip to content

Commit b8e1191

Browse files
t-regbsegorikftp
authored andcommitted
chore: update woff2decoder.dll with cleaned binary data for windows-x64 platform
1 parent ba04b51 commit b8e1191

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

tools/idea-plugin/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Add validation for exact duplicate icon names (e.g., `test-icon.svg` and `test_icon.svg` both produce `TestIcon.kt`)
99
- Add validation for case-insensitive duplicate icon names to prevent file overwrites on macOS/Windows
1010
- Add automatic re-validation when `useFlatPackage` setting changes to detect new conflicts immediately
11+
- [Web Import] Add `Bootstrap` icons
1112

1213
### Fixed
1314

tools/idea-plugin/src/main/kotlin/io/github/composegears/valkyrie/ui/screen/webimport/standard/StandardImportScreenUI.kt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import androidx.compose.ui.input.pointer.pointerInput
2222
import androidx.compose.ui.platform.LocalFocusManager
2323
import androidx.compose.ui.text.font.FontWeight
2424
import androidx.compose.ui.unit.dp
25-
import com.composegears.tiamat.compose.navigate
2625
import com.composegears.tiamat.compose.saveableViewModel
2726
import dev.tclement.fonticons.ExperimentalFontIconsApi
2827
import dev.tclement.fonticons.FontIcon
@@ -40,8 +39,6 @@ import io.github.composegears.valkyrie.sdk.compose.foundation.ObserveEvent
4039
import io.github.composegears.valkyrie.sdk.compose.foundation.animation.Shimmer
4140
import io.github.composegears.valkyrie.sdk.compose.foundation.animation.rememberShimmer
4241
import io.github.composegears.valkyrie.sdk.compose.foundation.rememberMutableState
43-
import io.github.composegears.valkyrie.ui.screen.mode.simple.conversion.SimpleConversionParamsSource.TextSource
44-
import io.github.composegears.valkyrie.ui.screen.mode.simple.conversion.SimpleConversionScreen
4542
import io.github.composegears.valkyrie.ui.screen.webimport.common.model.CategoryHeader
4643
import io.github.composegears.valkyrie.ui.screen.webimport.common.model.GridItem
4744
import io.github.composegears.valkyrie.ui.screen.webimport.common.model.IconItem
@@ -77,7 +74,7 @@ internal fun StandardImportScreen(
7774
ObserveEvent(viewModel.events) { event ->
7875
when (event) {
7976
is StandardIconEvent.IconDownloaded -> {
80-
currentOnIconDownloaded(it)
77+
currentOnIconDownloaded(event)
8178
}
8279
}
8380
}
Binary file not shown.

0 commit comments

Comments
 (0)