Royall Silwallz

Results 21 comments of Royall Silwallz

@kshitijrajsharma do you mean we don't have to pass the apiUrl prop to the UnderpassFeatureStats component ?

@kshitijrajsharma I think we need underpass api url for this to work. cc - @varun2948

The build file of CSS has been changed from `452.4KB` (develop branch) to `6.54MB` (feature/liveMonitoring branch). The size is coming from `@hotosm/underpass-ui/dist/index.css` (`5.9MB`). It has 336,016 lines of code, almost...

I can confirm that the size is optimized now. Nice work @emi420 ! I've upgraded the latest Underpass UI repo and pushed the code. I think we should merge this...

Continued with #6299

Hey @Aadesh-Baral, I've pushed the fix. Can you verify? Thanks!

Initial finding: - There are two tasks with different `taskId` but `same geojson` in this particular [project](https://tasks.hotosm.org/projects/15752/tasks). ``` [ { "geometry": { "coordinates": [ [ [ [ 35.529785, -1.79048 ],...

After some digging in, I found that this is related to Mapbox not supporting all the TM selected languages, causing errors due to unsupported languages.

Mapbox supported language (provided by `@mapbox/mapbox-gl-language` package) - ["ar", "en", "es", "fr", "de", "ja", "ko", "mul", "pt", "ru", "zh"]

**Findings** This issue stemmed from [frontend dependency updates](https://github.com/hotosm/tasking-manager/pull/5721) PR, changes in `frontend/src/utils/internationalization.js` file, where Taylor refactored [this](https://github.com/hotosm/tasking-manager/pull/5721/files#diff-fe61c5fd62dec29e3ba357a2cf9621065e62140ed4010c66c7949b48433b700dL36) part of the code. This resulted the mappings for static language json files...