pixel-editor/views
pxlvxl a1757553cf Various changes
- added `/:paletteSlug/:resolution` functionality for localhost testing
	- created `currFile.sublayers` for *things that should zoom with the canvas layers*
	- `currFile.layers` now solely contains the canvas layers
	- added `getProjectData` to `FileManager`'s exported methods
	---
	- added `FileManager.localStorageSave` (it's basically just: localStorage.setItem("lpe-cache",FileManager.getProjectData()))
	- added `FileManager.localStorageCheck` (it's basically just: `!!localStorage.getItem("lpe-cache")`)
	- added `FileManager.localStorageLoad` (it's basically just: `return localStorage.getItem("lpe-cache")`)
	- added `FileManager.localStorageReset` (for debugging purity)
	---
	- calling `FileManager.localStorageSave()` on mouse up (we should stress test this)
	---
	- changed lpe file format to `{canvasWidth:number,canvasHeight:number,selectedLayer:number,colors:[],layers:[]}`
	- added backward compatibility for the old lpe file format
	---
	- added some canvas utility functions in `canvas_util`
	- added Unsettled's color similarity utility functions in `color_util2`
	---
	- html boilerplate - wang tiles
	-
	- POC - tiny text boilerplate
	- POC - tiny text font scraper
	---
	- WIP - added two optional url route parameters `/:paletteSlug/:resolution/:prefillWidth/:prefillBinaryStr`
	- WIP POC - hbs_parser.js (outputs tree data about hbs file relationships)
2022-02-23 11:16:23 -05:00
..
components Fixed topbar css 2022-01-31 00:16:27 +01:00
logs Updated splash page 2022-01-31 23:50:18 +01:00
popups Various changes 2022-02-23 11:16:23 -05:00
canvases.hbs Various changes 2022-02-23 11:16:23 -05:00
colors-menu.hbs ported to static site, removed _ext folder, split hbs files into partials 2021-07-06 17:24:20 -04:00
compatibility-warning.hbs Fixed #48 and #47 2021-12-12 18:37:16 +01:00
holders.hbs ported to static site, removed _ext folder, split hbs files into partials 2021-07-06 17:24:20 -04:00
index.hbs fixed urls 2022-01-13 14:40:35 -05:00
latestLog.hbs Various changes 2022-02-23 11:16:23 -05:00
layers-menu.hbs Various changes 2022-02-23 11:16:23 -05:00
layout-contribute.hbs ported to static site, removed _ext folder, split hbs files into partials 2021-07-06 17:24:20 -04:00
main-menu.hbs Various changes 2022-02-23 11:16:23 -05:00
preload.hbs fixed urls 2022-01-13 14:40:35 -05:00
tool-previews.hbs ported to static site, removed _ext folder, split hbs files into partials 2021-07-06 17:24:20 -04:00
tools-menu.hbs Various changes 2022-02-23 11:16:23 -05:00