Re: [tor-bugs] #21752 [Metrics/Atlas]: put "Current Status" under an Android Browser on top

2017-05-14 Thread Tor Bug Tracker & Wiki
#21752: put "Current Status" under an Android Browser on top
---+
 Reporter:  toralf |  Owner:  irl
 Type:  enhancement| Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Minor  | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by irl):

 * status:  needs_review => closed
 * resolution:   => fixed


Comment:

 Ok, merged. Seems OK in Firefox and Tor Browser at least. We'll see if we
 get any complaints from mobile users.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #21752 [Metrics/Atlas]: put "Current Status" under an Android Browser on top

2017-05-11 Thread Tor Bug Tracker & Wiki
#21752: put "Current Status" under an Android Browser on top
---+--
 Reporter:  toralf |  Owner:  irl
 Type:  enhancement| Status:  needs_review
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Minor  | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--

Comment (by irl):

 Note to self: #22160 would benefit from this.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #21752 [Metrics/Atlas]: put "Current Status" under an Android Browser on top

2017-05-11 Thread Tor Bug Tracker & Wiki
#21752: put "Current Status" under an Android Browser on top
---+--
 Reporter:  toralf |  Owner:  irl
 Type:  enhancement| Status:  needs_review
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Minor  | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by irl):

 * status:  reopened => needs_review


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #21752 [Metrics/Atlas]: put "Current Status" under an Android Browser on top

2017-05-04 Thread Tor Bug Tracker & Wiki
#21752: put "Current Status" under an Android Browser on top
---+--
 Reporter:  toralf |  Owner:  irl
 Type:  enhancement| Status:  reopened
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Minor  | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--

Comment (by cypherpunks):

 See ticket:22160#comment:1 for an instance where the custom styling
 prevents an easy solution from being used.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #21752 [Metrics/Atlas]: put "Current Status" under an Android Browser on top

2017-04-21 Thread Tor Bug Tracker & Wiki
#21752: put "Current Status" under an Android Browser on top
---+--
 Reporter:  toralf |  Owner:  irl
 Type:  enhancement| Status:  reopened
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Minor  | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by cypherpunks):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 I believe the third patch should be merged for the following reasons.

 With a resolution of 360x640 the fingerprint isn't wrapped either with or
 without the patch. with a resolution of 320x480 the fingerprint is wrapped
 by two chars without the patch and by four chars with the patch which IMO
 isn't a big deal. This was tested in responsive design mode with Tor
 Browser.

 The patch reverts the margins back to the default which fits more text on
 the screen. This is actually better for tiny screens.

 Lastly, it removes code and less code is easier to maintain.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #21752 [Metrics/Atlas]: put "Current Status" under an Android Browser on top

2017-04-20 Thread Tor Bug Tracker & Wiki
#21752: put "Current Status" under an Android Browser on top
---+
 Reporter:  toralf |  Owner:  irl
 Type:  enhancement| Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Minor  | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by irl):

 * status:  needs_review => closed
 * resolution:   => fixed


Comment:

 Ok, I've merged the first and second patches. On tiny screens there can
 still be wrapping of the fingerprint (thinking mobile devices and
 ridiculous smart watches for the relay operator on the go) so I don't see
 the harm in not merging that one.

 Thanks for your work. Feel free to reopen the ticket if you feel strongly
 on the third patch.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #21752 [Metrics/Atlas]: put "Current Status" under an Android Browser on top

2017-04-17 Thread Tor Bug Tracker & Wiki
#21752: put "Current Status" under an Android Browser on top
---+--
 Reporter:  toralf |  Owner:  irl
 Type:  enhancement| Status:  needs_review
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Minor  | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--
Changes (by cypherpunks):

 * status:  needs_information => needs_review


Comment:

 Patch 0001 addresses the main idea behind this ticket. Patch 0002 and 0003
 merge the current status and properties columns and reverts some new
 styling respectively. I've intentionally split the changes up in separate
 commits so the changes can be picked up selectively. For reasoning of the
 changes see the commit messages.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #21752 [Metrics/Atlas]: put "Current Status" under an Android Browser on top

2017-04-16 Thread Tor Bug Tracker & Wiki
#21752: put "Current Status" under an Android Browser on top
---+---
 Reporter:  toralf |  Owner:  irl
 Type:  enhancement| Status:  needs_information
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Minor  | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---

Comment (by toralf):

 yes, that would be fully ok - the idea behind this trac record is just
 getting the main info on top and teh detailed numbers below it.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #21752 [Metrics/Atlas]: put "Current Status" under an Android Browser on top

2017-04-16 Thread Tor Bug Tracker & Wiki
#21752: put "Current Status" under an Android Browser on top
---+---
 Reporter:  toralf |  Owner:  irl
 Type:  enhancement| Status:  needs_information
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Minor  | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---
Changes (by irl):

 * status:  new => needs_information


Comment:

 Replying to [ticket:21752 toralf]:
 > Currently it is after "Configuration" and "Properties" but IMO it makes
 more sense to have this info as a heading.

 Is it the uptime or the "running" status that you're interested in?

 Maybe we can add a red/green light next to the relay nickname heading to
 indicate running status and this will fix this for you?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #21752 [Metrics/Atlas]: put "Current Status" under an Android Browser on top

2017-03-16 Thread Tor Bug Tracker & Wiki
#21752: put "Current Status" under an Android Browser on top
---+-
 Reporter:  toralf |  Owner:  irl
 Type:  enhancement| Status:  new
 Priority:  Medium |  Milestone:
Component:  Metrics/Atlas  |Version:
 Severity:  Minor  | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+-
Changes (by dgoulet):

 * milestone:  Tor: 0.3.0.x-final =>


Comment:

 Atlas doesn't use those "Tor" milestone.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #21752 [Metrics/Atlas]: put "Current Status" under an Android Browser on top

2017-03-15 Thread Tor Bug Tracker & Wiki
#21752: put "Current Status" under an Android Browser on top
---+
 Reporter:  toralf |  Owner:  irl
 Type:  enhancement| Status:  new
 Priority:  Medium |  Milestone:  Tor: 0.3.0.x-final
Component:  Metrics/Atlas  |Version:
 Severity:  Minor  |   Keywords:
Actual Points: |  Parent ID:
   Points: |   Reviewer:
  Sponsor: |
---+
 Currently it is after "Configuration" and "Properties" but IMO it makes
 more sense to have this info as a heading.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs