Emin Kocan

Results 9 issues of Emin Kocan

This PR addresses the need for distinct translatable messages for the privacy policy link in different contexts within the signup form mentioned in #4773. In the signup form, the privacy_policy_link...

This PR addresses issue #4773: "Raw HTML input used for password field." The login form previously used raw HTML for the password input field, which bypassed the automatic HTML attribute...

This PR addresses parts of [#3532](https://github.com/openstreetmap/openstreetmap-website/issues/3532) by making the error layout more consistent with the rest of the site's UI. **Changes:** - Encapsulated meta tags into the `layouts/head` partial for...

### Add social network sharing to diary entry pages **Description:** This PR addresses the issue #1391 by introducing social media sharing functionality for diary entries, allowing users to share posts...

### Problem The current user diary page could benefit from a more organized and user-friendly layout. Navigation through diary entries can be cumbersome, and readability might be improved with a...

### Move continue auth/start mapping button to appear fixed to the bottom of the welcome page #### Objective To enhance the user experience by pinning the existing "Continue Auth/Start Mapping"...

This PR addresses #832 by adding sorting and filtering functionality to user note pages. This PR is also an alternative, or better put expanding #5239 so that filtering and sorting...

### Problem Currently, we use a custom `PaginationMethods` module, which sorts and filters data using IDs. Sorting by other non unique attributes does not work correctly, and implementing sorting with...

This PR adds search functionality to the diary entries page, addressing the need for users to find entries by title and body #3289 ### Key Changes - **Model Updates**: -...