[PR #313] [MERGED] Replace zepto with cash #781

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/313
Author: @jasonmunro
Created: 2/7/2019
Status: Merged
Merged: 2/7/2019
Merged by: @jasonmunro

Base: masterHead: replace-zepto-with-cash


📝 Commits (9)

  • b83e0b1 testing to see if we can use cash instead of zepto
  • 2b26c77 more work on using cash to replace zepto
  • b94bf27 more work on using cash instead of zepto
  • f01406b more cashjs updates
  • bc9232a more fixes for cash replacing zepto
  • 0dcfa41 format fix
  • 6068fdd more work on using cash js instead of zepto
  • 6048eca swipe support for mobile
  • d12ccbd only enable swiping on mobile

📊 Changes

27 files changed (+333 additions, -219 deletions)

View changed files

📝 modules/advanced_search/site.js (+28 -28)
📝 modules/calendar/site.js (+3 -3)
📝 modules/carddav_contacts/site.js (+1 -1)
📝 modules/contacts/site.js (+11 -11)
📝 modules/core/output_modules.php (+2 -2)
📝 modules/core/site.js (+139 -57)
📝 modules/developer/site.js (+1 -1)
📝 modules/feeds/site.js (+1 -1)
📝 modules/github/site.js (+2 -2)
📝 modules/hello_world/site.js (+2 -2)
📝 modules/imap/site.js (+32 -32)
📝 modules/imap_folders/site.js (+29 -29)
📝 modules/inline_message/site.js (+9 -9)
📝 modules/keyboard_shortcuts/site.js (+2 -2)
📝 modules/ldap_contacts/site.js (+1 -1)
📝 modules/nasa/site.js (+2 -2)
📝 modules/nux/site.js (+3 -3)
📝 modules/pgp/site.js (+9 -9)
📝 modules/pop3/site.js (+2 -2)
📝 modules/profiles/site.js (+2 -2)

...and 7 more files

📄 Description

Pullrequest

Replace the Zepto include with Cash js

Issues

  • None

Checklist

  • None

How2Test

  • None

Todo

  • None

🔄 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/313 **Author:** [@jasonmunro](https://github.com/jasonmunro) **Created:** 2/7/2019 **Status:** ✅ Merged **Merged:** 2/7/2019 **Merged by:** [@jasonmunro](https://github.com/jasonmunro) **Base:** `master` ← **Head:** `replace-zepto-with-cash` --- ### 📝 Commits (9) - [`b83e0b1`](https://github.com/cypht-org/cypht/commit/b83e0b178472d7aa4469f9ca08a71a18088cfaae) testing to see if we can use cash instead of zepto - [`2b26c77`](https://github.com/cypht-org/cypht/commit/2b26c7775a2eb252a8493e2f94c3ff11188ffafa) more work on using cash to replace zepto - [`b94bf27`](https://github.com/cypht-org/cypht/commit/b94bf27154488b03f73089f7e212cadb34970e88) more work on using cash instead of zepto - [`f01406b`](https://github.com/cypht-org/cypht/commit/f01406b3a355a869f1dfbb74d24a895c7c27b5d8) more cashjs updates - [`bc9232a`](https://github.com/cypht-org/cypht/commit/bc9232a1ea03f240f84467c7a0dd0a461a668272) more fixes for cash replacing zepto - [`0dcfa41`](https://github.com/cypht-org/cypht/commit/0dcfa41056ee517abdc37d7f9c0b94ce32b5bb86) format fix - [`6068fdd`](https://github.com/cypht-org/cypht/commit/6068fdda53f0fd66618aa6775f32bbcdd54a5239) more work on using cash js instead of zepto - [`6048eca`](https://github.com/cypht-org/cypht/commit/6048eca0aeee01cf5155ee722eab34d09c8ef27c) swipe support for mobile - [`d12ccbd`](https://github.com/cypht-org/cypht/commit/d12ccbdf0005f0f58a4fa922a08e27afc15cf37c) only enable swiping on mobile ### 📊 Changes **27 files changed** (+333 additions, -219 deletions) <details> <summary>View changed files</summary> 📝 `modules/advanced_search/site.js` (+28 -28) 📝 `modules/calendar/site.js` (+3 -3) 📝 `modules/carddav_contacts/site.js` (+1 -1) 📝 `modules/contacts/site.js` (+11 -11) 📝 `modules/core/output_modules.php` (+2 -2) 📝 `modules/core/site.js` (+139 -57) 📝 `modules/developer/site.js` (+1 -1) 📝 `modules/feeds/site.js` (+1 -1) 📝 `modules/github/site.js` (+2 -2) 📝 `modules/hello_world/site.js` (+2 -2) 📝 `modules/imap/site.js` (+32 -32) 📝 `modules/imap_folders/site.js` (+29 -29) 📝 `modules/inline_message/site.js` (+9 -9) 📝 `modules/keyboard_shortcuts/site.js` (+2 -2) 📝 `modules/ldap_contacts/site.js` (+1 -1) 📝 `modules/nasa/site.js` (+2 -2) 📝 `modules/nux/site.js` (+3 -3) 📝 `modules/pgp/site.js` (+9 -9) 📝 `modules/pop3/site.js` (+2 -2) 📝 `modules/profiles/site.js` (+2 -2) _...and 7 more files_ </details> ### 📄 Description ## Pullrequest Replace the Zepto include with Cash js ### Issues <!-- Which Issues does this fix, which are related? - fixes #XXX - relates #XXX --> - [X] None ### Checklist <!-- Anything important to be thought of when deploying? - [ ] Config Update - [ ] Breaking/critical change --> - [X] None ### How2Test <!-- Give a detailed description how to test your PR and confirm it is working as expected. --> <!-- Maintainers will check the Tests - [ ] Test1 - [ ] Test2 --> - [X] None ### Todo <!-- In case some parts are still missing, list them here. - [ ] Changelog --> - [X] None --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:36:13 +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#781
No description provided.