[PR #828] [MERGED] Move to Bootstrap 5 #1077

Closed
opened 2026-02-25 21:37:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/828
Author: @alvinBM
Created: 11/15/2023
Status: Merged
Merged: 2/7/2024
Merged by: @kroky

Base: masterHead: bootstrap5-integration


📝 Commits (10+)

  • 17ea360 Move to Bootstrap 5
  • f258c0c Style migration of the Compose page in bootstrap 5
  • 24b9397 Upgrade bootstrap 5 version to ^5.3
  • 7824da5 Improve the styles of all components of the server configuration page (Email Account, SMTP, IMAP and Feeds)
  • af7df3a Improve styles of imap_folders and other message list components
  • 1e53053 Style migration of the Profile component in bootstrap 5
  • dabf3a7 Style migration of the Message highlighting component in bootstrap 5
  • 5bf2aa6 Style migration of Dev module in bootstrap 5
  • 9b562f1 Change sidebar icons to Bootstrap Icon
  • f8831ab Work on the search and advanced search module

📊 Changes

62 files changed (+1697 additions, -1300 deletions)

View changed files

📝 composer.json (+3 -1)
📝 composer.lock (+122 -31)
📝 language/fa.php (+1 -1)
📝 modules/2fa/modules.php (+44 -24)
📝 modules/2fa/site.css (+1 -1)
📝 modules/account/modules.php (+29 -12)
📝 modules/account/site.css (+0 -4)
📝 modules/advanced_search/modules.php (+50 -60)
📝 modules/advanced_search/site.css (+0 -10)
📝 modules/advanced_search/site.js (+13 -16)
📝 modules/calendar/hm-calendar.php (+12 -12)
📝 modules/calendar/modules.php (+60 -25)
📝 modules/calendar/site.css (+0 -18)
📝 modules/carddav_contacts/modules.php (+1 -1)
📝 modules/contacts/modules.php (+18 -21)
📝 modules/contacts/site.css (+0 -18)
modules/core/assets/images/logo_dark.svg (+1 -0)
📝 modules/core/handler_modules.php (+1 -2)
📝 modules/core/message_list_functions.php (+18 -18)
📝 modules/core/output_modules.php (+192 -176)

...and 42 more files

📄 Description

Pullrequest

Move to bootstrap 5

Issues


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/828 **Author:** [@alvinBM](https://github.com/alvinBM) **Created:** 11/15/2023 **Status:** ✅ Merged **Merged:** 2/7/2024 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `bootstrap5-integration` --- ### 📝 Commits (10+) - [`17ea360`](https://github.com/cypht-org/cypht/commit/17ea360eb05bd5b527f46ad1e92e3513740d4098) Move to Bootstrap 5 - [`f258c0c`](https://github.com/cypht-org/cypht/commit/f258c0cea1caf135051b92344e2ffec4672a248c) Style migration of the Compose page in bootstrap 5 - [`24b9397`](https://github.com/cypht-org/cypht/commit/24b9397e3ad8b4b8e1305236ef4e5bb298dac9e2) Upgrade bootstrap 5 version to ^5.3 - [`7824da5`](https://github.com/cypht-org/cypht/commit/7824da5399c18ea2ad585fa403f5e694997760be) Improve the styles of all components of the server configuration page (Email Account, SMTP, IMAP and Feeds) - [`af7df3a`](https://github.com/cypht-org/cypht/commit/af7df3a3c0a07feba5c106423035973829ebc32b) Improve styles of imap_folders and other message list components - [`1e53053`](https://github.com/cypht-org/cypht/commit/1e53053e0fdf320897597ddffd93182aa99317ef) Style migration of the Profile component in bootstrap 5 - [`dabf3a7`](https://github.com/cypht-org/cypht/commit/dabf3a7b945150aece5eda2795782766e7d965a7) Style migration of the Message highlighting component in bootstrap 5 - [`5bf2aa6`](https://github.com/cypht-org/cypht/commit/5bf2aa6880e615298a5260c0feb287f63dd71d89) Style migration of Dev module in bootstrap 5 - [`9b562f1`](https://github.com/cypht-org/cypht/commit/9b562f13068e8e922142ccf3f075927e5f4707fd) Change sidebar icons to Bootstrap Icon - [`f8831ab`](https://github.com/cypht-org/cypht/commit/f8831ab33e63e24f58ac111dc2c93df8d000ab76) Work on the search and advanced search module ### 📊 Changes **62 files changed** (+1697 additions, -1300 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+3 -1) 📝 `composer.lock` (+122 -31) 📝 `language/fa.php` (+1 -1) 📝 `modules/2fa/modules.php` (+44 -24) 📝 `modules/2fa/site.css` (+1 -1) 📝 `modules/account/modules.php` (+29 -12) 📝 `modules/account/site.css` (+0 -4) 📝 `modules/advanced_search/modules.php` (+50 -60) 📝 `modules/advanced_search/site.css` (+0 -10) 📝 `modules/advanced_search/site.js` (+13 -16) 📝 `modules/calendar/hm-calendar.php` (+12 -12) 📝 `modules/calendar/modules.php` (+60 -25) 📝 `modules/calendar/site.css` (+0 -18) 📝 `modules/carddav_contacts/modules.php` (+1 -1) 📝 `modules/contacts/modules.php` (+18 -21) 📝 `modules/contacts/site.css` (+0 -18) ➕ `modules/core/assets/images/logo_dark.svg` (+1 -0) 📝 `modules/core/handler_modules.php` (+1 -2) 📝 `modules/core/message_list_functions.php` (+18 -18) 📝 `modules/core/output_modules.php` (+192 -176) _...and 42 more files_ </details> ### 📄 Description ## Pullrequest Move to bootstrap 5 ## Issues - #762 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1077
No description provided.