- Oct 23, 2021
-
-
Yuanle Song authored
this list is used to transfer files to emacsos-com docker container webroot.
-
- Feb 17, 2019
-
-
Yuanle Song authored
added deploy doc in operational
-
Yuanle Song authored
should display 0 instead of empty string.
-
- Feb 07, 2017
-
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
This allow easier deployment
-
- Feb 03, 2017
-
-
Yuanle Song authored
-
- Jan 29, 2017
-
-
Yuanle Song authored
-
- Jan 28, 2017
-
-
Yuanle Song authored
- enable service worker. - added round operator. - tweaked UI for use on mobile browser.
-
Yuanle Song authored
add doUnaryOperator() function
-
Yuanle Song authored
- stack and trail buttons: use shorter label. - swap location of minus and return key. - add a round operator button. feature not implemented yet. - update fabfile to support zip/tar.gz distribution. - add doc about it runs slow on firefox mobile.
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
- update about page layout. use slide in page instead of a fixed position overlay. this works well on both desktop and mobile. - minor updates on about page text content. - update about page font-family. - on main UI, put title button on the rhs.
-
Yuanle Song authored
-
Yuanle Song authored
This is a demo of slide in "overlay".
-
Yuanle Song authored
This impl doesn't work well on mobile device. It's suitable for small pop-up window, not good for long texts.
-
Yuanle Song authored
-
Yuanle Song authored
- bugfix: click expand/shrink stack/trail button should not follow href link. - update UI a little. updated text for times button. - add flags to enable unit test. disable test by default.
-
- Jan 27, 2017
-
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
use Math.pow() instead.
-
Yuanle Song authored
keyboard is useful on the desktop. TAB and backspace is not supported yet.
-
Yuanle Song authored
-
Yuanle Song authored
added doc on how to add new operator button.
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
- implemented undo using snapshots. I kept recent 1000 snapshots in a bounded stack. note: snapshot must clone the underlying array instead of shadow copying. - bugfix: when input invalid number like "2.3.", the error msg was not shown on #error-msg. - use monospace font on #number-display
-
Yuanle Song authored
all basic things should be working except "undo" feature.
-
Yuanle Song authored
should be easy to use on portrait mode. landscape mode may require additional work to be pleasant.
-
Yuanle Song authored
add function in fsm and add relevant buttons on UI.
-
Yuanle Song authored
show scrollbar on stack and trait when content overflows.
-
Yuanle Song authored
-
Yuanle Song authored
- feature: backspace should delete number in stack in idle mode - add error handling for "division by 0" - bugfix on isNumberKey(), it's more strict now - show error msg in web UI
-
Yuanle Song authored
-
Yuanle Song authored
-
Yuanle Song authored
added unit test for it.
-
- Jan 26, 2017
-
-
Yuanle Song authored
-
Yuanle Song authored
-