Commit Graph

163 Commits

Author SHA1 Message Date
282a33f033 Merge pull request #534 from vita10gy/search
Feedback when geosearch finds nothing
2013-10-27 09:14:37 -07:00
9248fe6221 Fix show-portal-address - display glitch since 767275f 2013-10-21 23:28:24 +02:00
94fd2a092b Merge pull request #608 from fkloft/portal_details
Tweaks regarding portal details
2013-10-20 13:50:52 -07:00
53874ab887 Avoid errors in stock JS 2013-10-19 15:36:14 +02:00
767275fdf5 Show detailed portal level in tooltip 2013-10-16 19:29:05 +02:00
301a8564af Increase spacing slightly more in chat 2013-10-09 15:54:49 -05:00
c92aaf604d Slight fixup 2013-10-09 08:36:12 -05:00
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
306de7e6dc Load different versions of Roboto web font
Use Roboto for COMM font rather than Verdana
2013-10-07 18:29:43 -05:00
603d5d33e5 use ellipsis instead of "~" for truncating text overflow 2013-09-26 22:51:48 +01:00
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
9ee9380a2c Merge pull request #480 from fkloft/signout
Always show "sign out" link in IITCm.
2013-09-09 23:43:44 -07:00
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
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
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
f5d8587955 update code for the new internal name for enlightened - was ALIENS, now ENLIGHTENED 2013-07-31 20:15:14 +01:00
5bf8eb7333 Visual tweaks
(mostly CSS, don't show "Portals:" in statusbar on smartphones
2013-07-13 00:12:49 +02:00
08838020a1 show portal load level by color 2013-07-12 17:13:34 +02:00
3b7e81c1d5 various tweaks to the new portal details in the dialog 2013-07-10 00:42:29 +01:00
9cf2dd391e Add cover photo submitter, cover photo votes, and portal details to large portal display dialog. 2013-07-09 17:03:19 -05:00
18e7a8f970 * Add new mods from June 10
* Attractive slidetoggle for dialog windows
2013-06-10 13:37:55 -06:00
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
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
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
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
65783ac0b1 Merge branch 'dialog' of https://github.com/integ3r/ingress-intel-total-conversion into integ3r-dialog 2013-05-10 02:33:21 +01:00
b59a2c96db * Reduce padding for dialog buttons 2013-05-09 11:41:16 -06:00
125bc190f1 * Remove #largepreview CSS, we don't need it 2013-05-08 03:44:20 -06:00
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
5bd82f0e20 Merge branch 'master' into experimental 2013-05-07 16:52:05 +01:00
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
84f5499c18 * Window manager stuff. Multiple windows can be opened now. Still resolving bugs. 2013-05-06 17:09:39 -06:00
38b1034830 Merge git://github.com/jonatkins/ingress-intel-total-conversion into dev 2013-05-06 13:13:33 -06:00
93c039e295 * Work toward multiple dialog boxes 2013-05-06 13:13:15 -06:00
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
f43e7f1ba7 Merge branch 'master' into highlighter 2013-04-24 00:56:13 -05:00
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
8fb3d0ed0f Merge branch 'master' into highlighter 2013-04-21 14:23:27 -05:00
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
3cd664c25c Merge branch 'master' into highlighter 2013-04-16 23:07:03 -05:00
ae8200d7be Add ATTRIBUTION.md to About IITC pop up 2013-04-16 20:18:21 -07:00
9d350b206e add background colour to large portal images - as some (e.g. zipcar) have transparency 2013-04-16 23:51:35 +01:00
594e55cdc6 Merge branch 'master' into location 2013-04-15 00:14:56 -05:00
2719d3bc98 extras 2013-04-15 00:13:57 -05:00
e4d3c0d9f0 Change cursor to pointer on any nickname class element 2013-04-14 19:42:05 -07:00
2f5b117998 Merge pull request #154 from vita10gy/location
Add current location button to geo search
2013-04-14 07:14:11 -07:00
0d5c86eb17 move sidebar toggle up 15 pixels. it felt a bit too low after various space optimisations 2013-04-14 01:26:44 +01:00
326df3af26 add a close button to the portal detail display - some people like to be able to hide it
show linked portals updated - the positioning needed changing
2013-04-14 01:23:35 +01:00
f2dfeb29bb cleanups to the toolbox
- remove &nbsp; - use style sheets to prevent wrapping within links
- make more consistant with the cleanups made to the .linkdetails links
for #135
2013-04-13 21:45:30 +01:00
99d52dad8a various cleanups to the portal detail display links
- removed 'donate'
- made case consistant - upper case 1st letter
- shortened excessively long links (IAPS) - but added title text on links with more detailed descriptions
inspired by #135
2013-04-13 21:18:26 +01:00