Skip to content

refactor(EWM-339): remove redundant js injection#892

Merged
knightsforce merged 4 commits intofeature/predev_EWM_339_374_427_469_481_513_514_523_TECHfrom
refactor/EWM-339_js-inject
Jun 12, 2025
Merged

refactor(EWM-339): remove redundant js injection#892
knightsforce merged 4 commits intofeature/predev_EWM_339_374_427_469_481_513_514_523_TECHfrom
refactor/EWM-339_js-inject

Conversation

@Odrin
Copy link
Collaborator

@Odrin Odrin commented May 19, 2025

Description

copilot:all

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

@Odrin Odrin force-pushed the refactor/EWM-339_js-inject branch from f16198d to 3ddfea3 Compare May 19, 2025 12:33
@Odrin Odrin self-assigned this May 27, 2025
@knightsforce knightsforce changed the base branch from dev to feature/predev_EWM_339_374_427_469_481_513_514_523_TECH June 12, 2025 11:13
@knightsforce knightsforce merged commit 4dddada into feature/predev_EWM_339_374_427_469_481_513_514_523_TECH Jun 12, 2025
3 checks passed
@knightsforce knightsforce deleted the refactor/EWM-339_js-inject branch June 12, 2025 11:51
levitckii-daniil added a commit that referenced this pull request Jun 19, 2025
* fix(EWM-374): amount format (#883)

* refactor(EWM-434): remove unused proxy configuration

* refactor(EWM-429): remove unused balance methods

* fix: remove `createWidgetProperty` duplicated subscription

* fix(EWM-374): adjust money formatting thresholds for improved accuracy

---------

Co-authored-by: Egor Komarov <[email protected]>

* refactor(EWM-339): remove redundant js injection (#892)

* refactor(EWM-339): remove redundant js injection

* chore: remove unused token_wallet_send_bloc file

---------

Co-authored-by: Egor Komarov <[email protected]>

* feat: Ewm 481 browser group (#898)

* EWM-481-BrowserGroupsManager

* EWM-481-BrowserGroupsManager

* EWM-481 StorageMigrationV5

* EWM-481 BrowserGroupsStorageService initGroups

* EWM-481 Create group logic

* EWM-481 Create group title text field

* EWM-481 Create group screen

* EWM-481 TabListHeader

* EWM-481 TabListHeader create group

* EWM-481 CenterSnapScrollPhysics

* EWM-481 Create group from tab

* EWM-481 Refactoring methods

* EWM-481 Refactoring tabs cache

* EWM-481 Change tab

* EWM-481 fix animation change tab

* EWM-481 Update create group from tab

* EWM-481 Browser group menu

* EWM-481 Browser group menu update name

* EWM-481 Browser group menu remove group

* EWM-481 Create group from menu

* EWM-481 BrowserProgressIndicatorDelegate reset try..catch

* EWM-481 Update fetch data from cache

* EWM-481 Guard setActiveTab

* EWM-481 fix SnapPageScrollPhysics

* EWM-481 fix selectedGroupIdState

* EWM-481 Tab list header scroll to item

* EWM-481 fix select group from menu

* EWM-481 fix init groups and tabs

* EWM-481 update changeTab

* EWM-481 update Done logic

* EWM-481 update All tabs collection

* EWM-481 update _SnapPageScrollPhysics

* EWM-481 after analyze

* EWM-481 update scrollToTab

* EWM-481 CreateBrowserGroupRoute refactor on CompassRoute

* EWM-523 BrowserService use BrowserCollections

* EWM-523 Browser UI use BrowserCollections

* EWM-523 Update BrowserTabsListItem

* EWM-523 Fix BrowserGroupMenuItem

* EWM-523 BrowserTabsListWidgetModel update tabs listener

* EWM-523 Fix create group logic

* EWM-523 Fix change tab when remove active tab

* EWM-523 Update BrowserTabsListActionBar

* EWM-523 Update clear tabs

* EWM-523 Remove save to cache active group

* EWM-523 Tab list header scroll to selected group when init

* EWM-523 fix changeTab animation call

* EWM-523 NotNullNotifier description comment

* EWM-523 BrowserTabMenuDelegate remove onShowMenu and onHideMenu

* EWM-523 Tabs list header show add bookmarks logic

* EWM-523 BrowserTabsAndGroupsDelegate. fix active tab handler

* EWM-481 BrowserTab comment

* feat: EWM-523. browser optimizations (#904)

* EWM-523 Update page scroll. Sync PageView + List

* EWM-523 PageView + NotificationListener for slider effect

* EWM-523 BrowserPageSlideDelegate slideTo -> slideToPage

* EWM-523 BrowserTabsListItemBody when error build stub

* EWM-523 update in removeBrowserTab set active tab logic

* EWM-523 update restore active group and tab

* EWM-523 remove BrowserGroupExt

* EWM-523 managers -> delegates

* EWM-523 wm delegate -> wm ui_delegate

* EWM-523 optimization toolbar render

* EWM-523 add bound animation for PageView urls

* EWM-523 createBrowserGroup add optional originalGroupId

* EWM-523 createBrowserGroup add optional originalGroupId v2

* EWM-523 BrowserNavigationPanel after scroll animation

* EWM-523 BrowserMainScreen remove AnimationBuilder

* EWM-523 onPageScrollChange resetFocus

* EWM-523. add active tab host state

* EWM-523. Optimize main screen

* EWM-523. Fix show past and go

* EWM-523. Add scroll to new tab when create tab from browser menu

* EWM-523. Browser menu icon and plus icon size

* EWM-523. Browser CreateBrowserGroupScreen. Cannot create a group with an empty name

* EWM-523. Browser clear tabs for selected group

* EWM-523. Rename BrowserCollection -> BrowserEntityReactiveStore

* EWM-523. BrowserEntityReactiveStore rename _map -> _notifiersMap

* EWM-523. BrowserEntityReactiveStore rename idsState -> entitiesIdsListState

* EWM-523. use freezed for ToolbarData

* feat(EWM-481): after analyze

* fix(EWM-469): masterchain-support (#893)

* feat(EWM-469): refactor external account management with Elementary; fix fields order & validation;

* refactor: improve clipboard handling; introduce new `PasteButton`/`ClipboardPasteButton` and use them across multiple widgets;

* chore: update pubspec.lock

* chore: review fix

---------

Co-authored-by: Egor Komarov <[email protected]>

* feat(EWM-514): add `[email protected]` support (#884)

Co-authored-by: Egor Komarov <[email protected]>

* docs(EWM_TECH): Upgrade project documentation (#902)

Co-authored-by: levitckii-daniil <[email protected]>

* fix(EWM-427): update nekoton_repository and use `refreshTimeout` (#890)

* fix(EWM-427): update nekoton_repository and use `refreshTimeout`

* chore: update pubspeck.lock & remove `await`'s

---------

Co-authored-by: Egor Komarov <[email protected]>

* predev: fix import

* fix: predev loadUrl

* fix: predev fix translate animate

* fix: predev fix new tab

* fix: predev scroll by active tab

* feature: predev save groups scroll offsets

* feature: predev fix scroll to active index

* feature: predev fix PageView scroll

* feature: predev after analyze

* feature: predev fix clear tabs

* feature: predev onPressedGroup check scrollcontroller.hasClients

* feat: update connection service and transport data to include polling configuration (#909)

* feat: update connection service and transport data to include polling configuration

* chore: update `connections.json`

---------

Co-authored-by: Egor Komarov <[email protected]>

---------

Co-authored-by: Egor Komarov <[email protected]>
Co-authored-by: Egor Komarov <[email protected]>
Co-authored-by: Левицкий Даниил <[email protected]>
Co-authored-by: levitckii-daniil <[email protected]>
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