1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 11:13:02 +01:00

98 Commits

Author SHA1 Message Date
jeop10
98567b8000 Generate screenshots for links #18
First step into implementing a "screenshot" of the added links, so this commits makes possible to retrieve the images that exists on the metatags and store it as the thumbnail.
2021-04-16 19:48:34 +02:00
Kovah
54471db324
Optimize recent tags and lists on dashboard (#188) 2021-03-22 22:34:45 +01:00
Kovah
d5a40ea505
Fix overflowing tags for wrongly formatted meta keywords (#242) 2021-03-06 20:05:16 +01:00
Kovah
a217d21a34
Add version information and update check to footer (#220) 2021-02-26 23:22:15 +01:00
Kovah
d241b6b529
Correct styleing of the dark-mode tag and list autocomplete dropdowns 2020-12-17 23:57:35 +01:00
Kovah
30dde9c32f
Update all dependencies, move to updated Selectize library 2020-12-16 12:53:13 +01:00
Kovah
fcb94f9dee
Optimize automatic dark mode loading 2020-11-13 23:25:27 +01:00
Kovah
ea8077ba98
Completely remove the Fontawesome JS stack (#158) 2020-10-21 15:17:37 +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
6d2ca72579
Correct the base configuration for nginx 1.19, optimize the nginx configuration file 2020-08-31 09:25:29 +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
113a865019
Rewrite of the LinkAce version handling and update checks 2020-07-02 17:14:29 +02:00
Kovah
8bf27abdb8
Optimize the update check handling 2020-07-02 10:06:08 +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
e6ded95104
First quick draft implementation of tag suggestions (#136) 2020-06-18 10:24:44 +02:00
Kovah
600eed0595
Merge branch 'dev' into api 2020-06-08 16:27:59 +02:00
Kovah
e6dbff0c81
Add styles for HTML code tag 2020-06-05 10:44:06 +02:00
Kovah
a2b8662b61
Implement possible fix for the mobile navigation (#131) 2020-06-04 12:22:59 +02:00
Kovah
d2a9326abd
Improve styling of alerts in dark mode, reduce font size to make them less obtrusive 2020-06-02 16:58:38 +02:00
Kovah
ab641bc398
Merge branch 'dev' into api
# Conflicts:
#	tests/Controller/API/LinkApiTest.php
#	tests/Controller/API/LinkNotesTest.php
#	tests/Controller/API/ListApiTest.php
#	tests/Controller/API/ListLinksTest.php
#	tests/Controller/API/NoteApiTest.php
#	tests/Controller/API/TagApiTest.php
#	tests/Controller/API/TagLinksTest.php
2020-05-06 18:32:58 +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
cccb4904b5
Correct the bookmarklet window close timer 2020-04-30 23:36:36 +02:00
Kovah
a1cb2204bb
Merge branch 'dev' into api 2020-04-23 09:56:31 +02:00
Kovah
2afd28793f
Add the IBM Plex font 2020-04-23 09:32:04 +02:00
Kovah
79147e7196
Minor fix for dark-mode card borders and variables 2020-04-19 15:36:08 +02:00
Kovah
0563aba043
Overhaul the link display views and implement a new simple list, available in the settings (#108) 2020-04-09 16:19:55 +02:00
Kovah
19827aadbb
Add missing Hacker News icon 2020-04-09 15:35:03 +02:00
Kovah
b114057bc2
Various UI optimizations, make the design lighter and look less cluttered 2020-03-06 15:27:02 +01:00
Kovah
d330e0f3ea
Overhaul of the darkmode theme with various UI tweaks to improve the style and visual guidance 2020-03-05 23:37:18 +01:00
Kovah
54226a5eca
Implement a basic update check in the system settings (#96) 2020-03-04 14:53:31 +01:00
Kovah
d89a45aefc
Fix missing icon for moved links 2020-02-28 16:47:20 +01:00
Kovah
9537a8bb12
Fix a missing icon for the table sorting helper 2020-02-06 22:00:03 +01:00
Kovah
c2949b5e5f
Refactoring of the ajax controller, now named FetchController 2020-01-28 13:58:18 +01:00
Kovah
aa3e11377f
Optimize the dashboard view by limiting links to one line of text 2020-01-26 16:40:28 +01:00
Kovah
da9de76389
Merge branch 'dev' into cli-setup 2020-01-22 23:08:07 +01:00
Kovah
a312a69bda
Fix issue where new tags/lists couln't be added (#84) 2019-12-16 14:27:04 +01:00
Kovah
f0fc9db7c6
Complete refactoring of the Bootstrap variables handling and overriding 2019-11-28 13:22:26 +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
8408c169ca
Optimize display of tags and lists in input fields 2019-11-28 11:19:52 +01:00
Kovah
bb6b177d92
Solves issues with pagination styling in dark mode (#77) 2019-10-30 10:52:17 +01:00
Kovah
c327dbef41
Various fixes for the dark theme 2019-10-29 17:24:38 +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
e8fdbebbcd
Optimize display of links to look better 2019-10-14 16:45:58 +02:00
Kovah
81bad43dc8
Solve issue with not working loading button (#71) 2019-10-14 16:31:05 +02:00
Kovah
d10ed79f01
Correct highlighted items in category / tag dropdowns 2019-09-18 16:59:10 +02:00
Kovah
f249d7fc18
Merge branch 'master' into setup 2019-09-17 20:31:58 +02:00
Kovah
b87748eabd
Highly optimize the darkmode theme, remove unused CSS components 2019-09-17 17:13:23 +02:00
Kovah
299b414861
Implement requirement checks for the setup 2019-09-16 22:57:05 +02:00