Vitalii
9c20c4ecb4
web/satellite: use pinia users module instead of vuex users module
...
Start using pinia users module instead of vuex pinia module.
Change-Id: I2a61aafa4b8f71cccd2a5825e11b315f59767289
2023-04-11 07:55:40 +00:00
Vitalii
66541e600b
web/satellite: migrate ProjectMembersArea component to use SFC composition api
...
Change-Id: I503fb6d69bab73e7fb478c5c7cbdd47e7b578db6
2023-04-06 12:28:25 +03:00
Vitalii
a5d9caa5a5
web/satellite: migrate ProjectMemberListItem component to use SFC composition api
...
Change-Id: I232f06b5828c9f93917070621de66463c479d8fe
2023-04-06 08:38:07 +00:00
Vitalii
d0620405e5
web/satellite: migrate HeaderArea component to use SFC composition api
...
Change-Id: I75c77bd410058fd5ee8bf553871cb3852d0b033c
2023-04-06 11:35:49 +03:00
Vitalii
3f4ad197b0
web/satellite: migrate OnboardingTourArea component to use SFC composition api
...
Change-Id: Iaef3818880911bf0310ffafb43e970374952dae1
2023-04-05 18:51:00 +00:00
Vitalii
bb38418e97
web/satellite: migrate OverviewStep onboarding component to use SFC composition api
...
Change-Id: I77b2766d6fe43072f4a94471bd1832decf0d4ebd
2023-04-05 18:48:46 +00:00
Vitalii
599baf947e
web/satellite: migrate EditProjectDetails component to use SFC composition api
...
Change-Id: If799efb9cbbdbfe5f269df0c555e47b3d767052a
2023-04-05 17:04:49 +03:00
Vitalii
e4d9f8686d
satellite/{web, console}: remove old access grant and billing flows
...
Removed old flows along with feature flags.
Issue: https://github.com/storj/storj/issues/5694
Change-Id: Ib3a1cbb12435500bdc2c540bb67615c64ca19e5e
2023-03-27 19:08:35 +00:00
Jeremy Wharton
be567021d9
web/satellite: fetch frontend config from the satellite
...
This change updates the satellite frontend to retrieve its
configuration from the satellite.
References #5494
Change-Id: I1eb961f8a32f7d88173006117d41eddb57624692
2023-03-24 02:10:12 -05:00
Vitalii
2922eeed07
web/satellite: migrated components to use pinia ab testing module instead of Vuex
...
Migrated components to use new pinia ab testing module instead of old Vuex module.
Change-Id: Ib71ff1ad8d08829d939dee2ae87f4349bd4c33cf
2023-03-23 14:51:56 +02:00
Wilfred Asomani
81d7f751da
web/satellite: clean up popup constants
...
This change removes unused modal and dropdown action/mutation constants
Change-Id: Ib4f789ec967727d3619e9fd7769caf99dc9531ac
2023-02-21 23:11:02 +00:00
Malcolm Bouzi
109da3c798
web/satellite: refactor appstate store module to use enum for popups
...
This change refactors appstate, removing the big list of booleans
Previously used to toggle modals and dropdowns, replacing them with enums.
Issue: https://github.com/storj/storj/issues/5244
Change-Id: I4cffb7ab3ad7712f7ff79dd7486df938ca63830e
2023-02-15 09:25:39 +00:00
Wilfred Asomani
3a714cefcf
satellite: remove rewards package
...
Affected packages admin,attribution,console,metainfo,satellitedb,web,payments
This change removes the satellite/rewards package and its related usages.
It removes references to APIKeyInfo/PartnerID, Project/PartnerID
and User/PartnerID.
Issue: https://github.com/storj/storj/issues/5432
Change-Id: Ieaa352ee848db45e94f85556febdbcf1444d8c3e
2023-01-31 11:46:50 +00:00
NickolaiYurchenko
facbd65882
web/satellite: EstimatedCostsAndCredits components migrated to use composition api
...
Change-Id: I11ee04880a5dbdc5494f7a51c0b4077e88827a11
2023-01-30 09:22:25 +00:00
NickolaiYurchenko
a53849f874
web/satellite: PeriodSelection, SmallDepositHistory, SortingHeader migrated to use composition api
...
Change-Id: I029b8daa8268aae1fd9a12ab83a368f5e6862ba7
2023-01-25 22:17:52 +00:00
NickolaiYurchenko
15efa1e319
web/satellite: CouponArea, DetailedHistory, PaymentHistoryItemDate, PaymentsItem migrated to use composition api
...
Change-Id: I3963835053e69dd3b989a417b295abaa0b645284
2023-01-25 21:47:32 +00:00
NickolaiYurchenko
0e3e588718
web/satellite: frozen status check and banner added
...
added api call, user isFrozen status;
new banner added;
DashboardArea migrated to use composition api;
Change-Id: Ia3fe68c2239064b2b729c6de14d7fc1dc8f4cf3b
2022-12-20 17:58:49 +02:00
NickolaiYurchenko
bb170a9d57
web/satellite: VCheckbox, VButton migrated to use composition api
...
related tests moved to ignored folder or fixed and will be changed after;
Change-Id: Idb4b1a93ac176b98184c746222b5cd1e30dad595
2022-12-15 18:10:08 +00:00
NickolaiYurchenko
8d30b58a8c
web/satellite: VInfo, VerticalArrows, VDateRangePicket migrated to use composition api
...
related tests moved to ignored folder;
Change-Id: Ic76fe5f6da8088484ddcd2956bb6bb6c0d5d6223
2022-12-15 17:30:46 +00:00
NickolaiYurchenko
55774bac10
web/satellite: VLoader, VModal, VList migrated to use composition api
...
VLIst component and tests deleted;
related tests moved to ignore folder;
Change-Id: Id65754a044cdc8adcd551a6f4e3c5df65b11ffa0
2022-12-15 16:59:59 +00:00
NickolaiYurchenko
235e9be208
web/satellite: VBar, VBanner migrated to use composition api
...
composables folder created (same as react hooks) for functionality reusage;
related test moved to ignored folder;
Change-Id: I494aa27079aa5694bee7b18511eeadd56ced59e9
2022-12-14 11:21:11 +00:00
NickolaiYurchenko
2b78433cf0
web/satellite: VPagination, VHeader, VSearch migration to use composition api
...
fixed issue with required props that were not passed to component;
added default props;
related test added to ignored folder till vue 3 version update with vue-cli-service;
Change-Id: Idc95a4c0b9f124797519652004abf53e066605c2
2022-12-12 16:13:14 +02:00