Skip to content
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

(feature) Last sync time representation #863

Merged
merged 28 commits into from
Sep 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
be89e94
Actualize sync constants
alexstotsky Aug 27, 2024
4a2a991
Add setLastSyncTime action
alexstotsky Aug 27, 2024
14d2a68
Update sync reducers and initial state entries
alexstotsky Aug 27, 2024
cb8c96e
Implement getLastSyncTime selector
alexstotsky Aug 27, 2024
a9b38f5
Implement getLastFinishedSyncMts method
alexstotsky Sep 10, 2024
77ec08c
Implement refreshLastFinishedSyncMts saga
alexstotsky Sep 10, 2024
56edeb8
Cleanup
alexstotsky Sep 10, 2024
d4711c6
Add last sync time keys/descriptions
alexstotsky Sep 10, 2024
201dd35
Improve refreshLastFinishedSyncMts saga errors handling
alexstotsky Sep 10, 2024
5dcab30
Implement last sync time handling on auth success
alexstotsky Sep 10, 2024
71ee2fe
[wip] Last sync time header section
alexstotsky Sep 13, 2024
e31f6e6
Add last sync time styling
alexstotsky Sep 13, 2024
115f3c3
Actualize header styles export
alexstotsky Sep 13, 2024
ba8ab90
Add last sync time to the header
alexstotsky Sep 13, 2024
c9c9749
Improve last sync time styling
alexstotsky Sep 13, 2024
868ba8e
Update last sync keys/descriptions
alexstotsky Sep 13, 2024
c4402b2
Implement syncing state representation
alexstotsky Sep 13, 2024
1f80299
Update locales
alexstotsky Sep 13, 2024
5f96667
Minor tweak
alexstotsky Sep 14, 2024
8d7a3d2
Implement getLastSyncLabel helper
alexstotsky Sep 14, 2024
00ef4e9
Update locales
alexstotsky Sep 14, 2024
cb8840f
Optimize getLastSyncLabel helper
alexstotsky Sep 14, 2024
c7c6fd3
Improve syncing state label representation
alexstotsky Sep 14, 2024
bd626a0
Add last sync mts validation check
alexstotsky Sep 14, 2024
f751adb
Optimize sync label getter, cleanup
alexstotsky Sep 14, 2024
6fbc2be
Adjust sync label styling
alexstotsky Sep 14, 2024
64045fa
Show last sync time only for the framework mode
alexstotsky Sep 14, 2024
7434a31
Lint fix
alexstotsky Sep 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Actualize header styles export
  • Loading branch information
alexstotsky committed Sep 18, 2024
commit 115f3c344cd3e1396fbd28d628b9e5bd96bbd0e8
1 change: 1 addition & 0 deletions src/components/Header/_Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@import './TopNavigation/_TopNavigation.scss';
@import './SyncMode/_SyncMode.scss';
@import './QueryMode/_QueryMode.scss';
@import './LastSyncTime/_LastSyncTime.scss';

.header {
width: 100%;
Expand Down