-
Notifications
You must be signed in to change notification settings - Fork 532
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
Remove extra spacing between items in Menu bar. #8125
Open
BijinDev
wants to merge
16
commits into
dev-mail
Choose a base branch
from
8112-spacing-in-sidebar
base: dev-mail
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In dark theme captcha is showing in white background with some white space, resolved by using css filters close: #7981 Co-authored-by: paw <[email protected]>
Keyboard shortcut for labels added in Key "L" close #8007
Issue caused by inline images not being replaced after a loadAll call (without notify) which sanitizes mail body. This is due to the replaceInlineImages call being inside a loadCompleteNotification listener. Fixed by calling loadAll *with* notify in reply. loadAll is also now only called when necessary. Related to #6523 Fix #8003 Co-authored-by: paw <[email protected]>
THe issue is not able to see the last element in dropdown when the filter option is enabled close #8050 Co-authored-by: paw <[email protected]>
Close #6830 Close #7985 Close #7986 Co-authored-by: paw <[email protected]> Co-authored-by: ivk <[email protected]> Co-authored-by: wrd <[email protected]>
Add SystemModel 116 Close #5986 Co-authored-by: Willow <[email protected]>
Add a marker so that we can abort view changes early if state changes, such as if a different mail/folder view was requested while the current one was loading. This can happen if you change folders during entity updates. You can end up having both changes fight over which view, and this can result in repeated view switching, as a previous call will end up overriding a later call. There are a few ways to improve this. Mailbox model, for example, could just be fully loaded, and then much of it wouldn't have to be async... Closes #8031 Co-authored-by: charlag <[email protected]> Co-authored-by: BijinDev <[email protected]>
After changing the URL scheme to have folder id instead of mail list id we did not update the back button handling that is invoked from WebMobileFacade. Close #8082
We do not need to parse or manipulate URLs directly since MailView can use MailViewModel.
- add ability to print xrechnung invoice for business customers - xrechnung is generated via own generator class - generator class utilizes xml templates that are replaced with data - improved test cases for pdf and xml invoice gen - minor improvements and fixes to pdf gen Co-authored-by: kibibytium <[email protected]> close #3357
Removed extra margin bottom between sidebar heading and AddItem button close #8112
4 tasks
charlag
approved these changes
Dec 12, 2024
wrdhub
force-pushed
the
dev-mail
branch
2 times, most recently
from
December 12, 2024 15:04
37de6b1
to
9848287
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removed extra spacing (margin bottom) between sidebar heading and AddItem button
close #8112