[PR #1406] [MERGED] fix(frontend): some fixes to the message list display on mobile, the prev & next links, the content title, and the navigation #1489

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1406
Author: @mercihabam
Created: 12/17/2024
Status: Merged
Merged: 12/17/2024
Merged by: @mercihabam

Base: masterHead: some-fixes


📝 Commits (5)

  • 2ffd10e avoid unecessary displays of the sort field
  • 5ecb586 do not show the message preview on the list of all messages on mobile
  • f6aa1ae The combined inbox renders less details on mobile
  • 7e4063f Fix the prev & next links to properly work for the combined view
  • 902a7ce push the correct main section in the history state

📊 Changes

8 files changed (+39 additions, -28 deletions)

View changed files

📝 modules/core/message_list_functions.php (+7 -0)
📝 modules/core/navigation/navigation.js (+4 -1)
📝 modules/core/output_modules.php (+2 -2)
📝 modules/core/site.js (+12 -11)
📝 modules/imap/js_modules/route_handlers.js (+1 -1)
📝 modules/imap/js_modules/utils/messageParts.js (+1 -1)
📝 modules/imap/site.js (+10 -10)
📝 modules/inline_message/site.js (+2 -2)

📄 Description

No description provided


🔄 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/1406 **Author:** [@mercihabam](https://github.com/mercihabam) **Created:** 12/17/2024 **Status:** ✅ Merged **Merged:** 12/17/2024 **Merged by:** [@mercihabam](https://github.com/mercihabam) **Base:** `master` ← **Head:** `some-fixes` --- ### 📝 Commits (5) - [`2ffd10e`](https://github.com/cypht-org/cypht/commit/2ffd10e01fd4d30181518da6d58bd967b4dee97c) avoid unecessary displays of the sort field - [`5ecb586`](https://github.com/cypht-org/cypht/commit/5ecb586da8446e075d60dc662e06f6c1ff11ad5c) do not show the message preview on the list of all messages on mobile - [`f6aa1ae`](https://github.com/cypht-org/cypht/commit/f6aa1aeb712c09f0fcb13492581532d34bd4db17) The combined inbox renders less details on mobile - [`7e4063f`](https://github.com/cypht-org/cypht/commit/7e4063f5c5df8635d64dd34ca30c0c24ea076ed0) Fix the prev & next links to properly work for the combined view - [`902a7ce`](https://github.com/cypht-org/cypht/commit/902a7ceb4df2a35e83de6b003075277b55967e2b) push the correct main section in the history state ### 📊 Changes **8 files changed** (+39 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `modules/core/message_list_functions.php` (+7 -0) 📝 `modules/core/navigation/navigation.js` (+4 -1) 📝 `modules/core/output_modules.php` (+2 -2) 📝 `modules/core/site.js` (+12 -11) 📝 `modules/imap/js_modules/route_handlers.js` (+1 -1) 📝 `modules/imap/js_modules/utils/messageParts.js` (+1 -1) 📝 `modules/imap/site.js` (+10 -10) 📝 `modules/inline_message/site.js` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:38:26 +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#1489
No description provided.