Skip to content

feat: Ewm 481 browser group #898

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

Open
wants to merge 54 commits into
base: dev
Choose a base branch
from
Open

feat: Ewm 481 browser group #898

wants to merge 54 commits into from

Conversation

knightsforce
Copy link
Collaborator

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

…481-browser-group

# Conflicts:
#	lib/feature/browser_v2/data/groups/browser_group.dart
#	lib/feature/browser_v2/data/groups/browser_group.freezed.dart
#	lib/feature/browser_v2/data/groups/browser_group.g.dart
#	lib/feature/browser_v2/domain/service/storages/browser_groups_storage_service.dart
#	lib/feature/browser_v2/managers/groups_manager.dart
# Conflicts:
#	lib/di/di.config.dart
#	lib/feature/browser_v2/domain/service/browser_service.dart
#	lib/feature/browser_v2/screens/main/browser_main_screen_model.dart
#	lib/feature/browser_v2/screens/main/browser_main_screen_wm.dart
#	lib/feature/browser_v2/screens/main/delegates/tab_menu_delegate.dart
#	packages/ui_components_lib/lib/components/common/container/primary_shaped_container_column.dart
@knightsforce knightsforce changed the title feat: WIP! Ewm 481 browser group feat: Ewm 481 browser group May 29, 2025
}
}

extension BrowserGroupExt on BrowserGroup {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Зачем extension?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tabsCountText нужен при рендере.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В плане почему не просто в тело класса?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Если геттер поместить в BrowserGroup - будет проблема с генерацией.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Там надо только приватный конструктор добавить и будет работать:

const BrowserGroup._();

Copy link
Collaborator Author

@knightsforce knightsforce Jun 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Добавил.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants