-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
ui/uxIssues with the application layout or appearanceIssues with the application layout or appearance
Description
Current phrasing indicates the highlighted number is the number of ways that will be uploaded back to the API, when it is actually the total number of ways shown to the user in that session. Raised by #7.
tigerking/src/components/UploadModal.tsx
Lines 87 to 97 in 98cc786
| <p className="text-center text-medium font-medium"> | |
| The changes you upload as | |
| <Link | |
| className="px-1 hover:underline" | |
| target="_blank" | |
| href={`https://www.openstreetmap.org/user/${osmUser}`} | |
| > | |
| {osmUser} | |
| </Link> | |
| will be visible on all maps that use OpenStreetMap data. | |
| </p> |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ui/uxIssues with the application layout or appearanceIssues with the application layout or appearance