2c48b43b71 
								
							 
						 
						
							
							
								
								Use a CSS variable for the secondary theme color.  
							
							
							
						 
						
							2018-09-22 01:14:50 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								f397140e20 
								
							 
						 
						
							
							
								
								Make /logout operate on POST only.  
							
							
							
						 
						
							2018-08-17 22:23:40 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								8fdbd49f70 
								
							 
						 
						
							
							
								
								Minor html and style fixes.  
							
							... 
							
							
							
							Applied wrapping to the description <pre>s,
removed some css that referred to nonexistent things,
move some element tags inside the {%if%} that fills the contents. 
							
						 
						
							2018-08-17 22:05:16 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								f28e362c58 
								
							 
						 
						
							
							
								
								Add space between ok, cancel buttons on editor & confirmer.  
							
							
							
						 
						
							2018-08-16 19:46:33 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								1a4a0f8560 
								
							 
						 
						
							
							
								
								Replace all usage of "keybind" -> "hotkey".  
							
							... 
							
							
							
							Since hotkey was the prevailing term already. 
							
						 
						
							2018-08-16 19:45:14 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								f047235c48 
								
							 
						 
						
							
							
								
								Reorganize a bunch of javascript handlers.  
							
							... 
							
							
							
							The javascript is very inconsistent between pages. I'm trying to
start using a consistent pattern where the api call is kept in a
separate function from the ones that buttons and input boxes
talk to. 
							
						 
						
							2018-07-29 01:25:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								8447fb3343 
								
							 
						 
						
							
							
								
								Make deleting and unlinking tags require confirmation.  
							
							... 
							
							
							
							Added text inside the delete buttons and made them confirm. 
							
						 
						
							2018-07-28 20:25:25 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								fd6943fce1 
								
							 
						 
						
							
							
								
								Add code for creating buttions with confirmation prompts.  
							
							
							
						 
						
							2018-07-28 20:21:20 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								949f7177de 
								
							 
						 
						
							
							
								
								Add css class gray_button, for more neutral / cancel actions.  
							
							... 
							
							
							
							Red seems too aggressive and indicates danger when not appropriate.
Gray seems better for reverting to an already safe state. 
							
						 
						
							2018-07-28 20:18:10 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								89850497da 
								
							 
						 
						
							
							
								
								Apply the squared 3d button css to all <button>.  
							
							
							
						 
						
							2018-07-28 16:04:57 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								c840845c7d 
								
							 
						 
						
							
							
								
								Add namespacing to albums.js.  
							
							
							
						 
						
							2018-07-22 20:21:00 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								1bff642ca7 
								
							 
						 
						
							
							
								
								Add namespacing to hotkeys.js.  
							
							
							
						 
						
							2018-07-22 20:21:00 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								63a3ecfa88 
								
							 
						 
						
							
							
								
								Add namespacing to editor.js.  
							
							
							
						 
						
							2018-07-22 20:21:00 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								d7b9020585 
								
							 
						 
						
							
							
								
								Add namespacing to photoclipboard.js.  
							
							
							
						 
						
							2018-07-22 20:21:00 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								c7cce5a4e5 
								
							 
						 
						
							
							
								
								Add namespacing to common.js.  
							
							
							
						 
						
							2018-07-22 20:21:00 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								8a12a24e8e 
								
							 
						 
						
							
							
								
								Add tag_autocomplete.js.  
							
							... 
							
							
							
							Instead of embedding the entire tag list in the search.html template
every single time, this script loads the tags from the new,
cache-enabled endpoint /all_tags.json. Then we can use html5
datalists to create autocomplete forms on the search and photo pages. 
							
						 
						
							2018-07-22 20:19:05 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								5c97086df3 
								
							 
						 
						
							
							
								
								Improve hotkey framework by making own file & register function.  
							
							
							
						 
						
							2018-07-14 14:19:13 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								2901fefe65 
								
							 
						 
						
							
							
								
								Add more clipboard feature hotkeys.  
							
							
							
						 
						
							2018-07-14 02:54:39 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								984f6eb3c7 
								
							 
						 
						
							
							
								
								Add a clear button to the clipboard tray.  
							
							
							
						 
						
							2018-07-14 02:49:45 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								a12d8cada1 
								
							 
						 
						
							
							
								
								Don't capture ctrl+a if currently in a text field.  
							
							
							
						 
						
							2018-04-17 18:35:32 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								cfa5d269d1 
								
							 
						 
						
							
							
								
								Add keybinds CTRL+A and +D to select/deselect all cards.  
							
							
							
						 
						
							2018-03-23 11:58:39 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								27885df64e 
								
							 
						 
						
							
							
								
								Fix binding of the fallback handler.  
							
							
							
						 
						
							2018-03-23 10:25:03 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								45091c6596 
								
							 
						 
						
							
							
								
								Fix thumbnail height in CSS only, no html attr. Don't h-stretch.  
							
							
							
						 
						
							2018-03-10 19:53:29 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								6de0ad8e36 
								
							 
						 
						
							
							
								
								Oops, add this.open fallback to the open binder.  
							
							
							
						 
						
							2018-03-10 13:28:13 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								daf824caf5 
								
							 
						 
						
							
							
								
								Improve album page's use of data-editor-empty-text.  
							
							
							
						 
						
							2018-03-10 13:24:23 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								494d44aa03 
								
							 
						 
						
							
							
								
								Improve editor.js comments and usage of this.  
							
							... 
							
							
							
							I realized what I was doing wrong with `this`, so now the function
binder is much cleaner. 
							
						 
						
							2018-03-10 13:23:37 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								a1919a7725 
								
							 
						 
						
							
							
								
								Support giving title when creating albums. Two-step prompt.  
							
							
							
						 
						
							2018-03-09 17:38:40 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								5f7266c519 
								
							 
						 
						
							
							
								
								Add button to clear clipboard.  
							
							
							
						 
						
							2018-02-24 23:00:28 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								30c9148092 
								
							 
						 
						
							
							
								
								Move the remaining common css / js to their folders.  
							
							
							
						 
						
							2018-02-24 12:51:36 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								e359180467 
								
							 
						 
						
							
							
								
								Move clipboard_tray rules to own file in css folder.  
							
							
							
						 
						
							2018-02-24 01:06:27 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								aabcb61a9c 
								
							 
						 
						
							
							
								
								Create css folder. Move photo_card rules to own file.  
							
							
							
						 
						
							2018-02-24 00:58:43 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								840185072b 
								
							 
						 
						
							
							
								
								Move photoclipboard.js to the js folder.  
							
							
							
						 
						
							2018-02-24 00:47:44 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								56a998682d 
								
							 
						 
						
							
							
								
								Create js folder. Move Editor to its own file.  
							
							
							
						 
						
							2018-02-24 00:46:55 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								9c6cae7177 
								
							 
						 
						
							
							
								
								Use event listeners instead of setting onkeyup manually.  
							
							
							
						 
						
							2018-02-24 00:24:38 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								4b79308119 
								
							 
						 
						
							
							
								
								Move 0-item clipboard collapser to update_clipboard_tray.  
							
							
							
						 
						
							2018-02-22 13:36:31 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								2adadf9871 
								
							 
						 
						
							
							
								
								Rewrite tags.html with more Grid.  
							
							
							
						 
						
							2018-02-21 22:13:46 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								a9248d8cab 
								
							 
						 
						
							
							
								
								Add CSS clipboard_size; and other clip hook improvements.  
							
							... 
							
							
							
							Any element with class clipboard_size will have its text updated;
Removed the call to on_pageload from save_ because it redundantly
causes a load. Separate those update hooks. 
							
						 
						
							2018-02-20 20:20:20 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								91d445a877 
								
							 
						 
						
							
							
								
								Add new page /clipboard, with full photo cards.  
							
							
							
						 
						
							2018-02-17 19:12:34 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								ef5bbf5fc3 
								
							 
						 
						
							
							
								
								Split HTTP response dict into ["meta"] and ["data"].  
							
							
							
						 
						
							2018-02-17 18:47:17 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								b02374136f 
								
							 
						 
						
							
							
								
								Let the page add its own clipboard load/save hooks.  
							
							
							
						 
						
							2018-02-17 16:31:51 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								1b631b33e9 
								
							 
						 
						
							
							
								
								Make separate functions for HTTP get / post.  
							
							
							
						 
						
							2018-02-17 16:08:38 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								574ac9f656 
								
							 
						 
						
							
							
								
								Slightly scale down image thumbnail to match others.  
							
							... 
							
							
							
							It was too big! 
							
						 
						
							2018-02-16 23:30:27 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								75953c2999 
								
							 
						 
						
							
							
								
								Add docstrings to the photoclipboard functions.  
							
							
							
						 
						
							2018-01-19 22:24:07 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								e41532cff1 
								
							 
						 
						
							
							
								
								Rearrange some button CSS classes to be more generic.  
							
							... 
							
							
							
							Adds CSS variables for the highlight and shadow so they don't need
to be custom-defined for each color of button.
Elements should use more generic classes like green_button instead of
add_tag_button unless there's a good reason. 
							
						 
						
							2017-12-16 14:13:02 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								4a5583c091 
								
							 
						 
						
							
							
								
								Add tray_lines div so that tray_body might hold more buttons.  
							
							
							
						 
						
							2017-12-16 12:24:46 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								443d93ce18 
								
							 
						 
						
							
							
								
								Add the clipboard tray where users manage their photo clipboard.  
							
							... 
							
							
							
							Appearing on search and album pages, the tray is where you can
remove items from your clipboard without having to click on its
checkbox -- that photo card may not even be on the current page. 
							
						 
						
							2017-12-16 03:47:54 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								55f7da7bb2 
								
							 
						 
						
							
							
								
								Add the photo_clipboard feature with localStorage.  
							
							... 
							
							
							
							photo_card objects now have a checkbox which adds them
to the clipboard. No pasting or other operations yet. 
							
						 
						
							2017-12-09 17:48:56 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								f69d9d409d 
								
							 
						 
						
							
							
								
								Give the editor toolbox a CSS class.  
							
							
							
						 
						
							2017-12-08 11:59:27 -08:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								e592b55fb1 
								
							 
						 
						
							
							
								
								Use CSS Grid for the header container.  
							
							... 
							
							
							
							The elements still use flex for spacing simplicity. 
							
						 
						
							2017-08-01 18:37:25 -07:00 
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								f9524a1858 
								
							 
						 
						
							
							
								
								Switch to CSS Grid for the photo cards.  
							
							
							
						 
						
							2017-08-01 18:25:28 -07:00