wp-plugin-leaflet-map icon indicating copy to clipboard operation
wp-plugin-leaflet-map copied to clipboard

Clean up Admin (options page)

Open bozdoz opened this issue 4 years ago • 1 comments

This is more stylistic.

Currently it's just plain CSS: left-side are the labels and right-side are the input values.

Would be nice to have:

  1. Sections/Tabs
  2. Ajax saving (might be overkill)
  3. Bigger, better checkboxes
  4. Maybe remove some dull options (default lat/lng comes to mind)

bozdoz avatar Dec 18 '20 04:12 bozdoz

Idea: as the settings are "frontend" related, you may move the settings to the customizer instead.

This is where WordPress already has a nice and consolidated API/UI.

As inspiration: https://github.com/moewe-io/osm-tiles-proxy/blob/master/includes/osm-tiles-proxy.customizer-class.php

scrobbleme avatar Mar 11 '21 08:03 scrobbleme