-
Notifications
You must be signed in to change notification settings - Fork 2
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
Site Summary Window #12
base: main
Are you sure you want to change the base?
Conversation
Password corruption BE-5220 See merge request beamgroup/beam!3718
Cherry Pick "Fix first sync after login shouldn't block the UI BE-5597" into develop See merge request beamgroup/beam!3735
…ing full sync (MR for beta-0.16.0) BE-5595" into develop
Cherry Pick "On \"slow\" network, download from s3 fails randomly during full sync (MR for beta-0.16.0) BE-5595" into develop See merge request beamgroup/beam!3736
…into 'develop' Fix slack notif syntax when cherry pick fail - BE-5602 See merge request beamgroup/beam!3737
Set size and position of the app to a default in the clean up - BE-5560 See merge request beamgroup/beam!3734
…all' into 'develop' Refactor UIMenu to call UITestMenuAvailableCommands with single method - BE-5565 See merge request beamgroup/beam!3714
…into 'develop' Await existing full sync if needed, BE-5588 See merge request beamgroup/beam!3727
…Note/Web/Note" into develop
Cherry Pick "Link of image is going out of the screen when switching Note/Web/Note" into develop See merge request beamgroup/beam!3739
Rework CI to use only needed before script and save only needed artefacts - BE-5594 See merge request beamgroup/beam!3729
Feature Go to tab (if it is already open) BE-209 See merge request beamgroup/beam!3692
…g' into 'develop' Implement global setUp for E2E tests - BE-5574 See merge request beamgroup/beam!3715
…lop' Video side call window feature - BE-4160 BE-4161 See merge request beamgroup/beam!3701
Fix tests flakiness See merge request beamgroup/beam!3743
… 'develop' Fix thread-safety issue on changedObjects, BE-5262 See merge request beamgroup/beam!3741
Video side call window management - BE-4162 See merge request beamgroup/beam!3742
…to 'develop' Avoid logging errors when not authenticated or no network is available, BE-4789 See merge request beamgroup/beam!3747
Simplified Onboarding, BE-5649 See merge request beamgroup/beam!3854
Make SyncTests faster by not syncing the onboarding notes See merge request beamgroup/beam!3864
…to 'develop' Check that note frecencies are deleted when notes are deleted BE 4853 See merge request beamgroup/beam!3780
Disable Point and Shoot for Google services BE-4937 See merge request beamgroup/beam!3865
Cherry Pick "Fix drag and drop between two editors" into develop See merge request beamgroup/beam!3867
Commit JavaScript build files
…disable js build all the time
Remove any notion of variable-injector
Remove any notion of firebase
Fix app target debug build
Remove Sentry fixes: #10
.background(GeometryReader { proxy -> Color in | ||
let rect = proxy.safeTopLeftGlobalFrame(in: nil) | ||
let center = CGPoint(x: rect.origin.x + rect.width / 2, y: rect.origin.y + rect.height / 2) | ||
state.summaryButtonPosition = center |
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.
Is it me or summaryButtonPosition
is never used ?
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.
Yeah I converted this from the download button situation
also I should hide the button when there is no summary available
still testing btw about the usefulness, as usual the results are hit and miss 😅
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.
yeah that’s a good POC 👍 for sure could be more styled and have more conditions on when to display it
I don’t know where is the approve button, but approved 👍 haha |
9cab908
to
59aa743
Compare
I messed up the repo by removing the lfs files so you might close and reopen 😬 |
Goofing around with the built in summary tool