Commit Graph

74 Commits

Author SHA1 Message Date
Alicia Sykes 8b8bfcfca1 Merge branch 'master' of github.com:Lissy93/dashy into DOCS/updates-to-docs 2021-07-26 21:31:34 +01:00
Alicia Sykes 644739028f 📝 Adds docs for pageInfo.logo attribute 2021-07-26 20:50:53 +01:00
Alicia Sykes 367193ca5c 📝 Adds links to deployment resources under Getting Started --> Docker 2021-07-26 19:55:45 +01:00
Alicia Sykes 4b312dfadb Merge branch 'master' of github.com:Lissy93/dashy into DOCS/updates-to-docs 2021-07-25 14:21:14 +01:00
Alicia Sykes 5a37534d73 📝 Adds documentation for Language Switching 2021-07-25 13:38:39 +01:00
Alicia Sykes 938e8334e4 📝 Rewrites the Sections and Items section 2021-07-22 22:47:40 +01:00
Alicia Sykes b51c56d8e7 📝 Include note about custom shortcuts in Readme 2021-07-19 22:09:30 +01:00
Alicia Sykes 539b4e80f4 📝 Include note about custom shortcuts in Readme 2021-07-19 22:07:11 +01:00
Alicia Sykes b23b7e1d0a 📝 Adds docs for the UI theme configurator 2021-07-18 20:47:15 +01:00
Alicia Sykes 6afc761ead 📝 Adds 1-Click deployment to Render.com 2021-07-16 22:11:07 +01:00
Alicia Sykes 80081b9d75 📝 Adds Synk badge to readme 2021-07-05 21:14:36 +01:00
Alicia Sykes 266c37c326 📝 Adds Synk badge to readme, adds section docs, and updates configuring.md 2021-07-05 21:07:50 +01:00
Alicia Sykes e4c5fff066 📝 Updates icon docs, includes emoji feature 2021-07-03 17:13:11 +01:00
Alicia Sykes d99f56b913 📝 Shortens readme, and adds contribute links to showcase 2021-06-28 22:54:52 +01:00
Alicia Sykes 382f86edf0 📝 Creates showcase page 2021-06-26 16:44:25 +01:00
Alicia Sykes 4e7ca20700 📝 Documents opening methods in readme 2021-06-25 14:43:01 +01:00
Alicia Sykes 29f50139ca 📝 Documents opening methods in readme 2021-06-25 14:05:28 +01:00
Alicia Sykes 701ecb4707
📝 Updates badges on readme 2021-06-23 21:46:41 +01:00
Alicia Sykes 4a2c996dd2 📝 Updates badges on readme 2021-06-23 21:36:18 +01:00
Alicia Sykes 5d42d83c63 📝 Adds commands, status indicator interval and license tldr to reamde 2021-06-22 22:32:59 +01:00
Alicia Sykes fd9d6c9805
📝 Neatens icon docs in Readme 2021-06-21 19:48:30 +01:00
Alicia Sykes 659d2c7a26 📝 Writes docs for new icon features 2021-06-21 19:31:47 +01:00
Alicia Sykes fcfb1624d4 📝 Updates docs, including new configuration changes 2021-06-21 13:09:52 +01:00
Alicia Sykes ca3d171e47
Deletes author info from readme 2021-06-18 13:48:21 +01:00
Alicia Sykes f3bee653a0 Small docs updates 2021-06-15 14:21:37 +01:00
Alicia Sykes bc77fbdb71 Updates documentation :) 2021-06-14 20:46:39 +01:00
Alicia Sykes 6720b30448 Updates authentication documentation 2021-06-13 14:18:00 +01:00
Alicia Sykes 47cc35da6b Writes docs for authentication 2021-06-13 14:04:28 +01:00
Alicia Sykes 9e9a1c7fe7 Updates the docs 2021-06-12 16:26:18 +01:00
Alicia Sykes 089ac04f79 Adds support for Netlify 1-Click deployment, adds main script to package.json, updates name and adds docs 2021-06-11 21:28:27 +01:00
Alicia Sykes c2ec36baab Adds PWD deploy link, credits external services, links to discussions tab 2021-06-11 14:02:42 +01:00
Alicia Sykes 50bbce450f Adds PWD 1-click deploy 2021-06-11 13:38:55 +01:00
Alicia Sykes dbfbcf3284 Implements docker container healthchecks 2021-06-10 19:46:46 +01:00
Alicia Sykes 1e8e54b1f9 Improves documentation, github templates and readme 2021-06-09 14:03:56 +01:00
Alicia Sykes 5ef1ee5921
Added contributor chart 2021-06-07 22:24:38 +01:00
Alicia Sykes 61c2cc0b54 Greatly shortens the readme 2021-06-07 21:37:32 +01:00
Alicia Sykes 0f7bdec996 Final touches to the schema validator and JSON editor 2021-06-06 17:40:28 +01:00
Alicia Sykes 7d5a99d9d3 Calls config validator when serve starts, and adds documentation in readme 2021-06-05 20:21:15 +01:00
Alicia Sykes 10cc57afa0 Adds docker-compose file, updates readme, and fixes formating in server.js 2021-06-05 12:48:42 +01:00
Alicia Sykes 35bf27ee36 Adds license to package.json, updates Docker docs 2021-06-04 20:16:54 +01:00
Alicia Sykes ba247f7f9f Small changes to docs 2021-06-03 21:39:24 +01:00
Alicia Sykes fca9162f02 Adds option for a section to have an icon 2021-06-02 19:06:28 +01:00
Alicia Sykes 35289df0d9 Adds code editor for user to specify custom CSS 2021-05-31 17:01:00 +01:00
Alicia Sykes fdde53588e Adds custom CSS functionality 2021-05-31 15:17:54 +01:00
Alicia Sykes 10ec99d742 Lets the user specify number of items per row, fixes #7
Ussage: Under `displayData` for a given section, specify `layout: grid`, and then to set the number of horizontal items, use `itemCountX: 3`. You can also set `itemCountY` for number of items vertically, but this can be infered automatically if left blank.
2021-05-31 13:25:29 +01:00
Alicia Sykes 5b729cfbdd Finished of cloud backup and restore feature 2021-05-24 20:46:58 +01:00
Alicia Sykes 14787a97e3
Updates MIT, and specify license of dependencies 2021-05-20 19:01:52 +01:00
Alicia Sykes ce851b2f0c Shows toast on success, and other UX improvments 2021-05-17 19:38:18 +01:00
Alicia Sykes 8064a46b39 Adds menu to Config popup, adds delete and download functionality 2021-05-17 18:53:35 +01:00
Alicia Sykes 88a3ae9c3a Adds JSON editor component in config modal 2021-05-16 20:03:12 +01:00