ingress-intel-total-conversion icon indicating copy to clipboard operation
ingress-intel-total-conversion copied to clipboard

intel.ingress.com total conversion user script with some new features. Should allow easier extension of the intel map.

Results 141 ingress-intel-total-conversion issues
Sort by recently updated
recently updated
newest added

ESLINT checks based on the current `.eslintrc.json` cause a number of errors and warnings that we usually ignore. Some (possibly incomplete) changes will reduce the amount. To` .eslintrc.json` - [...

development

To provide filtering **by faction** iitc creates 3 separate groups (for each portal level / links / fields). To provide filtering portals **by level** iitc creates 9 separate groups. Pretty...

enhancement
core
development

Example: location icon in portalinfo. Workin sample: http://jsfiddle.net/adamboduch/FFxZ3/8/

bug

Implementing actions on longclick/dblclick/contectmenu/etc we could dramatically reduce required menus items number. Possible reaction on action: - item toggling/switching between several states (represented by changing text / style / tooltip)...

We rarely need to fine-select exact portals levels to show. And those portals checkboxes take too much space in layer chooser. What we can do: * use custom hierarchical layer...

enhancement
core

Currently toolbox with a lot of plugins is a mess. We need some order. I propose some separation. But we can't use `@category` as basis, because (a) there are too...

enhancement
core
development

I am running the newest desktop version of IITC on a Macbook Pro using Firefox. The plugins I want are installed, but I cannot access any list except that at...

I want to add more plugin panes to leftside drawer, and each plugin needs some unique icon. Currently it's possible to use icons from here: https://github.com/IITC-CE/ingress-intel-total-conversion/tree/master/mobile/app/src/main/res I suppose it's just...

help wanted
mobile
development

I have not been able to find any such feature currently present, please correct me if I'm wrong. This feature has multiple uses. Sharing locations not associated (yet) with portals...

enhancement

E.g. compare: 1. `layerChooser.addOverlay(...` 2. `window.layerChooser.addOverlay(...` Should we use `window.` or not? Both way are correct, but we should follow some uniform convention. Pros/Cons 1. Is shorter. To keep eslint...

development