-
Notifications
You must be signed in to change notification settings - Fork 25
Introduce mail app #1382
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
Introduce mail app #1382
Conversation
1cf0776 to
a51cdd0
Compare
cb69934 to
0d24e32
Compare
JammingBen
left a comment
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.
Just a code-review for now, I didn't test anything yet.
And I see a lot of @opencloud-eu/web-pkg/src imports 😬 Can IntelliJ somehow be trained not to do that? While it works here (because the package lives in the monorepo) it's technically not quite correct.
| @@ -0,0 +1,92 @@ | |||
| <template> | |||
| <div class="mail-attachment-item flex justify-between items-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.
Hmm I often see classes on elements like here e.g. mail-attachment-item. Do you need them? One of the advantages with Tailwind is that you don't need custom css class names anymore since they just bloat the DOM.
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.
I am not quite sure yet, it may help with e2e tests 🤔
JammingBen
left a comment
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.
🤩
# Conflicts: # pnpm-lock.yaml
e66952c to
d8ba35f
Compare
Fixes #1250
Fixes #1244
Fixes #1292
Fixes #1293
Fixes #1269
Fixes #1270
Fixes #1426
Fixes #1299
Fixes #1481
Fixes #1476