Commit Graph

51 Commits (dc13a25bfbd52a50b2aae758393e16e90ba02dfc)

Author SHA1 Message Date
Ro dc13a25bfb Cleaned up package.json, style and script watchers now one command
Ro ee82fcaa20 responsive style for post editor, navigation, and settingsk
Ro 10946d5326 responsive for posts index plugged in
Ro c62fbf27c5 responsive for dash index plugged in
Ro 2f5d121284 fixed new routing issue with post listing
Ro c2290a2e26 implemented admin post filtering
Ro 57684e7a27 post submission bug fixes, styles fixes for nav section
Ro 5decfa92e2 plugged in prettier and eslint, deep cleaned code base
Ro cc19e14a25 cleaned up p.json, started post filtering
Ro a423dc2417 cleaned up on the fly syntax detection and highlighting in editor
Ro 0ed2f1ace7 simplifying editor refresh for now, still kind of weird
Ro 59c46f64e2 found a fixed weird text editor bug
Ro fb7e55369b started redesign of posts index
Ro 464f45136c header type adjustment
Roland Pulliam b99890d522 cleaned up dash index styles, cleaned up header
Ro fc59ab90f6 updated styles for dash index and settings pages
Ro fc1e44ad73 dash index redesigned and cleaned up
Ro 2bdeb81979 added email notification support for general smtp and mailgun
Ro 46f2bcf1ec moved config, nav updates on page status change in post editor
Ro 0021782037 added page removal and poste page status update from navigation area
Ro 27a1e670e3 moved settings file, completed nav ordering, switched to pm2
Ro 46d04ceb1e completed scaffolding for navigation sorting
Ro fb345a0b51 added mail protocol editing in settings
Ro 684d5bbf2d created develop branch for work in progress, master branch will be for most current releases
Ro e3d5146881 privacy and theme toggles up and running
Ro 2f439d11ff avatar and site background image uploads for settings plugged in
Ro 2749d0ab9f added avitar upload, created framework for dark and light theme, fixed inconsistent theme display bug
Ro e0ba70d475 got piping for updating settings working. still kinda crunchy.
Ro 37b75e1740 styles settings section, fixed minor bugs in settings json
Ro 069854d041 refactored settings methodology, added theme settings files, initiated settings page
Ro 3845ca9552 removed service workers, removed a ton of legacy code
Ro 3c410eb1b7 fixed weird line break bug in FF, moved html sanitization to backend. never trust a submit and a smile
Ro b0cb4d9229 completed CRUD functionality for new data syncing methodology. fuck. yes.
Ro 22af04f59a extracting out local db action to its own utility class
Ro ec5a58c49d made post syncing action a bit more clean and concise.
Ro c2b5d9a56c cleaned up post controller. much nice. wow smoother
Ro a7239a3027 updated post editing and creation for new data syncing methodology. finally.
Ro b057c50ad4 smoohted out update sync functionality for posts
Ro bc1b4fa3e8 implemented service workers and indexdb to handle data on the front end, still needs to be cleaned up but it works
Ro 1f52df297a quick commit for review
Ro 99db0dde71 moved custom tools to brain, got rid of react extensions, converted custom tools to es6
Ro 625bab02e5 changed reference 'entry' to 'post'; implemented status states for posts (featured, page, published)
Ro e75b50d804 fixed html render on new post bug; fixed cursor not moving on return in text editor bug
Ro c2de21b9b1 added db migration functionality, added published and featured to post data model
Ro 4d222719c8 completed add new post and delete post functionality, removed data requessts from RTE
Ro 7b6d849b10 changed dashboard color palette to be WCAG AA compliant
Ro 77f4a2721d rte ui restructuring, extracted editor to be a standalone compontent, module will be re-coded to follow suit
Ro 2b26d3b525 started smoothing out rte notifcation handling, cleaned up styles for date picker
Ro 47f76e65fc updated post data model for editited date, edited api to save editiable date
Ro 5229db1668 integrated date chooser with entry RTE