Commit Graph

269 Commits

Author SHA1 Message Date
Alicia Sykes f6e0092190 🌐 Adds translations for language-switcher component 2021-07-24 22:02:49 +01:00
Alicia Sykes a829099631 Removed demo language, adds note when thres only 1 language 2021-07-24 21:57:45 +01:00
Alicia Sykes 914b381436 🗃️ Adds language attribute to appConfig, so user can set language 2021-07-24 21:50:33 +01:00
Alicia Sykes bb82e312b0 🌐 Updates translations, adds test German lang 2021-07-24 21:42:37 +01:00
Alicia Sykes 107ead5046 💄 Updates styling for dropdown component 2021-07-24 21:41:50 +01:00
Alicia Sykes a18574dcd6 Auto loads users prefered language 2021-07-24 21:41:16 +01:00
Alicia Sykes b1f176260b 🗺️ Adds default value for language, English 2021-07-24 21:40:21 +01:00
Alicia Sykes 075e63f9b5 🔥 Adds language into Config handlers 2021-07-24 21:39:14 +01:00
Alicia Sykes 1faa36f7df Writes handler util for managing languages 2021-07-24 21:38:38 +01:00
Alicia Sykes a15255afb8 Implements language switcher into config component 2021-07-24 21:36:13 +01:00
Alicia Sykes e5cdc6555d 🍱 Adds an icon for language switching 2021-07-24 21:34:43 +01:00
Alicia Sykes afa2745194 Build a language switcher component 2021-07-24 21:33:58 +01:00
Alicia Sykes c8a73dbda6 Adds a util file for easier language adding 2021-07-24 16:47:14 +01:00
Alicia Sykes 55aeb44c1a 🌐 Adds localisation for Settings, Config and Theme maker 2021-07-24 16:18:28 +01:00
Alicia Sykes ef3468e2fb 🌐 Translations for app config, json editor, rebuild dialog and css dialog 2021-07-24 14:18:48 +01:00
Alicia Sykes 921af8def1 🌐 Adds translations for Cloud Sync form 2021-07-24 12:57:32 +01:00
Alicia Sykes 1a2731220a 🌐 Adds translations for Login page 2021-07-24 12:01:12 +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 0606cb07ae Implements localisation 2021-07-22 22:20:03 +01:00
Alicia Sykes f22b1b0d42
🔀 Merge pull request #94 from Lissy93/FEATURE/service-keyboard-shortcuts
[FEATURE] Support custom keybindings
2021-07-19 22:23:53 +01:00
Alicia Sykes 3781d119de 🚑 HOTFIX - Theme editors close function was breaking instant-search while modal open 2021-07-19 22:22:39 +01:00
Alicia Sykes b51aff6dbd 🗃️ Adds new attribute, item.hotkey for quick launching 2021-07-19 21:55:56 +01:00
Alicia Sykes 4843802268 Shows icon on hover for items with hotkey bound 2021-07-19 21:55:05 +01:00
Alicia Sykes 642c42bfe2 Adds new prop for hotkey, will pass down to OpeningMethod 2021-07-19 21:54:38 +01:00
Alicia Sykes 23d7339be8 Handles the launching of items using custom hotkey 2021-07-19 21:52:54 +01:00
Alicia Sykes 5c3667003a Adds new helper function to handle item hotkeys 2021-07-19 21:52:12 +01:00
Alicia Sykes fa8062739c Adds built-in color swatches, for easier theme building 2021-07-18 20:46:42 +01:00
Alicia Sykes f5eb8f262c 🔥 Applies users colors to workspace, fixes spacing on CSS config view, and improves theme reset process 2021-07-18 17:57:11 +01:00
Alicia Sykes 514edcbde9 🏗️ Reads custom colors from conf as well as local storage 2021-07-18 17:55:55 +01:00
Alicia Sykes 1f40a12ac2 🗃️ Adds new attribute 'customColors' under appConfig 2021-07-18 17:54:28 +01:00
Alicia Sykes 97f3e3c747 Adds export styles functionality 2021-07-18 16:54:36 +01:00
Alicia Sykes 4c44ddef26 Users custom colors are applied on load 2021-07-18 16:37:55 +01:00
Alicia Sykes 04b98ae66c Adds custom theme configurator to the style tab of config menu 2021-07-18 10:11:33 +01:00
Alicia Sykes 3ff830ea95 Enables users chosen colors to be saved in storage 2021-07-18 09:46:13 +01:00
Alicia Sykes 7205041b00 🚧 WIP - Handles modification of non-color css variables 2021-07-17 22:15:11 +01:00
Alicia Sykes 942e47c41b 🚧 WIP Built the get all variables feature 2021-07-17 21:29:16 +01:00
Alicia Sykes 2f04a5ec6c 🚧 WIP Built the form for theme color configurator 2021-07-17 20:05:00 +01:00
Alicia Sykes 78bb0afe30 🎈 Refactors external theme prop name 2021-07-17 20:03:44 +01:00
Alicia Sykes 309c249e9a 🐛 Fixes Firefox bug, broken height on config container 2021-07-17 15:01:32 +01:00
Alicia Sykes 0926d45f50 Merge branch 'master' of github.com:Lissy93/dashy into FEATURE/custom-theme-configurator 2021-07-17 14:55:40 +01:00
Alicia Sykes f118388f09 Adds ability for user to pass in their own stylesheet with Docker 2021-07-16 22:06:10 +01:00
Alicia Sykes 7bdc47a980 🚧 Adds color swatch, writes function to calculate brightness, and finds all available css vars 2021-07-16 21:08:52 +01:00
Alicia Sykes aaacb22c15 🔥 Moves theme configurator to its own component 2021-07-16 21:07:54 +01:00
Alicia Sykes 2e5f0c6bb7 💄 Adds new theme, Oblivion 2021-07-14 21:24:43 +01:00
Alicia Sykes dcbc2ffc6f 🎨 Improves spacing around font-awesome icons 2021-07-14 21:24:07 +01:00
Alicia Sykes f256302971 🔃 Rebased of master 2021-07-14 20:28:12 +01:00
Alicia Sykes 3b38763fdd 🎨 Makes vapourwave theme less ugly, fixes cyberpunk contrast ratio 2021-07-12 23:30:11 +01:00
Alicia Sykes 3d4c7118ba 💬 Updates copy to include estimated built time after config write 2021-07-12 23:29:25 +01:00
Alicia Sykes 65aa971099 🚧 WIP - working on the custom theme feature 2021-07-11 20:52:12 +01:00