Убрали // [PACKAGE] из разметки, чтобы было меньше шума

This commit is contained in:
2025-10-05 14:52:07 +03:00
parent 9286e041da
commit e3f52fca52
136 changed files with 1 additions and 137 deletions

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens
// [FILE] MainActivity.kt
// [SEMANTICS] app, ui, activity, entrypoint
package com.homebox.lens

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens
// [FILE] MainApplication.kt
// [SEMANTICS] app, hilt, timber, entrypoint
package com.homebox.lens

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.navigation
// [FILE] NavGraph.kt
// [SEMANTICS] app, ui, navigation

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.navigation
// [FILE] NavigationActions.kt
// [SEMANTICS] app, ui, navigation, actions
package com.homebox.lens.navigation

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.navigation
// [FILE] Screen.kt
// [SEMANTICS] app, ui, navigation, routes
package com.homebox.lens.navigation

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.common
// [FILE] AppDrawer.kt
// [SEMANTICS] app, ui, common, navigation
package com.homebox.lens.ui.common

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.common
// [FILE] MainScaffold.kt
// [SEMANTICS] app, ui, common, scaffold

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.components
// [FILE] ColorPicker.kt
// [SEMANTICS] app, ui, component, color

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.components
// [FILE] LoadingOverlay.kt
// [SEMANTICS] app, ui, component, loading

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.mapper
// [FILE] ItemMapper.kt
// [SEMANTICS] app, ui, mapper, item
package com.homebox.lens.ui.mapper

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.dashboard
// [FILE] DashboardScreen.kt
// [SEMANTICS] app, ui, screen, dashboard
package com.homebox.lens.ui.screen.dashboard

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.dashboard
// [FILE] DashboardUiState.kt
// [SEMANTICS] app, ui, state, dashboard
package com.homebox.lens.ui.screen.dashboard

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.dashboard
// [FILE] DashboardViewModel.kt
// [SEMANTICS] app, ui, viewmodel, dashboard
package com.homebox.lens.ui.screen.dashboard

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.inventorylist
// [FILE] InventoryListScreen.kt
// [SEMANTICS] app, ui, screen, list

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.inventorylist
// [FILE] InventoryListViewModel.kt
// [SEMANTICS] app, ui, viewmodel, list
package com.homebox.lens.ui.screen.inventorylist

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.itemdetails
// [FILE] ItemDetailsScreen.kt
// [SEMANTICS] app, ui, screen, details

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.itemdetails
// [FILE] ItemDetailsViewModel.kt
// [SEMANTICS] app, ui, viewmodel, details
package com.homebox.lens.ui.screen.itemdetails

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.itemedit
// [FILE] ItemEditScreen.kt
// [SEMANTICS] app, ui, screen, edit

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.itemedit
// [FILE] ItemEditViewModel.kt
// [SEMANTICS] app, ui, viewmodel, edit

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.labeledit
// [FILE] LabelEditScreen.kt
// [SEMANTICS] app, ui, screen, edit, label

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.labeledit
// [FILE] LabelEditViewModel.kt
// [SEMANTICS] app, ui, viewmodel, edit, label

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.labelslist
// [FILE] LabelsListScreen.kt
// [SEMANTICS] app, ui, screen, list, label
package com.homebox.lens.ui.screen.labelslist

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.labelslist
// [FILE] LabelsListUiState.kt
// [SEMANTICS] app, ui, state, list, label
package com.homebox.lens.ui.screen.labelslist

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.labelslist
// [FILE] LabelsListViewModel.kt
// [SEMANTICS] app, ui, viewmodel, list, label
package com.homebox.lens.ui.screen.labelslist

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.locationedit
// [FILE] LocationEditScreen.kt
// [SEMANTICS] app, ui, screen, edit, location

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.locationslist
// [FILE] LocationsListScreen.kt
// [SEMANTICS] app, ui, screen, list, location

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.locationslist
// [FILE] LocationsListUiState.kt
// [SEMANTICS] app, ui, state, list, location

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.locationslist
// [FILE] LocationsListViewModel.kt
// [SEMANTICS] app, ui, viewmodel, list, location

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.search
// [FILE] SearchScreen.kt
// [SEMANTICS] app, ui, screen, search

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.search
// [FILE] SearchViewModel.kt
// [SEMANTICS] app, ui, viewmodel, search
package com.homebox.lens.ui.screen.search

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.settings
// [FILE] SettingsScreen.kt
// [SEMANTICS] app, ui, screen, settings

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.setup
// [FILE] SetupScreen.kt
// [SEMANTICS] app, ui, screen, setup

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.setup
// [FILE] SetupUiState.kt
// [SEMANTICS] ui_state, data_model, immutable

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.setup
// [FILE] SetupViewModel.kt
// [SEMANTICS] ui_logic, viewmodel, state_management, user_setup, authentication_flow
package com.homebox.lens.ui.screen.setup

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.screen.splash
// [FILE] SplashScreen.kt
// [SEMANTICS] app, ui, screen, splash
package com.homebox.lens.ui.screen.splash

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.theme
// [FILE] Color.kt
// [SEMANTICS] app, ui, theme, color
package com.homebox.lens.ui.theme

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.theme
// [FILE] Theme.kt
// [SEMANTICS] app, ui, theme
package com.homebox.lens.ui.theme

View File

@@ -1,4 +1,3 @@
// [PACKAGE] com.homebox.lens.ui.theme
// [FILE] Typography.kt
// [SEMANTICS] app, ui, theme, typography
package com.homebox.lens.ui.theme