Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Interactive Config Editor #298

Merged
merged 102 commits into from
Oct 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
19ba9dc
:globe_with_meridians: Remove the word 'Open' from context menu
Lissy93 Oct 16, 2021
b9b9c30
:construction: Lays ground-work for the Edit Item modal form
Lissy93 Oct 16, 2021
8c3a8e9
:wrench: Support history-mode routing on Netlify
Lissy93 Oct 16, 2021
7a817c1
:zap: Generate and append a unique ID to each item
Lissy93 Oct 16, 2021
685d559
Merge branch 'master' of github.com:Lissy93/dashy into FEATURE/intera…
Lissy93 Oct 16, 2021
36cea32
:alien: Add getter to return specific item
Lissy93 Oct 16, 2021
716bb74
:paperclip: Adds option for description by input
Lissy93 Oct 16, 2021
677f0ee
:construction: Able to display form data from schema
Lissy93 Oct 16, 2021
f1fc013
:construction: You can now save items to VueX store, neat!
Lissy93 Oct 16, 2021
532d5e1
:memo: Adds solutions for when config not updating
Lissy93 Oct 16, 2021
b1e7ce2
:construction: You can now add more items, neat!
Lissy93 Oct 16, 2021
6ef2023
:bento: Adds icons for add + remove fields
Lissy93 Oct 16, 2021
307d371
:memo: Updates URL to TypeForm survey
Lissy93 Oct 17, 2021
8d84dbd
:construction: Adding and removing of all form items
Lissy93 Oct 17, 2021
b78db37
:sparkles: A drop-down select form component
Lissy93 Oct 17, 2021
3a3a26c
:green_heart: Remove duplicate style
Lissy93 Oct 17, 2021
71a0194
:sparkles: Made a radio-button component
Lissy93 Oct 17, 2021
5aefbb2
:construction: Now displays different input fields, dependeing on dat…
Lissy93 Oct 17, 2021
159748e
:sparkles: Show banner when in edit mode
Lissy93 Oct 17, 2021
08da96d
:zap: Adds mutation key for INITIALIZE_CONFIG
Lissy93 Oct 17, 2021
ef57a5b
:construction: Started on the save config banner
Lissy93 Oct 17, 2021
31a2d74
:zap: Turn on edit mode and close, then show banner on hompage when e…
Lissy93 Oct 17, 2021
e6bb509
:bento: Adds icons for the interactive config editor
Lissy93 Oct 18, 2021
6f0ee82
:iphone: Responsive mobile-support for form elements
Lissy93 Oct 18, 2021
0390613
:construction: Adds responsivness, translations, icons and layout to …
Lissy93 Oct 18, 2021
8a4f437
:lipstick: Creates configurable CSS variables for new config editor
Lissy93 Oct 18, 2021
1ed55b4
:art: Apply local style vars for embeded form elements, and adds in-c…
Lissy93 Oct 18, 2021
37e49ae
:see_no_evil: Perform deep copy of config, to reset pointers
Lissy93 Oct 18, 2021
cd40bb1
:zap: Fixes value not updating on form init
Lissy93 Oct 19, 2021
da7717b
:sparkles: Builds a modal for exporting config to file or clipboard
Lissy93 Oct 21, 2021
0585294
➕ Adds dependency, vue-json-tree-view for viewing config
Lissy93 Oct 21, 2021
68cd036
:globe_with_meridians: Adds new EN translations for editing, exportin…
Lissy93 Oct 21, 2021
4894778
:zap: Adds ExportConfigMenu to Home view
Lissy93 Oct 21, 2021
b90301e
:lipstick: Adds CSS for disabled SVG button option
Lissy93 Oct 21, 2021
7d0647f
:lipstick: Adds CSS option for tooltip to have higher z-index
Lissy93 Oct 21, 2021
4fe3d5c
:construction: Adds option for Move and Delete item, plus translations
Lissy93 Oct 21, 2021
fbbc5e0
:heavy_plus_sign: Imports Vue-JSON-tree component
Lissy93 Oct 21, 2021
269e6a9
:bento: Adds icons for editing, moving items
Lissy93 Oct 21, 2021
2876357
:fire: Replaces old export code, with new export modal
Lissy93 Oct 21, 2021
6f92779
:sparkles: Adds an option to enable edit mode, in settings
Lissy93 Oct 21, 2021
a48024e
:memo: Adds docs for Dashy remote access
Lissy93 Oct 21, 2021
8147f40
:sparkles: Adds ability to edit pageInfo through the UI
Lissy93 Oct 23, 2021
b1a7fce
:art: Move interactive-editor styles into own stylesheet
Lissy93 Oct 23, 2021
e6f3cae
:card_file_box: Update order and descriptors in schema for appConfig …
Lissy93 Oct 23, 2021
89737ff
:sparkles: Implements UI editor form for appConfig
Lissy93 Oct 23, 2021
e5d9463
:memo: Adds info for custom domain and remote access into Management …
Lissy93 Oct 23, 2021
e78bd07
:arrows_counterclockwise: Rebased from master
Lissy93 Oct 23, 2021
87bf926
:zap: If in edit mode, open item-edit instead of launching, onclick
Lissy93 Oct 23, 2021
0a00c9b
:nut_and_bolt: Adds updateSection functionality to store
Lissy93 Oct 24, 2021
fecd1c6
:sparkles: Builds edit section form and functionality
Lissy93 Oct 24, 2021
64bd506
:zap: Display a different tooltip, depending on if in edit mode
Lissy93 Oct 24, 2021
e0a7cbd
:zap: Adds index to section itterator, for editing
Lissy93 Oct 24, 2021
4667642
:zap: Refactors console-out into own function
Lissy93 Oct 24, 2021
7ac233e
:globe_with_meridians: Change stucture of context menu
Lissy93 Oct 24, 2021
d377289
:sparkles: Adds context menu for more options on Settings
Lissy93 Oct 24, 2021
51bcd23
:globe_with_meridians: Updates translation keys
Lissy93 Oct 24, 2021
f5965a7
:sparkles: Adds edit title button next to page title
Lissy93 Oct 24, 2021
640e605
:globe_with_meridians: Add translations for edit mode tooltip
Lissy93 Oct 24, 2021
df03046
:sparkles: Adds functionality for navigating to single-section view
Lissy93 Oct 24, 2021
9d36114
:construction: Creates copy part of move item
Lissy93 Oct 24, 2021
f4053d9
:convenience_store: Adds copy_item action to store
Lissy93 Oct 24, 2021
9bec26d
:art: Adds store and modal keys for move item
Lissy93 Oct 24, 2021
16e649c
:art: Update Input to accept Number or Text
Lissy93 Oct 24, 2021
91956d8
:zap: Convert hotkey value to Number
Lissy93 Oct 24, 2021
f450094
:card_file_box: Adds descriptors to schema
Lissy93 Oct 24, 2021
f398a37
:construction: Working on interactive editor, commiting to switch com…
Lissy93 Oct 24, 2021
31e172b
:sparkles: Implements move, copy and delete item, and delete section …
Lissy93 Oct 25, 2021
06d08a8
:sparkles: Implements Add new Item functionality
Lissy93 Oct 25, 2021
b882a38
:construction: WIP, redo layout and size, to use VueX state
Lissy93 Oct 25, 2021
70ebce4
:arrows_clockwise: Merge branch 'master' of github.com:Lissy93/dashy …
Lissy93 Oct 26, 2021
6bdc4fe
:zap: Reusable save/cancel buttons for new config editors
Lissy93 Oct 26, 2021
7cda665
:sparkles: Implements save to disk functionality
Lissy93 Oct 26, 2021
26f464f
:lipstick: Interactive editor style updates for Material Themes
Lissy93 Oct 26, 2021
2190b6e
:zap: Improved regex for url validation
Lissy93 Oct 26, 2021
4b29180
:art: Minor imprvments to code structure
Lissy93 Oct 26, 2021
3e7eae2
:globe_with_meridians: Updates structure for context menu in French t…
Lissy93 Oct 26, 2021
dde5b36
:bookmark: Bumps to 1.8.9 and updates changelog
Lissy93 Oct 26, 2021
016dfb1
:green_heart: Fixes CI
Lissy93 Oct 26, 2021
f999183
Update fr for interactive-editor
EVOTk Oct 27, 2021
793ada1
🌐 Update fr for interactive-editor
EVOTk Oct 27, 2021
dcdd101
🔀 Merge pull request #299 from EVOTk/interactive-editor-fr
Lissy93 Oct 27, 2021
08072f1
:zap: Adds info log for interactive-editor to store
Lissy93 Oct 27, 2021
b3b84c6
:card_file_box: Updates shcema title and description attributes
Lissy93 Oct 27, 2021
f135de5
:adhesive_bandage: Removes trailing curly brace
Lissy93 Oct 27, 2021
c7e6047
:lipstick: Min width for select dropdown
Lissy93 Oct 27, 2021
06dd8ed
:art: Use schema title attribute if available and fixed position save…
Lissy93 Oct 27, 2021
618ab1c
:art: Update to read + write conf from store
Lissy93 Oct 27, 2021
a19b8b8
:art: Updates data state for custom CSS
Lissy93 Oct 27, 2021
2facae3
:sparkles: Adds live preview mode to JSON editor
Lissy93 Oct 28, 2021
e4ea1c8
:zap: Radio button component accepts object input for options
Lissy93 Oct 28, 2021
229e67a
:zap: Updates key names
Lissy93 Oct 28, 2021
beb532b
:sparkles: Add new section functionality
Lissy93 Oct 29, 2021
a237ec0
:convenience_store: Adds setup / update section to store
Lissy93 Oct 29, 2021
f624dba
:exclamation: Adds status message keys to error handler
Lissy93 Oct 29, 2021
e6a6075
:zap: Add attribute for isNew to section form, to determine if editin…
Lissy93 Oct 29, 2021
fb13f84
:no_mouth: what am i doing with my life...
Lissy93 Oct 29, 2021
160f72e
:lipstick: Improved styling variables for config editor
Lissy93 Oct 29, 2021
e556445
:globe_with_meridians: Preview changes button, and Add section title
Lissy93 Oct 30, 2021
6f3570e
:convenience_store: Adds custom theme options to store
Lissy93 Oct 30, 2021
513b1cd
:fire: Remove no-longer needed prop attrs
Lissy93 Oct 30, 2021
168e52c
:zap: Item size and layout are now managed by store
Lissy93 Oct 30, 2021
785695b
:zap: Updates method of getting initial theme
Lissy93 Oct 30, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## ✨ 1.8.9 - All New Interactive Config Editor [PR #298](https://github.com/Lissy93/dashy/pull/298)
- Builds a new UI-based config editor
- Support for sections, items, app config and page info
- Live preview, and undoing of local changes
- Export config or write changes to disk through UI

## ✨ 1.8.8 - Improved Item Targets [PR #292](https://github.com/Lissy93/dashy/pull/292)
- Adds support for `_top` and `_parent` anchor targets on items, Re: #289
- Adds `appConfig.defaultOpeningMethod` option to specify default target
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@

- 🔎 Instant search by name, domain and tags + customizable hotkeys & keyboard shortcuts
- 🎨 Multiple built-in color themes, with UI color editor and support for custom CSS
- 🧸 Many options for icons, including Font-Awesome, homelab icons, auto-fetching favicon, images and emojis
- 🚦 Service status feature for each of your apps / links, for basic availability and uptime monitoring
- 🧸 Many icon options- Font-Awesome, homelab icons, auto-fetching favicon, images, emojis, etc
- 🚦 Status monitoring for each of your apps / links, for basic availability and uptime checking
- 💂 Optional authentication with multi-user access, configurable privileges and SSO support
- 🌎 Multi-language support, with more languages being added regularly
- ☁ Optional encrypted off-site cloud backup and restore feature available
- 💼 A workspace view, for easily switching between multiple apps at once
- 🌎 Multi-language support, with 10+ human-translated languages, and more on the way
- ☁ Optional, encrypted, free off-site cloud backup and restore feature available
- 💼 A workspace view, for easily switching between multiple apps at simultaneously
- 🛩️ A minimal view, for use as a fast-loading browser startpage
- 🖱️ Choose how to launch apps, either new tab, same tab, a pop-up modal or in the workspace view
- 🖱️ Choose app launch method, either new tab, same tab, a pop-up modal or in the workspace view
- 📏 Customizable layout, sizes, text, component visibility, sort order, behavior etc
- 🖼️ Option for full-screen background image, custom nav-bar links, html footer, title, etc
- 🚀 Easy to setup with Docker, or on bare metal, or with 1-Click cloud deployment
Expand All @@ -87,7 +87,7 @@
- 🤏 Small bundle size, fully responsive UI and PWA for basic offline access
- 🆓 100% free and open source
- 🔐 Strong focus on privacy
- 🌈 Plus lots more...
- 🌈 Plus loads more...

## Demo ⚡

Expand Down Expand Up @@ -534,7 +534,7 @@ If you're using Dashy, and would like to help support it's development, then tha
Several areas that we need a bit of help with at the moment are:
- Translating - Help make Dashy available to non-native English speakers by [adding youre language](./docs/multi-language-support.md#adding-a-new-language)
- Donate a small amount, by [Sponsoring @Lissy93 on GitHub](https://github.com/sponsors/Lissy93) and receive some extra perks!
- Complete a [short survey](https://n9fy6xak9yd.typeform.com/to/gl0L68ou), to have your say about future features
- Complete a [short survey](https://survey.typeform.com/to/gl0L68ou), to have your say about future features
- Share your dashboard in the [Showcase](https://github.com/Lissy93/dashy/blob/master/docs/showcase.md#dashy-showcase-), to provide inspiration for others
- Join the [discussion](https://github.com/Lissy93/dashy/discussions), help answer other users questions, suggest features, share tips and ask questions
- Spread the word, by sharing Dashy or a screenshot of your dashboard, to help new users discover it
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you speak another language, then adding translations would be really helpful,
## Take a 2-minute survey
Help improve Dashy by taking a very short, 6-question survey. This will give me a better understanding of what is important to you, so that I can make Dashy better in the future :)

[![Take the Survey](https://img.shields.io/badge/Take_the-Survey-%231a86fd?style=for-the-badge&logo=buddy)](https://n9fy6xak9yd.typeform.com/to/gl0L68ou)
[![Take the Survey](https://img.shields.io/badge/Take_the-Survey-%231a86fd?style=for-the-badge&logo=buddy)](https://survey.typeform.com/to/gl0L68ou)

## Share your dashboard
Dashy now has a [Showcase](https://github.com/Lissy93/dashy/blob/master/docs/showcase.md#dashy-showcase-) where you can show off a screenshot of your dashboard, and get inspiration from other users. I also really enjoy seeing how people are using Dashy. To [submit your dashboard](https://github.com/Lissy93/dashy/blob/master/docs/showcase.md#submitting-your-dashboard), please either open a PR or raise an issue.
Expand Down
Loading