FLUID-3148: Add page for "your download will be available shortly"

Metadata

Source
FLUID-3148
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Laurel Williams
Reporter
Laurel Williams
Created
2009-09-01T15:39:09.000-0400
Updated
2009-10-22T16:24:38.000-0400
Versions
N/A
Fixed Versions
  1. 1.2
Component
  1. Infusion Builder

Description

Find a way to provide simple feedback mechanism while building.

Comments

  • Laurel Williams commented 2009-09-02T15:24:54.000-0400

    Added and changed the following:

    Added a new div to CustomBuild.html with a download message in it. Moved the download form into the #customBuild div
    Added css class to new div to hide the download message initially.
    Added code to builder.js to toggle the #customBuild div to 'hidden' and the new div to 'shown'

    Not sure if this is the best place to do this or if some of the functionality should be in the component itself...am hoping that the reviewer will comment on this.