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

Remove extra spacing between items in Menu bar. #8125

Open
wants to merge 16 commits into
base: dev-mail
Choose a base branch
from

Conversation

BijinDev
Copy link
Contributor

Removed extra spacing (margin bottom) between sidebar heading and AddItem button

close #8112

BijinDev and others added 16 commits December 11, 2024 14:23
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 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
@BijinDev BijinDev linked an issue Dec 12, 2024 that may be closed by this pull request
4 tasks
@wrdhub wrdhub force-pushed the dev-mail branch 2 times, most recently from 37de6b1 to 9848287 Compare December 12, 2024 15:04
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.

Menu Bar: Mail folders & labels have different spacings
7 participants