Kovah
04d16ecbb7
Adjust guest views, optimize design of link cards and views ( #345 )
2022-01-13 23:52:08 +01:00
Kovah
48216c61ac
Upgrade to Bootstrap 5 with first adjustments to the views ( #345 )
2022-01-07 12:16:49 +01:00
Kovah
69bef0101b
Handle duplicate error messages ( #329 )
2022-01-06 10:12:08 +01:00
Kovah
509e3e79bf
Prevent usage of header scripts in demo environment
2021-11-02 20:12:21 +01:00
Kovah
93f8b14b76
Add option to place custom HTML in <head> ( #280 )
2021-10-05 22:51:04 +02:00
Kovah
bce78f6667
Add missing indicators for private tags and lists on their detail pages ( #304 )
2021-08-08 22:56:55 +02:00
Kovah
959b308faa
Add social meta to html header
2021-04-19 17:39:32 +02:00
Kovah
5a85594ffc
Migrate linkace logo to icon components
2021-04-19 17:32:32 +02:00
Kovah
b8135ac162
Add RSS feeds for public lists accessible via guest mode ( #197 )
2021-03-28 23:53:12 +02:00
Kovah
4e812f28a9
Remove version information and update check for guests ( #244 )
2021-03-07 11:07:09 +01:00
Kovah
a217d21a34
Add version information and update check to footer ( #220 )
2021-02-26 23:22:15 +01:00
Kovah
eafaa5c90c
Improve accessibility of icons used in the uI (181)
2021-01-10 18:43:51 +01:00
Kovah
12fb35c26d
Correct favicon URLs
2020-12-17 14:16:07 +01:00
Kovah
5f0ad02d39
Add viewer for system logs
2020-11-19 17:30:22 +01:00
Kovah
fcb94f9dee
Optimize automatic dark mode loading
2020-11-13 23:25:27 +01:00
Kovah
a2358f6239
Slight adjustment of the mobile navigation
2020-11-11 23:08:48 +01:00
Kovah
ded0982753
Add more settings for guest users ( #161 )
2020-10-22 13:51:27 +02:00
Kovah
8cbd36d61e
Migrate to HTMl icons ( #158 )
...
This adjusts multiple components, including the table sorting, link share buttons and link icons. All were changed to use views, dynamic components and the new icons. All views were adjusted to use the new icons instead of the Fontawesome Javascript.
2020-10-21 15:14:53 +02:00
Kovah
f88896768d
Many minor UI corrections and fixes
2020-08-05 16:22:02 +02:00
Kovah
f1a8775259
Overhaul of the mobile navigation concept to be more app-like with less dropdowns
2020-08-05 12:05:51 +02:00
Kovah
4857164214
Remove version from config and load it from the package.json on the system settings page
2020-07-02 09:57:12 +02:00
Kovah
c2b513bc28
Add backend fetch endpoint to get html for the html keyword parsing in the frontend ( #136 )
2020-06-18 17:02:59 +02:00
Kovah
d2a61c868e
Move the import form to fetch via JS to prevent request timeouts ( #120 )
2020-05-05 23:24:17 +02:00
Kovah
e44f10f861
Replace current alert provider with laracasts/flash package
2020-04-28 10:15:32 +02:00
Kovah
1840a10f1a
Correct usage of the logo
2020-04-23 10:12:19 +02:00
Kovah
8c7cb3c34c
Update the new LinkAce logo
2020-04-23 09:56:07 +02:00
Kovah
6d9049721d
Update the favicon
2020-04-23 09:53:14 +02:00
Kovah
54226a5eca
Implement a basic update check in the system settings ( #96 )
2020-03-04 14:53:31 +01:00
Kovah
c2949b5e5f
Refactoring of the ajax controller, now named FetchController
2020-01-28 13:58:18 +01:00
Kovah
d07439216a
Update the footer
2020-01-28 13:27:42 +01:00
Kovah
891c22c9a9
Update the footer with localized strings
2020-01-26 16:45:13 +01:00
Kovah
eadb6f0445
Fix the navigation padding on large viewports
2020-01-24 14:23:32 +01:00
Kovah
da9de76389
Merge branch 'dev' into cli-setup
2020-01-22 23:08:07 +01:00
Kovah
676906ac94
Optimize the styling for mobile devices, update the bookmarklet logo to look better in dark-mode
2019-11-28 12:16:57 +01:00
Kovah
f13df7b8e1
Update all views and lang files
2019-10-29 17:00:08 +01:00
Kovah
6cf9148c06
Move the navbar to bottom on mobile devices, improve overall nav styling
2019-10-24 16:21:21 +02:00
Kovah
7a46352f00
Refactor the script handling, move everything into pre-build scripts, optimize the darkmode loader ( #67 )
2019-10-15 10:56:39 +02:00
Kovah
f249d7fc18
Merge branch 'master' into setup
2019-09-17 20:31:58 +02:00
Kovah
a2177dc547
Make the logout button accessible with the keyboard
2019-09-17 16:09:29 +02:00
Kovah
0dbed9480e
Build up a base for the setup including middleware and controllers
2019-09-16 18:33:28 +02:00
Kovah
9a18c09d63
Show the current version in the footer
2019-09-13 10:36:59 +02:00
Kovah
06141bdb31
Move frontend workflow to Laravel Mix, use FontAwesome svg's via JS
2019-07-16 23:05:55 +02:00
Kovah
61bd44a859
Add a lot of UI fixes, refine colors and spacing for various elements
2019-07-16 21:27:29 +02:00
Kovah
9c46b814b8
Add texts to menu items on mobile ( #52 )
2019-07-02 13:47:35 +02:00
Kovah
ed012a2da8
Check for duplicate links in the link creation form ( #46 )
2019-04-27 10:56:18 +02:00
Kovah
9297b15439
Make the alerts more cleaner with an unstyled list
2019-04-27 10:42:00 +02:00
Kovah
0e3a708b68
Add automatic detection for the dark mode ( #14 )
2019-04-25 00:13:51 +02:00
Kovah
c1470b75da
Implement first styling and settings for the dark mode ( #14 )
2019-04-24 23:38:43 +02:00
Kovah
4f5ddf022b
Improve navigation UX by replacing the link dropdown with single links
2019-04-24 22:08:04 +02:00
Kovah
40261eaf09
Update footer link
2019-04-24 22:02:10 +02:00