WIP: readd-webmail, fixes #70 #75

Draft
felixalb wants to merge 2 commits from readd-webmail into master
Owner

image

  • Re-add the webmail index on the website
  • Remove defunct clients (text, css and logos)
  • Add new clients
  • Remove defunct CSS
  • Fix indentation
  • Rename from /mail to /webmail
  • Add some pointers to using non-web email clients
  • Test / fix on mobile
  • Standardize on a place to put icons / images
  • Standardize on a code formatting / indentation style for HTML, CSS and PHP
![image](/attachments/ebb42a0b-538c-4ca4-b279-330b08d7605f) - [x] Re-add the webmail index on the website - [x] Remove defunct clients (text, css and logos) - [x] Add new clients - [x] Remove defunct CSS - [x] Fix indentation - [x] Rename from /mail to /webmail - [x] Add some pointers to using non-web email clients - [ ] Test / fix on mobile - [ ] Standardize on a place to put icons / images - [ ] Standardize on a code formatting / indentation style for HTML, CSS and PHP
276 KiB
felixalb added 2 commits 2024-08-21 17:03:03 +02:00
Owner

Is this still WIP? If so, could you add a todo-list to the PR description?

Is this still WIP? If so, could you add a todo-list to the PR description?
Author
Owner

I marked it WIP as I did a few things on the files I touched;

  • Reindented to a reasonable indentation style
  • Moved pictures/PNGs out of the /css directory

However, I did not explain or document this yet, and other parts of the project remains in the old style. I am still thinking about if I should revert this and try to preserve original style, leave it as is now, or do something treewide to make both of these fixes the default. Input is welcome!

I marked it WIP as I did a few things on the files I touched; - [ ] Reindented to a reasonable indentation style - [ ] Moved pictures/PNGs out of the /css directory However, I did not explain or document this yet, and other parts of the project remains in the old style. I am still thinking about if I should revert this and try to preserve original style, leave it as is now, or do something treewide to make both of these fixes the default. Input is welcome!
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b readd-webmail master
git pull origin readd-webmail

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff readd-webmail
git push origin master
Sign in to join this conversation.
No description provided.