Steven Truesdell
Steven Truesdell
Would anyone find it useful if we split the bundle entry points to a include a vendor entry? This way all vendor dependencies are compiled into their own bundle.
I haven't seen any check lists going around or a discussion on releasing the next branch so here we are. - [ ] Merge master bug fix pending PRs -...
This switches how `babel-preset-env` is used. Currently we look like ``` ['env', { es2015: { modules: false } }] ``` The es2015 portion was dropped a while back if I...
# Description As of right now, there is no way to add media to the media collection. Possible solutions: - Implement another uploader similar to / or the same as...
Running list for what needs documentation. If there's something you would like to see documented that I don't have on the list, leave a comment below and it will be...
# Description Currently navigating to the default admin route, /admin results in a blank page. Before the migration to React Router 4, multiple index routes were a non-issue. Exploration into...
# Description The layout for the admin dashboard appears to be fine until you get to a scene where scrolling needs to happen. Then all hell breaks loose. ## Steps...
# Description The list of all posts within the admin area (/admin/posts) is blank on the first load. Clicking the link in the sidebar a second time will display the...
# Description The list of all media within the admin area (/admin/media) is blank on the first load. Clicking an icon in the sidebar a second time will display the...
- [x] Swap out the text for icons. - [ ] Make everything pretty. - [ ] Allow user to show/hide from within their preferences.