-
Notifications
You must be signed in to change notification settings - Fork 12
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
base: dev
Are you sure you want to change the base?
Conversation
…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
} | ||
} | ||
|
||
extension BrowserGroupExt on BrowserGroup { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Зачем extension?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tabsCountText нужен при рендере.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
В плане почему не просто в тело класса?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Если геттер поместить в BrowserGroup - будет проблема с генерацией.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Там надо только приватный конструктор добавить и будет работать:
const BrowserGroup._();
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Добавил.
Type of Change