Commit Graph

94 Commits

Author SHA1 Message Date
Alicia Sykes 04082763d3 🥅 Catch potential errors 2022-02-12 21:28:27 +00:00
Alicia Sykes 488cfc1c7b 🐛 Fixes empty section visible in search (#447) 2022-01-26 10:25:23 +00:00
Alicia Sykes 9933766adf 💄 Display horizontally in wide mode 2021-12-29 12:50:51 +00:00
Alicia Sykes 5194ba2244 🚧 A homepage mixin for sharing logic 2021-12-22 21:04:27 +00:00
Alicia Sykes 283d8c750e Builds CPU history widget 2021-12-15 02:17:17 +00:00
Alicia Sykes 19d3c03001 🔥 Remove previous widget implementation from Home page 2021-12-13 21:39:19 +00:00
Alicia Sykes 2075cbc222 Adds refresh button to widget, for reloading data 2021-12-13 16:22:24 +00:00
Alicia Sykes 490c8e73fa 🚧 Basic structure for widgets 2021-11-28 21:26:08 +00:00
Alicia Sykes e9344fc122 🐛 Fixes overlapping edit menu (#311) 2021-11-05 17:54:43 +00:00
Alicia Sykes 168e52c251 Item size and layout are now managed by store 2021-10-30 13:45:47 +01:00
Alicia Sykes 513b1cd955 🔥 Remove no-longer needed prop attrs 2021-10-30 13:23:54 +01:00
Alicia Sykes beb532b967 Add new section functionality 2021-10-29 19:16:10 +01:00
Alicia Sykes 7cda6651c0
Implements save to disk functionality 2021-10-26 17:02:17 +01:00
Alicia Sykes e0a7cbdf96 Adds index to section itterator, for editing 2021-10-24 13:31:13 +01:00
Alicia Sykes 48947785bd Adds ExportConfigMenu to Home view 2021-10-22 00:24:43 +01:00
Alicia Sykes 31a2d74461 Turn on edit mode and close, then show banner on hompage when edit mode on 2021-10-17 20:10:59 +01:00
Alicia Sykes 9270b85203 Builds single-section view 2021-10-15 21:49:34 +01:00
Alicia Sykes fddb77dec9 🔥 Implementation of VueX, delete all emit events 2021-10-10 14:32:54 +01:00
Alicia Sykes 004bffce18 🔥 Remove no longer needed props, replaced with VueX state 2021-10-09 22:41:28 +01:00
Alicia Sykes 0e5eca1b7b 🔥 Use VueX store instead of props for router 2021-10-09 19:42:51 +01:00
Alicia Sykes c8ec18a6a7 💄 (#250) Improved responsivness of auto layout 2021-10-02 21:51:24 +01:00
Alicia Sykes 98d50446a1 (#250) Adds option for custom column count 2021-10-02 18:24:58 +01:00
Alicia Sykes 0e8eb992fb 🚚 Refactor with new search util 2021-09-11 19:46:53 +01:00
Alicia Sykes 11f38c9177 Implements improved search 2021-08-22 13:36:54 +01:00
Alicia Sykes c83041882a 🚚 Rename ItemGroup → Section 2021-08-21 15:01:08 +01:00
Alicia Sykes 513be9d662 Adds efficiency checks to determine which icon CDNs are needed 2021-08-08 22:43:37 +01:00
Alicia Sykes c29e7105e2 🩹 Fixed a bunch of minor UI things 2021-08-07 15:15:53 +01:00
Alicia Sykes 38516d6dd2 ✏️ Re: #106 Fixes typo, deafault --> default 2021-07-31 18:33:52 +01:00
Alicia Sykes b90b612f91 🚨 Updates indentation, fixes linter warning 2021-07-24 11:36:37 +01:00
Alicia Sykes e02d33b0df 🌐 Adds en translations for Home and Search components 2021-07-22 22:33:47 +01:00
Alicia Sykes 78bb0afe30 🎈 Refactors external theme prop name 2021-07-17 20:03:44 +01:00
Alicia Sykes fe9f9f664a Improves the process for auto checking if Font-Awesome needed 2021-06-28 22:40:46 +01:00
Alicia Sykes d432e925b0 🩹 Fixed stickey footer, Chris Coyier to the rescue 2021-06-23 15:30:39 +01:00
Alicia Sykes 491c07ed67 Working on adding a workspace/ sidebar view 2021-06-15 14:22:22 +01:00
Alicia Sykes 3b9b974ae7 #19 - Settings container not visible in mobile 2021-06-08 16:15:44 +01:00
Alicia Sykes fca9162f02 Adds option for a section to have an icon 2021-06-02 19:06:28 +01:00
Alicia Sykes 453b162cac Adds new material theme 2021-06-02 16:05:42 +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 8064a46b39 Adds menu to Config popup, adds delete and download functionality 2021-05-17 18:53:35 +01:00
Alicia Sykes 25dc8cc4ea You can now edit sections and items from the UI 🤓 2021-05-16 21:17:32 +01:00
Alicia Sykes e05a04243d Added a data prop to be set when modal is open, in order to disable key bindings 2021-05-16 19:40:43 +01:00
Alicia Sykes 0e9aef3f30 Displays a tab view in the config modal, with raw YAML for downloading 2021-05-16 18:29:30 +01:00
Alicia Sykes b44707ab3c Adds option for custom background image and footer 2021-05-04 19:43:42 +01:00
Alicia Sykes 2831391ad4 Shows more specific message when there are no results 2021-05-04 19:01:18 +01:00
Alicia Sykes 3aba7f23da Adds additional safeguards for edge cases, and improves theme coverage 2021-05-04 14:49:25 +01:00
Alicia Sykes d2f14d3e19 Implements arrow key navigation 2021-04-20 19:54:09 +01:00
Alicia Sykes 3d342bb43d ♻️ Ensures all colors are using variables 2021-04-20 17:26:21 +01:00
Alicia Sykes f0106ea4b2 Fixed font awesome not loading 2021-04-17 17:48:09 +01:00
Alicia Sykes 8e7a99a2e7 Deoendency update 2021-04-16 18:43:33 +01:00
Alicia Sykes 56f2ba4155 Global contants for default keys 2021-04-16 15:36:30 +01:00