perkeep/server/camlistored/ui
Aaron Boodman 17e3799cda Turn Closure's DEBUG flag off.
This improves the performance of Promise construction, which
improves the performance of dropping large numbers of files onto
the UI at once.

There is still more we could do to improve dropping large numbers
of files (probably we should implement a work queue and not try
to start uploading them all in parallel), but this is a quick
solution and probably helps other parts of the code as well.

Change-Id: I398ba8d6776b38b1a61a22598099c52dc2130469
2014-02-14 19:18:54 -08:00
..
closure Convert some spaces to tabs. 2014-01-07 19:02:18 -08:00
TODO Further visual refinements to layout of homepage: 2013-10-04 14:04:38 -07:00
animation_loop.js Use the "cam" prefix for all camlistore JavaScript identifiers. 2014-01-07 21:47:45 -08:00
blob.js Use the "cam" prefix for all camlistore JavaScript identifiers. 2014-01-07 21:47:45 -08:00
blob_item.css Implement most of BlobItemContainer using React. 2014-01-15 20:17:21 -08:00
blob_item.js Make the order of require() calls consistent. 2014-01-07 22:12:28 -08:00
blob_item_container.css Yak shave to fix a layout glitch moments after page load. 2014-01-19 14:03:42 -08:00
blob_item_container.js Yak shave to fix a layout glitch moments after page load. 2014-01-19 14:03:42 -08:00
blob_item_container_react.js Fix regression where checkmarks don't turn blue on click. 2014-02-06 21:13:27 -08:00
blob_item_container_test.html Make the order of require() calls consistent. 2014-01-07 22:12:28 -08:00
blob_item_progress_test.html Added a loading 'image' to blobs. 2013-12-30 13:31:14 -08:00
blob_item_react.js Combine the 'Create permanode' feature with the existing 'Create set with x items'. 2014-02-05 10:05:38 -08:00
blob_item_test.html Use the "cam" prefix for all camlistore JavaScript identifiers. 2014-01-07 21:47:45 -08:00
blob_test.js Implement generalized navigation handling, use to implement escape handling in detail view. 2014-01-10 15:50:05 -08:00
blobinfo.css Convert some spaces to tabs. 2014-01-07 19:02:18 -08:00
blobinfo.html Use the "cam" prefix for all camlistore JavaScript identifiers. 2014-01-07 21:47:45 -08:00
blobinfo.js Make the order of require() calls consistent. 2014-01-07 22:12:28 -08:00
blog.html server/publish.go: use go html template for publishing 2013-11-19 17:50:26 +01:00
checkmark2.svg New Navigation UI. 2013-12-16 19:28:20 -08:00
checkmark2_blue.svg New Navigation UI. 2013-12-16 19:28:20 -08:00
circled_plus.svg Redraw most of the rest of the svg icons from scratch. There are two harder ones left. 2013-12-17 22:26:27 -08:00
clear.svg Redraw most of the rest of the svg icons from scratch. There are two harder ones left. 2013-12-17 22:26:27 -08:00
close.svg Add an explicit close gesture to the nav. Going to try this out for awhile. 2013-12-18 19:51:32 -08:00
closure-toolbar-bg.png ui: use local sprite for the toolbar bg 2013-07-05 20:01:00 +02:00
debug.html Use the "cam" prefix for all camlistore JavaScript identifiers. 2014-01-07 21:47:45 -08:00
detail.css Make piggy walk in direction of navigation. 2014-01-02 16:03:47 -08:00
detail.js Merge "Save scroll position and restore on back or escape from detail." 2014-01-19 20:29:15 +00:00
down.svg Redraw most of the rest of the svg icons from scratch. There are two harder ones left. 2013-12-17 22:26:27 -08:00
file.png Further visual refinements to layout of homepage: 2013-10-04 14:04:38 -07:00
fileembed.go Move to "G+-style" selection. 2013-10-03 22:06:31 +00:00
fileembed_appengine.go appengine: fix the UI 2013-08-16 18:49:51 +02:00
fileembed_normal.go closure: GenJSDeps now takes a VFS, delete ui/deps.js 2013-07-05 19:43:22 +02:00
filetree.css Convert some spaces to tabs. 2014-01-07 19:02:18 -08:00
filetree.html Use the "cam" prefix for all camlistore JavaScript identifiers. 2014-01-07 21:47:45 -08:00
filetree.js Make the order of require() calls consistent. 2014-01-07 22:12:28 -08:00
folder.png Further visual refinements to layout of homepage: 2013-10-04 14:04:38 -07:00
gallery.html server/publish.go: use go html template for publishing 2013-11-19 17:50:26 +01:00
hash_worker.js Use the "cam" prefix for all camlistore JavaScript identifiers. 2014-01-07 21:47:45 -08:00
icon_16716.svg New Navigation UI. 2013-12-16 19:28:20 -08:00
icon_27307.svg New Navigation UI. 2013-12-16 19:28:20 -08:00
image_utils.js Use the "cam" prefix for all camlistore JavaScript identifiers. 2014-01-07 21:47:45 -08:00
index.css Wire drag and drop file uploads back up. 2014-01-19 01:06:05 -08:00
index.html Turn Closure's DEBUG flag off. 2014-02-14 19:18:54 -08:00
index.js Turn React-based UI on by default. 2014-01-20 11:32:04 -08:00
index_react.js Fix regression in navigation to non-image file. 2014-02-11 06:39:30 -08:00
js-notes.txt Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
magnifying_glass.svg New Navigation UI. 2013-12-16 19:28:20 -08:00
math.js Implement most of BlobItemContainer using React. 2014-01-15 20:17:21 -08:00
nav.css Convert the rest of the files in server/camlistore/ui to tabs. 2014-01-07 19:55:48 -08:00
nav.js Implement generalized navigation handling, use to implement escape handling in detail view. 2014-01-10 15:50:05 -08:00
nav_react.js Fix bug where nav is not open when returning from detail page if was open when left. 2014-01-19 01:21:44 -08:00
navigator.js Implement generalized navigation handling, use to implement escape handling in detail view. 2014-01-10 15:50:05 -08:00
navigator_test.js Implement generalized navigation handling, use to implement escape handling in detail view. 2014-01-10 15:50:05 -08:00
new_permanode.svg Redraw most of the rest of the svg icons from scratch. There are two harder ones left. 2013-12-17 22:26:27 -08:00
node.png Tile images nicely within BlobItemContainer. 2013-08-01 22:25:52 -07:00
object.js Use the "cam" prefix for all camlistore JavaScript identifiers. 2014-01-07 21:47:45 -08:00
permanode.css Convert the rest of the files in server/camlistore/ui to tabs. 2014-01-07 19:55:48 -08:00
permanode.html Use the "cam" prefix for all camlistore JavaScript identifiers. 2014-01-07 21:47:45 -08:00
permanode.js Make the order of require() calls consistent. 2014-01-07 22:12:28 -08:00
pics.css Convert the rest of the files in server/camlistore/ui to tabs. 2014-01-07 19:55:48 -08:00
pics.js Make the order of require() calls consistent. 2014-01-07 22:12:28 -08:00
pyramid_throbber.css Implement most of BlobItemContainer using React. 2014-01-15 20:17:21 -08:00
pyramid_throbber.js Implement most of BlobItemContainer using React. 2014-01-15 20:17:21 -08:00
react_util.js Convert nav to React. 2014-01-15 20:14:45 -08:00
safe-no-wheel.svg Adds camlistore.Spinner, a progress meter based on the safe icon. 2013-12-01 10:08:47 -08:00
safe-wheel.svg Adds camlistore.Spinner, a progress meter based on the safe icon. 2013-12-01 10:08:47 -08:00
safe1-16.png Combine search and index page functionality. 2013-10-16 01:08:02 -07:00
safe1-32.png Combine search and index page functionality. 2013-10-16 01:08:02 -07:00
safe1.svg Adds camlistore.Spinner, a progress meter based on the safe icon. 2013-12-01 10:08:47 -08:00
search_session.js ui: check for non nil results before using them 2014-01-28 00:14:20 +01:00
server_connection.js Make the order of require() calls consistent. 2014-01-07 22:12:28 -08:00
server_type.js Use the "cam" prefix for all camlistore JavaScript identifiers. 2014-01-07 21:47:45 -08:00
sigdebug.js Make the order of require() calls consistent. 2014-01-07 22:12:28 -08:00
spinner.css Convert the rest of the files in server/camlistore/ui to tabs. 2014-01-07 19:55:48 -08:00
spinner.js Make the order of require() calls consistent. 2014-01-07 22:12:28 -08:00
spinner_test.html Use the "cam" prefix for all camlistore JavaScript identifiers. 2014-01-07 21:47:45 -08:00
sprited_animation.js Make the order of require() calls consistent. 2014-01-07 22:12:28 -08:00
sprited_image.js Hardware accelerate the piggy. 2014-01-15 20:54:21 -08:00
style.js Use the "cam" prefix for all camlistore JavaScript identifiers. 2014-01-07 21:47:45 -08:00
target.svg Redraw most of the rest of the svg icons from scratch. There are two harder ones left. 2013-12-17 22:26:27 -08:00
ui_test.go Add jstests.go, a unit test harness for JavaScript files. 2014-01-06 20:21:43 -08:00
up.svg Redraw most of the rest of the svg icons from scratch. There are two harder ones left. 2013-12-17 22:26:27 -08:00
worker_message_router.js Use the "cam" prefix for all camlistore JavaScript identifiers. 2014-01-07 21:47:45 -08:00
wsdebug.html Convert the rest of the files in server/camlistore/ui to tabs. 2014-01-07 19:55:48 -08:00