* Custom built, simple notification system.
* `showNotification(“Hamburger?”);` Android Toast style messages can
appear at the top middle of the screen.
* Use `?notify=Hello,+world!` to test.
* Each new message overwrites the last.
* The notifications are locked to the top middle of the page.
* `showNotification(“Hamburger!”);` Android Toast style messages can
appear at the top middle of the screen.
NOTE: The right edge of the notification is clipped. I need some sleep
so I will take another look at it tomorrow.
* Auto settings drawer opener (to help use support users).
* Removing experiments favicons and logos (because choices were made by
@rnpenguin).
* Glyph Fonts folder renamed to reflect usage: /static**/fonts** was
renamed to /static**/glyphs**.
* Hamburger?