Age | Commit message (Collapse) | Author |
|
Grab new markup and styles from the `angular-app` branch. These include
some new things needed that came about once I built out the Angular app.
Set the textarea to a fixed height because I can't get 100% height to
work right now and don't have the time to figure it out.
|
|
Made as an "x" button to the right of the note load/edit link.
|
|
Create & style a save button to save your current note.
|
|
Style to have a header, fixed sidebar with links to notes, and lorem
ipsum as a main section.
|
|
* Add `main` action to HomeController
* Set `main` as our root route
* Create a view for `main` with dummy text
|
|
|
|
|
|
* Create routes for notes actions
* Add actions to NotesController allowing us to interact with it
through a JSON API
|
|
|
|
|
|
|