Closed
Bug 663576
Opened 14 years ago
Closed 14 years ago
Snippet Service Improvements: Easy Snippet Form
Categories
(Snippets Graveyard :: General, enhancement)
Snippets Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: osmose, Assigned: osmose)
References
Details
Component of https://bugzilla.mozilla.org/show_bug.cgi?id=659773
We want an easier interface for creating snippets. Most snippets are simply an image, some text, and a link. The image has to be embedded with a dataURI, and the snippet content is entered directly. We also want to be able to preview snippets.
Current prototype has two tabs in place of the original text box. One tab is the "Advanced" view, which is the original text box. The other tab is the "Basic" view, which has a field for a link to the desired image and a text box for the snippet content.
Clicking a preview button downloads and converts the linked image to a dataURI, constructs the code for the snippet, fills in the text box with this code, and displays a preview of the snippet for the user.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → mkelly
| Assignee | ||
Updated•14 years ago
|
Severity: normal → enhancement
OS: Mac OS X → All
Hardware: x86 → All
| Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 1•14 years ago
|
||
When closing a bug, always add a comment with a link to the commit that fixed this (or any other explanation why this is fixed/not relevant anymore/whatever now). Thanks!
| Assignee | ||
Comment 2•14 years ago
|
||
(In reply to comment #1)
> When closing a bug, always add a comment with a link to the commit that
> fixed this (or any other explanation why this is fixed/not relevant
> anymore/whatever now). Thanks!
Whoops, my bad.
https://github.com/lmorchard/home-snippets-server/commit/7ba798188eeb6cb89333f202a4fc4c4bbf5678fc
Updated•14 years ago
|
Component: Snippets → General
Product: Mozilla Services → Snippets
Updated•7 years ago
|
Product: Snippets → Snippets Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•