Re: [openstreetmap/openstreetmap-website] Add locale selector (PR #5201)

2024-09-15 Thread David Tsiklauri via rails-dev
Thank you for the review @tomhughes I've updated accordingly @AntonKhorev If it's okay to directly use SVG instead of the `.icon` class practice of the project, I am all for it. I think it's even better solution and produces cleaner, more reusable code. -- Reply to this email directly or view

Re: [openstreetmap/openstreetmap-website] Add locale selector (PR #5201)

2024-09-15 Thread David Tsiklauri via rails-dev
@nertc pushed 1 commit. e02866a8b5003ae8a8c82c141db9c522b209680b Add locale selector -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5201/files/64c4f7e97c2dcf835e6ed9c1fc1242310def14d9..e02866a8b5003ae8a8c82c141db9c522b209680b You are receiving this because you

Re: [openstreetmap/openstreetmap-website] Add locale selector (PR #5201)

2024-09-15 Thread David Tsiklauri via rails-dev
@AntonKhorev Currently, as I found in the project, for icons we use `.icon` class, which uses sprite with `background-image` and `background-position` properties. Adding icon to the sprite was solely for the accordance with the current state and practices of the project. -- Reply to this email

Re: [openstreetmap/openstreetmap-website] Provide a truncated view of recent diaries (PR #5121)

2024-09-15 Thread David Tsiklauri via rails-dev
@AntonKhorev It's a good point, I'll try to fix it and, as we will need more complex solution than just adding `max-height`, I'll also take @kcne's recommendations into account. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/51

Re: [openstreetmap/openstreetmap-website] Replace creation_ip with creation_address (PR #5218)

2024-09-15 Thread Tom Hughes via rails-dev
@tomhughes pushed 1 commit. 5bac49c51fcd8a619f0ae515ce734aa9ca31e43b Ignore the creation_ip column which is no longer used -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5218/files/8bb463318d98db6c9b24e3a1d9de403e916cdf28..5bac49c51fcd8a619f0ae515ce734aa9ca31

Re: [openstreetmap/openstreetmap-website] Drop creation_ip column (PR #5212)

2024-09-15 Thread Tom Hughes via rails-dev
I've opened #5218 for the first phase and rebased this on that and switched it to draft for now. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5212#issuecomment-2351741641 You are receiving this because you are subscribed to thi

[openstreetmap/openstreetmap-website] Replace creation_ip with creation_address (PR #5218)

2024-09-15 Thread Tom Hughes via rails-dev
This replaces `creation_ip` with `creation_address` and ignores `creation_ip` in preparation for removing it. You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/5218 -- Commit Summary -- * Replace creation_ip with crea

Re: [openstreetmap/openstreetmap-website] Drop creation_ip column (PR #5212)

2024-09-15 Thread Tom Hughes via rails-dev
@tomhughes pushed 3 commits. fe96c0a524c9ce092eed8e8ac14e6f9309e778cc Replace creation_ip with creation_address 8bb463318d98db6c9b24e3a1d9de403e916cdf28 Ignore the creation_ip column which is no longer used 5f7e177e99654e4b21fe5c6f5dc4228a218ae55d Drop creation_ip column -- View it on GitHu

Re: [openstreetmap/openstreetmap-website] Displays links for friend options on user profile only if user is signed in (PR #5203)

2024-09-15 Thread Tom Hughes via rails-dev
Merged #5203 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5203#event-14264175180 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] buttons on userpages visible after logging out (Issue #5199)

2024-09-15 Thread Tom Hughes via rails-dev
Closed #5199 as completed via 8d77891fd6796f32f665f7524e0ed8f098507f6d. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5199#event-14264175175 You are receiving this because you are subscribed to this thread. Message ID: __

Re: [openstreetmap/openstreetmap-website] Displays links for friend options on user profile only if user is signed in (PR #5203)

2024-09-15 Thread Tom Hughes via rails-dev
@tomhughes approved this pull request. Thanks - that looks good now. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5203#pullrequestreview-2305543018 You are receiving this because you are subscribed to this thread. Message ID

Re: [openstreetmap/openstreetmap-website] Always show changeset element page links below headings (PR #5213)

2024-09-15 Thread Tom Hughes via rails-dev
Merged #5213 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5213#event-14264105544 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Fix browse elements timeouts (PR #5214)

2024-09-15 Thread Tom Hughes via rails-dev
Merged #5214 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5214#event-14264105172 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Some more i18n unused translation fixes (PR #5217)

2024-09-15 Thread Tom Hughes via rails-dev
Merged #5217 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5217#event-14264105629 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Some more i18n unused translation fixes (PR #5217)

2024-09-15 Thread Tom Hughes via rails-dev
Looks good to me, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5217#issuecomment-2351715900 You are receiving this because you are subscribed to this thread. Message ID: ___

Re: [openstreetmap/openstreetmap-website] Fix browse elements timeouts (PR #5214)

2024-09-15 Thread Tom Hughes via rails-dev
Looks good to me, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5214#issuecomment-2351709374 You are receiving this because you are subscribed to this thread. Message ID: ___

Re: [openstreetmap/openstreetmap-website] Always show changeset element page links below headings (PR #5213)

2024-09-15 Thread Tom Hughes via rails-dev
Looks good to me, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5213#issuecomment-2351708027 You are receiving this because you are subscribed to this thread. Message ID: ___

Re: [openstreetmap/openstreetmap-website] Some more i18n unused translation fixes (PR #5217)

2024-09-15 Thread mmd via rails-dev
@mmd-osm pushed 1 commit. bcc07e87bf29997fb5935918f923c8f2551d Remove unused Namefinder translation strings -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5217/files/5aa63c60ec7ab98eeb6f595a527f7a525e807a47..bcc07e87bf29997fb5935918f923c8f2551d You ar

Re: [openstreetmap/openstreetmap-website] Some more i18n unused translation fixes (PR #5217)

2024-09-15 Thread mmd via rails-dev
@mmd-osm pushed 1 commit. 5aa63c60ec7ab98eeb6f595a527f7a525e807a47 Remove unused .greeting translation in changeset_comment_notification -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5217/files/57b402f8fe9667c44093eea16ecb5592617f..5aa63c60ec7ab98eeb6f59

Re: [openstreetmap/openstreetmap-website] Some more i18n unused translation fixes (PR #5217)

2024-09-15 Thread mmd via rails-dev
@mmd-osm pushed 2 commits. efb3e0c81be04b2c40f131fefabd3d8bd768cb61 Ignore users.auth_failure.* as unused translation 57b402f8fe9667c44093eea16ecb5592617f Remove unused translation key users.new.external auth -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pu

[openstreetmap/openstreetmap-website] Some more i18n unused translation fixes (PR #5217)

2024-09-15 Thread mmd via rails-dev
Some more cleanups for `bundle exec i18n-tasks health`. * ChangesetHelper: we have multiple definitions and translations of the same "anonymous" string. Key "changesets.*" is more in line with the other translation keys used in the changeset helper file. Further details in respective commit me