Open capoaira opened 1 week ago
I suspect this has something to do with the technical migration of the webpage (Issue #2661). Everything still works for me and the webpage is still /play/map. I guess I haven't rolled out yet.
Everything still works for me and the webpage is still /play/map. I guess I haven't rolled out yet.
Oh ok. I hate when they do that 😅
I just tested to fit the is_page
function. Unfortunately, it looks like a lot of functionality is broken :(
That was to be expected. Everything here has probably been converted to react, just like on other sites. Most classes are automatically and cryptically named. And we won't be able to use these classes in the future either, because they could change again in the next release. There's probably a lot to do here.
I'm still at the old level, I haven't been rolled out yet.
They call it a minor update: https://forums.geocaching.com/GC/index.php?/topic/410387-update-to-release-notes-website-tech-migrations-october-22-2024/
Everything here has probably been converted to react, just like on other sites
It was on react before, but now we loose access to the React object...
Most classes are automatically and cryptically named.
It looks like they're now using tailwindcss and now there is no need for unique element names. Since all CSS it handled with these classes. But fortunately, the class names will not change, since they are the css replacement and defined in tailwind.
Describe the bug
None of the Map features work on the new location. I've not tested to just change the location yet.
To Reproduce
No response
Expected behavior
No response
OS
Linux
Browser
Firefox
GClh Version
current
Additional context
No response