perkeep/server/camlistored/ui
Aaron Boodman 99a4ff78f5 Remove Closure-based index page, as it is no longer used.
Change-Id: Ibd24c5785841ad1ff978576c4d83362ea0fd3fde
2014-03-22 06:19:29 -07: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 UI: reset search session data if empty result. 2014-03-21 00:53:01 +01: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 Inital support for camliContentImage. 2014-03-10 21:28:13 -07: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 Starting to fool around with property sheet UI 2014-02-27 01:57:49 -08:00
detail.js Inital support for camliContentImage. 2014-03-10 21:28:13 -07: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 Remove Closure-based index page, as it is no longer used. 2014-03-22 06:19:29 -07:00
index_react.js Fix bug where "Select as current set" item never shows up. 2014-03-16 21:38:43 -07: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
mobile.html ui: Add QR code for configuring mobile clients. 2014-02-21 19:58:54 -08:00
mobile_setup.css ui: Add QR code for configuring mobile clients. 2014-02-21 19:58:54 -08:00
mobile_setup.js ui: Add QR code for configuring mobile clients. 2014-02-21 19:58:54 -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 UI: add support for deleting selected permanodes 2014-03-06 23:05:20 +01: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 ui: fix link from old detail page to new UI detail page 2014-02-27 21:06:03 -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
property_sheet.css Starting to fool around with property sheet UI 2014-02-27 01:57:49 -08:00
property_sheet.js Starting to fool around with property sheet UI 2014-02-27 01:57:49 -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 Remove Closure-based index page, as it is no longer used. 2014-03-22 06:19:29 -07:00
server_connection.js UI: add support for deleting selected permanodes 2014-03-06 23:05:20 +01: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 Starting to fool around with property sheet UI 2014-02-27 01:57:49 -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
trash.svg UI: add support for deleting selected permanodes 2014-03-06 23:05:20 +01: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