Andrii
Andrii
Currently, to check if a user has filled out the form, all entities are retrieved, and then two loops are performed at the PHP. My version does the same thing...
### 📝 Summary * Resolves: # Removed horizontal scrolling on mobile screens. #### 🖼️ Screenshots 🏚️ Before | 🏡 After ---|--- https://github.com/user-attachments/assets/661307ad-573d-4344-8e4e-c61145327d43 | https://github.com/user-attachments/assets/21099659-e8e7-4050-981a-508b44c558c5 ### 🚧 TODO - [ ]...
### 📝 Summary This fix applies only to the view mode #### 🖼️ Screenshots 🏚️ Before | 🏡 After ---|---  |  ### 🚧 TODO - [ ] ......
My proposed solution: 1. Makes the list more compact. 2. Fewer requests to server. 3. The user's browser works normally, even with 1000+ members. Demo: https://github.com/user-attachments/assets/a90b5f52-e2e1-463f-98b3-695aad39bb15
Before: https://github.com/user-attachments/assets/19fcddf9-1d82-4cb9-a364-f20cd0832f49 After: https://github.com/user-attachments/assets/16f951c7-b932-40ab-afbe-fa88f509508e
Based on https://github.com/nextcloud/forms/pull/2824 @Chartman123 This is an interesting feature because in the future it can be expanded to split one form into pages by section. It can also be expanded...
**Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!** **Describe the bug** Continuation...
This will enable us to optimize the retrieval of participant lists for large teams in the Contacts and Collectives apps. This PR extends the API. Therefore, please backport it to...
These filters are mainly used for View. In this PR, I covered the following column types with tests: 1. text 2. number 3. selection (single, check, multi) In the future,...