shamoon
e28faf6b98
Fix: revert to using initialSettings in head
2023-11-14 22:09:18 -08:00
Faqar
17b9b7e523
Enhancement: open the searchbox on paste ( #2320 )
...
* Open the searchbox when detecting Ctrl-V.
* support macOS, codestyle
---------
Co-authored-by: Joschka <kontakt@greiner-it.de>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-11-12 19:40:09 -08:00
shamoon
8ec488efbd
Revert "Fix: subdirectory deployment ( #2205 )"
...
This revers commit b8eda91005f389eb2d907b8b56494b4f6df03447
2023-10-18 11:44:26 -07:00
shamoon
19c25713c4
Run pre-commit hooks over existing codebase
...
Co-Authored-By: Ben Phelps <ben@phelps.io>
2023-10-18 09:49:33 -07:00
Isidro Osoria
b8eda91005
Fix: subdirectory deployment ( #2205 )
2023-10-18 08:49:42 -07:00
Denis Papec
40522fbb96
Fix: Quicklaunch shows also services without a url ( #2136 )
...
* Fix: Quicklaunch show only services with a link
Signed-off-by: Denis Papec <denis.papec@gmail.com>
* Revert "Fix: Quicklaunch show only services with a link"
This reverts commit 30ee825611f08351112e4c5e5ec7debfc1923fcc.
* Filter only bookmarks and services with href
---------
Signed-off-by: Denis Papec <denis.papec@gmail.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-10-05 22:14:25 +00:00
shamoon
59dbc79656
Remove deprecated notification
2023-10-04 23:55:03 -07:00
shamoon
aa5d24b9e4
Support notification re deprecated repo
2023-10-03 16:17:17 -07:00
shamoon
6b8c02cf2a
Fix quicklaunch should only open for text keys ( #2044 )
2023-09-21 11:30:47 -07:00
shamoon
7d2bfa2d84
Update index.jsx
2023-09-19 14:10:19 -07:00
shamoon
ed0527a3da
Fix custom.js not working ( #2023 )
2023-09-18 21:41:31 -07:00
shamoon
e663994c9b
Allow tab name 0
2023-09-16 15:24:32 -07:00
shamoon
38079badc8
Pixel-perfect aligned edges
2023-09-16 02:37:24 -07:00
Denis Papec
5109facf1c
Fix layouts for initial tab ( #1996 )
2023-09-15 09:55:23 -07:00
shamoon
ee0afaa638
Fix activeTab with no layout settings
...
Closes #1995
2023-09-15 09:22:37 -07:00
shamoon
6dc3be6029
Fix: slugify tab names ( #1994 )
2023-09-15 08:17:57 -07:00
shamoon
ec1cf2f3ca
Resolve bad setState warning in tabprovider ( #1993 )
2023-09-15 08:00:08 -07:00
Denis Papec
8a520e07a5
Fix for broken layout when layout is not defined ( #1989 )
...
* Fix for broken layout when layout is not defined
* code style
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-09-15 07:41:56 -07:00
Denis Papec
2d8160512f
Feature: tabbed layouts ( #1981 )
2023-09-14 14:55:14 -07:00
shamoon
768107cde8
Update index.jsx
2023-09-14 00:18:43 -07:00
TheRolf
b39c79bea1
Custom JS and CSS ( #1950 )
...
* First commit for custom styles and JS
* Adjusted classes
* Added ids and classes for services and bookmarks
* Apply suggestions from code review
* Remove mime dependency
* Update settings.json
* Detect custom css / js changes, no refresh
* Added preload to custom scripts and styles so they can load earlier
* Added data attribute name for bookmarks too
* Update [path].js
* code style, revert some pointer changes
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-09-10 14:36:54 -07:00
shamoon
4517409dbd
Support mixing services & bookmarks layout
2023-09-03 07:50:04 -07:00
Georges-Antoine Assi
9529553102
Enhancement: apply layout settings to bookmarks ( #1902 )
...
* Apply layout settings to bookmarks
* merge columnMap const
* Remove bookmarksOnTop setting
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-09-03 07:05:25 -07:00
shamoon
494a1c50d5
Update index.jsx
2023-08-29 09:48:32 -07:00
shamoon
98baf0507b
Fix location of quicklaunch, some focus issues
2023-08-29 09:33:58 -07:00
shamoon
70b4f4e1e6
Apply cardBlur to header boxed / boxedWidgets
2023-08-21 08:51:35 -07:00
shamoon
b32d610532
Adds collapsible feature to bookmarks
2023-06-22 11:51:38 -07:00
Alex Higgins
041fae1fb3
Adds ability to collapse layout sections
...
Reverts pnpm lock file changes
Make entire section above list clickable.
Implement in headlessui instead of pulling in new library.
Remove unecessary packages and clean up ESLint errors
2023-06-22 10:00:04 -07:00
Denis Papec
1622069063
Fixes for existing header styles, fix for glances
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2023-06-12 01:15:46 +01:00
Denis Papec
cd5162e39c
Refactored information widgets, improve widget-boxed style
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2023-06-12 01:15:19 +01:00
shamoon
1fb7be7457
Retrieve ping url from config rather than as query parameter
2023-06-11 09:50:41 -07:00
shamoon
6b2930ab8d
Revert "Added optional boxed styling for information widgets and refactored information widgets"
2023-06-10 23:30:44 -07:00
Ben Phelps
347761fcad
Merge pull request #1574 from denispapec/widget-boxed
...
Added optional boxed styling for information widgets and refactored information widgets
2023-06-11 08:02:20 +03:00
shamoon
68b6192d8c
Fix full height layout on tall screens
2023-06-09 09:01:19 -07:00
Denis Papec
d4fd923be5
Refactored information widgets, improve widget-boxed style
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2023-06-03 03:01:21 +01:00
shamoon
7e005e51cc
Fix background filters outside viewport
2023-05-20 03:17:47 -07:00
shamoon
8a92d92b22
Make background wrapper full height
2023-05-20 02:43:07 -07:00
Juan Manuel Bennàssar Carretero
3556d7c183
Fix: save space when services or bookmarks are not in use
2023-05-02 08:13:53 -07:00
shamoon
55bc247c9e
Support blur, saturation & brightness filters for background images
2023-04-18 22:51:46 -07:00
shamoon
91646888cd
Move 5th column behind setting
2023-04-07 22:35:42 -07:00
shamoon
af147c0da0
Support open url in quicklaunch
2023-02-27 20:06:30 -08:00
Dan Brezeanu
9eafac346b
Configuration option for removing bottom version
2023-02-21 10:11:24 +02:00
Jason Fischer
45946ddfe1
Merge pull request #963 from benphelps/fix-settings-after-container-update
...
Fix settings after container update
2023-02-18 22:56:53 -08:00
Vorotynsky Maxim
f558d27e8c
Move the footer to the bottom
2023-02-12 15:32:50 +01:00
shamoon
7b474d4cef
Revert "Merge pull request #609 from benphelps/fix-576"
...
This reverts commit a7f290dfdd583c8c9696c71d93a9c39a2348bf2d, reversing
changes made to cf3839510045cc51cf4d653dabb83477e9743d80.
2023-02-08 00:19:33 -08:00
shamoon
046f2986a8
lint support custom search provider in quicklaunch
2023-01-31 00:58:29 -08:00
shamoon
7a5a3a6608
Compatible with quicklaunch internet search
2023-01-31 00:36:11 -08:00
shamoon
1f5912c232
Support custom search in quicklaunch web search
2023-01-31 00:33:30 -08:00
shamoon
11d03be4de
Use configured search provider, allow disable internet search
2023-01-30 23:38:37 -08:00
Michael Shamoon
c01b60dbd1
try to detect invalid settings load
2022-12-03 00:14:07 -08:00