ingress-intel-total-conversion
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.
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` - [...
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...
Example: location icon in portalinfo. Workin sample: http://jsfiddle.net/adamboduch/FFxZ3/8/
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...
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...
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...
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...
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...