Closed
Bug 782867
Opened 12 years ago
Closed 11 years ago
Epic - History Screen
Categories
(Tracking Graveyard :: Metro Operations, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jwilde, Unassigned)
References
Details
(Whiteboard: feature=epic)
There's a history timeline to integrate:
http://shorlander.dropmark.com/51486/531501
It supports pinching on history sections.
Implementation notes:
- This should probably get implemented as a PanelUI view.
- For the various time sections, there's date-related strings in PlacesUtils that we could possibly reuse:
let titleToday = PlacesUtils.getString("finduri-AgeInDays-is-0");
let titleYesterday = PlacesUtils.getString("finduri-AgeInDays-is-1");
let titleLastWeek = PlacesUtils.getFormattedString("finduri-AgeInDays-last-is", [7]);
let titleOlder = PlacesUtils.getFormattedString("finduri-AgeInDays-isgreater", [7]);
Updated•12 years ago
|
Whiteboard: metro-beta
Updated•12 years ago
|
Product: Firefox → Firefox for Metro
Version: unspecified → Trunk
Updated•12 years ago
|
Whiteboard: metro-beta → [metro-mvp]
Updated•12 years ago
|
Whiteboard: [metro-mvp] → [metro-mvp][LOE:3]
Comment 2•12 years ago
|
||
The History screen is the management interface for history. Users access the History screen by tapping or clicking on the History > header in the Awesome screen.
Assignee: nobody → asa
Summary: Support history timeline screen → History screen
Whiteboard: [metro-mvp][LOE:3] → epic [metro-mvp][LOE:3]
Updated•12 years ago
|
Priority: -- → P2
Updated•12 years ago
|
Priority: P2 → --
Updated•12 years ago
|
Whiteboard: epic [metro-mvp][LOE:3] → feature=epic
Updated•12 years ago
|
Summary: History screen → Epic - History Screen
Updated•12 years ago
|
Whiteboard: feature=epic
Updated•12 years ago
|
Whiteboard: feature=epic
Updated•12 years ago
|
Comment 3•12 years ago
|
||
This will have to wait until V2, I think. Marco, how do we flag v2 stories? Just make a metrov2 top-level bug and set a dependency there?
No longer blocks: metrov1
Updated•12 years ago
|
Component: General → Metro Operations
Product: Firefox for Metro → Tracking
Version: Trunk → ---
Updated•12 years ago
|
Blocks: metrov2planning
Updated•12 years ago
|
Updated•11 years ago
|
Assignee: asa → nobody
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•10 years ago
|
OS: Windows 8 Metro → Windows 8.1
Updated•6 years ago
|
Product: Tracking → Tracking Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•