170 Commits

Author SHA1 Message Date
Jon Atkins
36fe84b4ef warn when some standard layers are turned off
not so visible for mobile users - but less of an issue there (as an uninstall/reinstall resets all options to default)
for #778
2014-03-04 18:42:45 +00:00
fkloft
a2501f518f Show a little red dot on the northern resonator (details pane + mobile status bar) 2013-12-18 00:30:02 +01:00
Mike Castle
4a9b13eade Spell checking, s-z, plus a couple of missed ones. 2013-11-24 00:19:25 -08:00
Jon Atkins
2e16a001b9 sort artifact list by shard number, then by target portals 2013-11-20 05:57:00 +00:00
Jon Atkins
73fc584571 tweaks to iitc-specific leaflet popup style
- restore close button
- pointer events only hit the main box, passing through the 'tip' area - this makes it easy to select differetn players after a marker spider
2013-11-07 04:44:41 +00:00
Jon Atkins
6b5571b18a artifact display: initial checkin
display artifacts (jarvis shards, jarvis targets) on the map
TODO: add details to the portal info display
2013-11-07 03:51:20 +00:00
Jon Atkins
8e6f78701e restyle leaflet popups so they follow the theme of the rest of the IITC interface 2013-11-06 19:58:57 +00:00
Jon Atkins
282a33f033 Merge pull request #534 from vita10gy/search
Feedback when geosearch finds nothing
2013-10-27 09:14:37 -07:00
fkloft
9248fe6221 Fix show-portal-address - display glitch since 767275f 2013-10-21 23:28:24 +02:00
Jon Atkins
94fd2a092b Merge pull request #608 from fkloft/portal_details
Tweaks regarding portal details
2013-10-20 13:50:52 -07:00
fkloft
53874ab887 Avoid errors in stock JS 2013-10-19 15:36:14 +02:00
fkloft
767275fdf5 Show detailed portal level in tooltip 2013-10-16 19:29:05 +02:00
Morgan Jones
301a8564af Increase spacing slightly more in chat 2013-10-09 15:54:49 -05:00
Morgan Jones
c92aaf604d Slight fixup 2013-10-09 08:36:12 -05:00
Morgan Jones
e3002d420e * Remove Coda font
* Add more variants of Roboto for future typography tweaks
* Tweak sidebar player name to look more attractive
* Simplify font selectors
2013-10-09 08:27:20 -05:00
Morgan Jones
306de7e6dc Load different versions of Roboto web font
Use Roboto for COMM font rather than Verdana
2013-10-07 18:29:43 -05:00
Jon Atkins
603d5d33e5 use ellipsis instead of "~" for truncating text overflow 2013-09-26 22:51:48 +01:00
Jon Atkins
3452059f01 mobile: add extra padding and a button-like border around sidebar links. makes them much easier to click 2013-09-17 17:24:55 +01:00
Jon Atkins
9ee9380a2c Merge pull request #480 from fkloft/signout
Always show "sign out" link in IITCm.
2013-09-09 23:43:44 -07:00
Jon Atkins
3f9af18ba5 include specific font subsets from googleapi fonts - as the defaults seem to vary by browser type (less for mobile)
switch defailt from coda to roboto - looks fine to me, and coda didn't seem to support enough subsets
for #541
2013-09-09 01:51:50 +01:00
vita10gy
1d2eec7f80 Feedback when geosearch finds nothing
Subtle, but it's driven me crazy in the past where seemingly reasonable
searches do nothing and "worked - but found nothing" and "maybe it's
just taking a second to work" aren't apparent.
2013-09-03 18:42:45 -07:00
fkloft
84b38bdd82 Always show "sign out" link in IITCm. (no hover on touch screen --> an accidental click would directly log you out) 2013-08-11 19:00:41 +02:00
Jon Atkins
f5d8587955 update code for the new internal name for enlightened - was ALIENS, now ENLIGHTENED 2013-07-31 20:15:14 +01:00
fkloft
5bf8eb7333 Visual tweaks
(mostly CSS, don't show "Portals:" in statusbar on smartphones
2013-07-13 00:12:49 +02:00
fkloft
08838020a1 show portal load level by color 2013-07-12 17:13:34 +02:00
Jon Atkins
3b7e81c1d5 various tweaks to the new portal details in the dialog 2013-07-10 00:42:29 +01:00
Gabriel Sjöberg
9cf2dd391e Add cover photo submitter, cover photo votes, and portal details to large portal display dialog. 2013-07-09 17:03:19 -05:00
Morgan Jones
18e7a8f970 * Add new mods from June 10
* Attractive slidetoggle for dialog windows
2013-06-10 13:37:55 -06:00
Jon Atkins
78329770fe remove the max-width from dialogs (but keep for tooltips) - as the jQuery dialog code already handles width anyway, and forcing it in css prevents this from working 2013-05-27 04:57:32 +01:00
Jon Atkins
79aa71911c add two-column layer menu css to desktop version - was on mobile before in-app layer chooser added 2013-05-20 03:58:29 +01:00
Jon Atkins
70a4ca804f some z-index fixes - makes tooltips (e.g. guess player level) actually appear on top of the chat panel rather than underneath 2013-05-13 05:03:55 +01:00
Jon Atkins
66e6502d50 minor status bar tweaks
- make L8 not show L8+
- add a little margin between the level info and the map status - may need reducing a little for mobile
- indentation fixes, minor cleanups
2013-05-13 01:28:38 +01:00
Jon Atkins
65783ac0b1 Merge branch 'dialog' of https://github.com/integ3r/ingress-intel-total-conversion into integ3r-dialog 2013-05-10 02:33:21 +01:00
Morgan Jones
b59a2c96db * Reduce padding for dialog buttons 2013-05-09 11:41:16 -06:00
Morgan Jones
125bc190f1 * Remove #largepreview CSS, we don't need it 2013-05-08 03:44:20 -06:00
Morgan Jones
dfadadd296 IITC Dialog Overhaul, part 2
Core changes
* window_management.js => panes.js (clarity, distinction from dialogs)
* Make portal preview use dialogs instead of the large preview "window"
* Use `open' callback instead of `create' callback for all dialogs
* Replace collapse/close buttons with themed buttons inspired by the AP Gain plugin
* Dialogs can now gain and lose focus, with changing title bar
* Tweak the Poslinks window to use dialogs
* Add collapseCallback, expandCallback, collapseExpandCallback, focusCallback, and blurCallback
* Fix http <img> in About dialog that caused Chrome to complain

Plugin changes
* guess-player-level 0.4.1: Use dialogs with titles, typo fix
* portal-counts 0.0.8: Use dialogs with titles, typo fix
* portals-list 0.0.12: Don't hijack every single dialog onscreen, add titles, typo fix
* scoreboard 0.1.8: Use dialogs with titles
2013-05-08 03:39:36 -06:00
Jon Atkins
5bd82f0e20 Merge branch 'master' into experimental 2013-05-07 16:52:05 +01:00
Morgan Jones
2bdeb13f45 * Update redeeming.js to take advantage of new dialogs
* Dialogs now support collapsing and expanding
* Fix IITC about window - no longer resizes all onscreen dialogs
2013-05-07 01:42:47 -06:00
Morgan Jones
84f5499c18 * Window manager stuff. Multiple windows can be opened now. Still resolving bugs. 2013-05-06 17:09:39 -06:00
Morgan Jones
38b1034830 Merge git://github.com/jonatkins/ingress-intel-total-conversion into dev 2013-05-06 13:13:33 -06:00
Morgan Jones
93c039e295 * Work toward multiple dialog boxes 2013-05-06 13:13:15 -06:00
Jon Atkins
42d5b8d8f9 reduce the sidebar height when no portal is selected - more useful now that the portal details now have a 'X' close button
could perhaps reduce the hight further, but then the expand/colapse arrow gets a bit cramped towards the top (could look into centering this vertically though..?)

also, moved the default right position of the sidebartoggle to offscreen. it's set in code anyway, and will look nicer on mobile app initialisation
2013-05-05 19:15:15 +01:00
vita10gy
f43e7f1ba7 Merge branch 'master' into highlighter 2013-04-24 00:56:13 -05:00
Jon Atkins
473ae4bf39 Merge pull request #174 from Fragger/about-attribution
Add ATTRIBUTION.md to About IITC pop up
2013-04-22 15:28:37 -07:00
vita10gy
8fb3d0ed0f Merge branch 'master' into highlighter 2013-04-21 14:23:27 -05:00
Jon Atkins
c4dc899eeb Merge pull request #165 from Fragger/at-player-name-click
Make any nickname class element clickable to fill @ nick in chat
2013-04-21 07:19:01 -07:00
vita10gy
3cd664c25c Merge branch 'master' into highlighter 2013-04-16 23:07:03 -05:00
Kevin
ae8200d7be Add ATTRIBUTION.md to About IITC pop up 2013-04-16 20:18:21 -07:00
Jon Atkins
9d350b206e add background colour to large portal images - as some (e.g. zipcar) have transparency 2013-04-16 23:51:35 +01:00
vita10gy
594e55cdc6 Merge branch 'master' into location 2013-04-15 00:14:56 -05:00