Alicia Sykes
e75b0c780f
✨ Implements frontend work for Rebuild App functionality
2021-06-20 16:51:23 +01:00
Alicia Sykes
6337e5d7e4
Merge branch 'master' of github.com:Lissy93/server-start-page into feature_write-config-to-file-system
2021-06-19 14:26:45 +01:00
Alicia Sykes
a3a84e5b49
Re: #39 - Adds specifc styles to fix status indicator tooltip
...
Fixes styling issue causing status check tooltip to not be visible in certain themes
2021-06-19 14:12:50 +01:00
Alicia Sykes
c81d57f02d
Adds new color variable for styling status check tooltips
2021-06-19 14:10:55 +01:00
Alicia Sykes
a954f8c0fb
Adds new property, appConfig.allowConfigEdit
, in order to allow / prevent the user from writing changes to the conf file from the UI
2021-06-19 13:54:48 +01:00
Alicia Sykes
3a22283f3c
Implemented a workspace feature
2021-06-17 22:59:56 +01:00
Alicia Sykes
50b5b7a081
Updates the About page, with Help details
2021-06-17 22:58:09 +01:00
Alicia Sykes
69dbb4d3ad
Move dimension-related CSS vars to their own file
2021-06-17 22:24:34 +01:00
Alicia Sykes
c92083f88f
Commiting in order to switch computers
2021-06-17 13:34:02 +01:00
Alicia Sykes
491c07ed67
Working on adding a workspace/ sidebar view
2021-06-15 14:22:22 +01:00
Alicia Sykes
9af4af75ec
Specifies text highlight color, and adds variable
2021-06-15 13:08:46 +01:00
Alicia Sykes
7c13d1d14c
Adds content to the About page
2021-06-15 13:07:02 +01:00
Alicia Sykes
0b1f66b7b7
Adds an (optional) status check feature, plus some refactoring
2021-06-14 20:44:07 +01:00
Alicia Sykes
25ee90b987
Adds functionality and supporting components for frontend authentication
2021-06-13 09:40:40 +01:00
Alicia Sykes
8665c6010d
Adds new fields for user authentication
2021-06-13 09:39:44 +01:00
Alicia Sykes
6476afbfa0
Enables the user to add raw HTML and inline CSS into the footer, Re: #28
2021-06-12 12:27:21 +01:00
Ryan Turner
49188f40ac
fix: update link in footer with new repo name
...
The footer link to viewing the source code sends users to the wrong repository. This repo must've been named "panel" in a past life, but now it is "dashy". This resolves the issue.
2021-06-11 14:19:38 -05:00
Alicia Sykes
f6cecaf3bb
Show splash screen while loading for first time
2021-06-11 17:18:07 +01:00
Alicia Sykes
506509fa04
Updates developing and contributing docs, and a small fix in material theme
2021-06-11 15:56:49 +01:00
Alicia Sykes
dbc2fae6d6
Fixed lint errors caused by octal character, and added missing yaml dependency
2021-06-11 15:23:25 +01:00
Alicia Sykes
089ceb3e56
Show scrollbar on smaller screens
2021-06-09 14:03:32 +01:00
Alicia Sykes
7ab32686ba
Adds note on small screens
2021-06-09 14:03:15 +01:00
Alicia Sykes
3b9b974ae7
#19 - Settings container not visible in mobile
2021-06-08 16:15:44 +01:00
Alicia Sykes
b03bedd227
Replaces v-if with css display none
...
This fixes theme not being applied on load when settings are hidden, since the theme selector component will still be mounted, just not visible
2021-06-08 14:44:06 +01:00
Alicia Sykes
75aa15dbf0
Adds minimum dimensions for modal
2021-06-08 14:41:49 +01:00
Alicia Sykes
dc15f290fd
Removes explicit use of Ajv. Fixes #17
2021-06-08 14:01:04 +01:00
Alicia Sykes
0e86d0dbfb
Converted schema from JavaScript into JSON
2021-06-07 16:01:11 +01:00
Alicia Sykes
0f7bdec996
Final touches to the schema validator and JSON editor
2021-06-06 17:40:28 +01:00
Alicia Sykes
89ac1d1e36
Implemented config validation into the JSON editor
2021-06-06 17:09:37 +01:00
Alicia Sykes
d27fbaac55
Wrote a script to validate user config against schema
2021-06-05 20:14:18 +01:00
Alicia Sykes
f3381a6e0a
Wrote a script to validate user config against schema
2021-06-05 20:12:53 +01:00
Alicia Sykes
ea35f3a846
Wrote a schema, to help users validate their app config
2021-06-05 16:09:07 +01:00
Alicia Sykes
9ae8fe921e
Includes note in the UI better highlighting that web-based config is only applied locally
2021-06-03 19:25:42 +01:00
Alicia Sykes
78314f96c6
Adds ability for user to show/ hide settings menu
...
For a cleaner, less clutterd UI
2021-06-03 12:19:55 +01:00
Alicia Sykes
fca9162f02
Adds option for a section to have an icon
2021-06-02 19:06:28 +01:00
Alicia Sykes
f08a4dfbad
Adds material dark theme
2021-06-02 18:54:57 +01:00
Alicia Sykes
453b162cac
Adds new material theme
2021-06-02 16:05:42 +01:00
Alicia Sykes
9cf720e711
New material theme, additional fonts, more complete theme coverage, and bug fixes
2021-06-01 22:44:59 +01:00
Alicia Sykes
b60b8db884
Adds 2 new themes, minimal-dark, and minimal-light
2021-06-01 14:24:18 +01:00
Alicia Sykes
35289df0d9
Adds code editor for user to specify custom CSS
2021-05-31 17:01:00 +01:00
Alicia Sykes
0edf235178
Adds sytnax highlighting to the YAML export
2021-05-31 16:10:12 +01:00
Alicia Sykes
fdde53588e
Adds custom CSS functionality
2021-05-31 15:17:54 +01:00
Alicia Sykes
a75db93e8e
Adds fancy scrollbar
2021-05-31 14:25:25 +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
9020caa4e3
Fixed bug causing error for adding navbar items to empty list
2021-05-29 23:02:00 +01:00
Alicia Sykes
d3ff42a5e1
Adds note about local data, plus UI improvments
2021-05-29 23:01:07 +01:00
Alicia Sykes
a632634218
Launch backup sync menu from config menu
2021-05-29 23:00:06 +01:00
Alicia Sykes
4104dd119f
Fixed typo in Saved dialog, Re #7
2021-05-29 22:59:25 +01:00
Alicia Sykes
9a573d8ac7
Disable searching when item iframe is open
2021-05-29 22:57:48 +01:00
Alicia Sykes
5b729cfbdd
Finished of cloud backup and restore feature
2021-05-24 20:46:58 +01:00
Alicia Sykes
0e43e91d84
Adds update restore from backup functionality
2021-05-24 18:59:35 +01:00
Alicia Sykes
bdb6e310e8
Adds update backup functionality
2021-05-24 17:39:05 +01:00
Alicia Sykes
44b2594dfa
Adds backup functionality
2021-05-24 17:25:16 +01:00
Alicia Sykes
8ffbfb8123
Started on some very basic crypto
2021-05-23 22:11:25 +01:00
Alicia Sykes
83d94b76be
Adds a settings menu icon, and pop-up modal for cloud backup and restore
2021-05-23 20:22:31 +01:00
Alicia Sykes
b3e40d446f
Adds icons for cloud backup and restore feature
2021-05-23 20:21:55 +01:00
Alicia Sykes
a74b45136e
Creates skeleton input and button form component
2021-05-23 20:21:29 +01:00
Alicia Sykes
34e0467889
Doesnt add nav items if text field is empty
2021-05-18 16:20:35 +01:00
Alicia Sykes
5353c3ab90
Adds ability for user to add custom nav bar links plus UI improvments
2021-05-18 15:22:11 +01:00
Alicia Sykes
e59f501dab
Completes basic functionality for UI configuration
2021-05-17 21:04:50 +01:00
Alicia Sykes
062f48a6ef
Almost finished form that lets user set PageInfo
2021-05-17 20:48:42 +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
25dc8cc4ea
You can now edit sections and items from the UI 🤓
2021-05-16 21:17:32 +01:00
Alicia Sykes
88a3ae9c3a
Adds JSON editor component in config modal
2021-05-16 20:03:12 +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
52bf47d91e
A function that converts JSON into YAML for downloading
2021-05-16 18:28:24 +01:00
Alicia Sykes
d59379bcd4
Adds a button to open modal
2021-05-16 15:12:22 +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
5e10cb2140
Removes animation on colorful theme, and updates initial config
2021-05-02 15:50:31 +01:00
Alicia Sykes
c6f8a629f6
Things and Stuff
2021-05-02 13:52:30 +01:00
Alicia Sykes
0a68333f6c
Completes arrow-key navigation functionality
2021-04-23 19:51:10 +01:00
Alicia Sykes
baff357854
Basic up and down arrow functionality
2021-04-23 16:07:29 +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
9f70181422
Allows user to customize navigation links
2021-04-20 15:49:37 +01:00
Alicia Sykes
7c016ac2e8
�� Refactor CSS to use constants for media queries
2021-04-20 15:12:58 +01:00
Alicia Sykes
33127ab414
Adds variable size for Font Awesome, and upgrades to premium
2021-04-20 10:33:06 +01:00
Alicia Sykes
628f7f2868
Small fixes and better mobile layout
2021-04-18 16:18:32 +01:00
Alicia Sykes
375ab032cd
Adds itemSize property
2021-04-18 13:57:20 +01:00
Alicia Sykes
786e45ef23
Moved config and user customizable assets to public
2021-04-17 18:42:38 +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
4c07382dd3
Adds ability to use Font Awesome for icon image
2021-04-16 16:26:06 +01:00
Alicia Sykes
56f2ba4155
Global contants for default keys
2021-04-16 15:36:30 +01:00
Alicia Sykes
c5f630849f
Adds more themes, adds ability to hide unneeded components
2021-04-16 14:29:19 +01:00
Alicia Sykes
7f3e8dd818
Wrote a ton of color themes
2021-04-15 19:30:30 +01:00
Alicia Sykes
8b3d3cab88
Completed theme switching functionality
2021-04-15 12:51:43 +01:00
Alicia Sykes
e31e6d4239
Uses CSS variables for common definitions, to allow for themes
2021-04-14 21:05:37 +01:00
Alicia Sykes
2baccdb718
Adds item size switching functionality and styles
2021-04-14 14:31:08 +01:00
Alicia Sykes
84459b4864
Refactored the Search functionality into its own component
2021-04-13 14:30:16 +01:00
Alicia Sykes
8bdf59a1ee
Organised components into directories
2021-04-13 12:36:31 +01:00
Alicia Sykes
0761e4d5a4
Refactors OpeningMethod icons into their own component
2021-04-12 19:39:59 +01:00
Alicia Sykes
9bec0526db
Improves on the ifram modal functionality
2021-04-12 19:04:32 +01:00
Alicia Sykes
0c12cdb0f6
Removed SCSS variables, and replaced with CSS --vars
2021-04-08 20:12:35 +01:00
Alicia Sykes
0cb6cc7d62
Implemented pre-loading external style functionality
2021-04-08 19:53:04 +01:00
Alicia Sykes
99dc9299ed
Removed the reminance of font-awesome
2021-04-06 21:11:43 +01:00
Alicia Sykes
7fd36d9ec6
Show opening method on hover. Allow items to be opened in an iframe
2021-04-06 15:47:34 +01:00
Alicia Sykes
8ddc2506ac
Removed Element UI, and replaced usage with vanilla stuff
2021-04-05 16:29:37 +01:00
Alicia Sykes
d365be1394
Only include Font-Awesome if needed, deleted unused assets
2021-04-05 14:22:59 +01:00
Alicia Sykes
7f33be8485
Moved Header from Home to App, and added check that data exists
2021-04-05 14:06:39 +01:00
Alicia Sykes
5ca3192992
Uses SVGs instead of images for interface icons
2021-04-04 22:17:10 +01:00
Alicia Sykes
4fffa2b698
Adds functionality for setting and remembering layout orientation
2021-04-04 21:22:47 +01:00
Alicia Sykes
4b90ae622f
Added option to use site favicon as icon, and refactored icon comp into new file
2021-04-04 19:29:44 +01:00
Alicia Sykes
67638b1d4c
Slight refactor
2021-04-03 09:29:00 +01:00
Alicia Sykes
6f608b570c
Adds buttons for layout change options
2021-04-03 09:08:44 +01:00
Alicia Sykes
fb60e63252
Search is automatically reset when an item is opened
2021-04-03 09:08:28 +01:00
Alicia Sykes
dfdef736e2
Adds extensions to conf, so that img type can be determined
2021-04-01 19:51:44 +01:00
Alicia Sykes
221324b41e
Allow custom site title + description, and refactored
2021-04-01 13:06:16 +01:00
Alicia Sykes
1965513096
Santizes custom CSS
2021-04-01 13:05:43 +01:00
Alicia Sykes
d040d212fc
Adds option for custom section colors and additional styles
2021-03-31 21:52:02 +01:00
Alicia Sykes
36bbb490c1
Adds ability for sections to span multiple rows or cols, and refactored section meta
2021-03-31 21:31:40 +01:00
Alicia Sykes
cb631b9500
Replaced masonry plugin with CSS grid layout
2021-03-31 19:00:23 +01:00
Alicia Sykes
479221c5d5
Replaces JSON data with YAML
2021-03-30 21:19:59 +01:00
Alicia Sykes
df81924c5e
Adds link to Dozzle, web log viewer
2021-03-28 16:23:39 +01:00
Alicia Sykes
31e7089484
¯\_(ツ)_/¯
2021-03-23 14:45:46 +00:00
Alicia Sykes
a118b9ef06
Adds service URLs and additional iimages
2021-03-23 14:06:37 +00:00
Alicia Sykes
124601b509
Adds icons for networking services
2021-03-09 13:23:43 +00:00
Alicia Sykes
d32ac02f26
Makes the border-radius universable editable
2021-03-01 18:57:00 +00:00
Alicia Sykes
a2023fcb4b
Better display layout and further visual improvments
2021-03-01 18:44:57 +00:00
Alicia Sykes
f9bac8ceb0
Removed hard-coded color codes, reference SCSS variables
2021-02-28 21:55:18 +00:00
Alicia Sykes
5cc4100a89
Slight change in item-data
2019-10-12 22:01:34 +01:00
Alicia Sykes
8b45e13708
Made a little welcome dialog to tell the user about keyboard shortcuts. Everybody loves a good keyboard shortcut
2019-10-12 20:10:47 +01:00
Alicia Sykes
2f4d0555f8
Disables ESlint for mansory file
2019-09-29 22:26:00 +01:00
Alicia Sykes
9391c5b5e4
Opens links on Enter, in a new tab and a couple other final things
2019-09-29 22:05:16 +01:00
Alicia Sykes
581c60f41a
Fix filter issue, cause by empty attributes
2019-09-28 15:35:54 +01:00
Alicia Sykes
9e44dc8160
Tabindex small fix: You can now tab through all tiles, no mouse needed- nice
2019-09-27 20:49:19 +01:00
Alicia Sykes
39e3a425ce
New improved width system, and support for SVG graphics
2019-09-27 00:47:55 +01:00
Alicia Sykes
c59fe0b71d
Variable width cols
2019-09-08 00:14:12 +01:00
Alicia Sykes
0797377eb4
Session storage used to save tile collapse state
2019-09-06 15:00:15 +01:00
Alicia Sykes
45edb85b36
Creates prop for setting the collapse state of panels
2019-09-01 17:31:00 +01:00
Alicia Sykes
335c8eec53
Change lint rules to AirBnB
2019-09-01 13:38:13 +01:00
Alicia Sykes
7ffc35afb6
Can tab over tiles
2019-08-24 18:24:04 +01:00
Alicia Sykes
5e56e0c3c7
You can now filter not only by name, but also description, url etc- awesome
2019-08-24 16:43:12 +01:00
Alicia Sykes
c7308a2909
Allows cancel of filter by pressing Esc key, or the Clear icon in search field
2019-08-24 16:42:39 +01:00
Alicia Sykes
3b47a88dff
Fix ID clash
2019-08-22 22:23:15 +01:00
Alicia Sykes
fe8930f1b3
Started adding iconography to tiles: Birthday Commit ��
2019-08-21 22:29:41 +01:00
Alicia Sykes
adaa7fc755
Refactored Navbar into seperate files
2019-08-20 22:41:53 +01:00
Alicia Sykes
f583e529b7
Changes em usage into rem usage
2019-08-20 22:25:53 +01:00
Alicia Sykes
df2b5632f9
New colors and curves
2019-08-20 22:23:06 +01:00
Alicia Sykes
b138df8157
Added Filter and Nav components into main page
2019-08-20 00:05:35 +01:00
Alicia Sykes
cabff153ba
Mad navigation component
2019-08-20 00:05:20 +01:00
Alicia Sykes
7623d4be5b
Made Search tile functionality, and filter component
2019-08-20 00:04:56 +01:00
Alicia Sykes
4e9f436972
Filter tile functionality
2019-08-17 21:05:51 +01:00
Alicia Sykes
2456352d2a
That's all looking great, lets call it a night for today
2019-08-17 06:23:16 +01:00
Alicia Sykes
cfdb34a891
Cool, item containeers are now collapsable
2019-08-16 23:32:12 +01:00
Alicia Sykes
5360a2710a
Gonna make a Collapsable field next
2019-08-11 22:41:12 +01:00