Commit Graph

28 Commits

Author SHA1 Message Date
Paul van Tilburg 900ace01d3 Rename the package (and application) to Rocket Pinboard 2018-03-09 22:37:47 +01:00
Paul van Tilburg 95094a7d50 Replace the hardcoded title in the template by the one in the config 2018-03-09 22:28:15 +01:00
Paul van Tilburg 67d55cadc4 Rename list to note throughout the application 2018-01-26 21:18:04 +01:00
Paul van Tilburg 2c46179f4f Rename the application from wishlists to pinboard 2018-01-26 20:50:26 +01:00
Paul van Tilburg c4dcc6253f Add a footer; give the navbar the same style as the footer 2018-01-02 12:49:16 +01:00
Paul van Tilburg 0cf8335184 Add a refresh button for convenience 2018-01-02 12:34:03 +01:00
Paul van Tilburg 46c8220e16 Add a modal error dialog to the home index template and JavaScript 2018-01-02 12:11:26 +01:00
Paul van Tilburg 7d056b5008 Hide the navbar collapse on select via JS instead of HTML
Appearantly, if there is a data-toggle, the href/link part isn't
done anymore.
2018-01-01 22:01:00 +01:00
Paul van Tilburg 2ff634a01b Fix bold text example in Markdown help 2018-01-01 15:06:07 +01:00
Paul van Tilburg 783a71488e No longer use small buttons
They are hard to use in the mobile setting.  Also, now that the text labels
are gone, it is not much of an issue anymore.
2017-12-30 17:20:04 +01:00
Paul van Tilburg 673b58bdec Use a button toolbar and button group for easy hiding/showing 2017-12-30 17:14:20 +01:00
Paul van Tilburg 1f4beab939 Use icons instead of text labels for the buttons 2017-12-30 16:47:21 +01:00
Paul van Tilburg 99619d9e44 Add static assets of FontAwesome 5.0.2 2017-12-30 16:47:00 +01:00
Paul van Tilburg c39a065550 Immediately collapse the navbar after selecting a list 2017-12-30 16:18:13 +01:00
Paul van Tilburg 95e217a84d Add a Markdown edit help popover for the textarea
Also add an edit help button during editing to toggle the popover.
The popover is placed next to the textarea and is removed when
exiting edit mode.
2017-12-30 16:16:59 +01:00
Paul van Tilburg 09db743a9e Rework the entire UI to support multiple lists in one view
* The root location now shows all lists
* The specific list locations show only the specified list
* Each list can be individually edited
* Use the card columns (masonry) layout when showing all lists
* No longer support HTML previewing, just switch between editing
  and viewing (ala Github comments)
2017-12-29 23:56:24 +01:00
Paul van Tilburg 7f36f116a6 Switch to Sass based custom CSS
* Include the Bootstrap v4.0.0-beta3 SCSS sources
* Use the old custom.css as a basis for wishlist.scss
* Set the correct column count based on the media sizes
2017-12-29 23:55:12 +01:00
Paul van Tilburg 4f738891f2 Switch to using Bootstrap 4 cards 2017-12-29 20:20:10 +01:00
Paul van Tilburg a952765328 Rework the styling of a list box 2017-12-27 20:57:20 +01:00
Paul van Tilburg c72b3d1669 Style the list name the same as the list box/body 2017-12-27 20:29:30 +01:00
Paul van Tilburg 8f55d55388 Add favicons 2017-12-27 17:37:00 +01:00
Paul van Tilburg 7e17a33df6 Make the edit buttons smaller 2017-12-27 17:37:00 +01:00
Paul van Tilburg f50e4a8e42 Add an index to the List struct; use it to give lists text/background colors 2017-12-27 17:32:39 +01:00
Paul van Tilburg 39e4b3c0a7 Hook op JS code to make the UI work in the browser 2017-12-23 22:36:43 +01:00
Paul van Tilburg 23af7ab2be Complete rework the index view
* Manage the vector of loads lists in the state
* Use a struct as the context for the index template
* Rework the _layout and index templates; remove hardcoded examples
2017-12-23 22:20:57 +01:00
Paul van Tilburg 41b15ffdf7 Add a "static" index layout Tera template 2017-12-17 13:23:08 +01:00
Paul van Tilburg fbbbd65c15 Add a basic layout Tera template (with some custom CSS) 2017-12-17 13:22:59 +01:00
Paul van Tilburg f1b1d1e398 Add support for Tera templates 2017-12-06 16:47:55 +01:00