125 Commits

Author SHA1 Message Date
Julian Prieber
b5e2b57c90 Improved page loading time 2023-03-07 12:56:03 +01:00
Julian Prieber
97097dd731 General optimization 2023-03-07 01:43:42 +01:00
Julian Prieber
aaa9572d0a Refactor loading buttons to switch statement
Refactored loading buttons from an elseif statement to a switch statement for improved readability, maintainability, and potential performance gains.
2023-03-07 01:22:36 +01:00
Julian Prieber
7aea53e0b8 Added new blocks:
- E-Mail Block
- Telephone number Block
2023-03-05 20:02:42 +01:00
Julian Prieber
35d26c51e2 Update littlelink.blade.php 2023-03-05 17:33:26 +01:00
Julian Prieber
e92ee6f497 Update littlelink.blade.php 2023-03-05 17:30:33 +01:00
Julian Prieber
cca433cbe6 Revert "Update littlelink.blade.php"
This reverts commit db98abd097e1f55c050f6150b5877a0a4afb19dc.
2023-03-05 17:11:29 +01:00
Julian Prieber
db98abd097 Update littlelink.blade.php 2023-03-05 17:07:27 +01:00
Julian Prieber
94115c2ff3 Bugfix 2023-03-02 20:22:58 +01:00
Julian Prieber
06d82c3b11 Update littlelink.blade.php 2023-03-01 15:20:14 +01:00
Julian Prieber
cc7c03dab5 Fixed custom title bug
@allesoverwaterstof
https://github.com/JulianPrieber/littlelink-custom/discussions/334
2023-02-27 16:01:59 +01:00
Julian Prieber
231586b69a Added option for users to disable checkmark
First test of the new database user setting save system.
2023-02-16 15:38:17 +01:00
Julian Prieber
beac50ffc0 Update littlelink.blade.php 2023-02-16 00:26:17 +01:00
Julian Prieber
4be1a5a635 Added actual URL to query string 2023-02-15 20:16:49 +01:00
Julian Prieber
87424e1d2e Added option to theme config to disable custom background images 2023-02-15 18:41:04 +01:00
Julian Prieber
9e35b2155b Update littlelink.blade.php 2023-02-13 20:22:20 +01:00
Julian Prieber
dd722620cb Bugfix 2023-02-13 18:43:42 +01:00
Julian Prieber
c279661e0b Added dark/light mode detection to background image
Only active on default theme
2023-02-13 18:10:13 +01:00
Julian Prieber
96c155c518 Custom background image file type 2023-02-13 17:18:32 +01:00
Julian Prieber
fc73453872 Added option to upload custom background image 2023-02-13 16:22:11 +01:00
Julian Prieber
2914523907 Added option to disable verification checkmark 2023-02-13 14:18:53 +01:00
Julian Prieber
1726d027b2 Update littlelink.blade.php 2023-02-09 23:29:15 +01:00
Julian Prieber
00ec750dca Added option to theme config to hide verification badge 2023-02-09 16:26:57 +01:00
Julian Prieber
d1fd8dc9f9 Updated badge styling 2023-02-09 15:59:19 +01:00
Julian Prieber
0d63363e49 Updated badge system
Themes can now overwrite the check mark's colors and styling.
2023-02-07 16:20:17 +01:00
pey
afe70e3b70
Update littlelink.blade.php 2023-02-07 08:49:02 -05:00
pey
dcc0a042d6
Update littlelink.blade.php
added functionality to call for variable to authorize if user has the permission to display badge
2023-02-07 08:47:15 -05:00
Julian Prieber
5b23fa08de Changed profile picture save method to use user id
Changed profile picture to use user id instead of username to save it.

If merged, this will reset all current profile pictures on the instance.
2023-01-23 16:54:18 +01:00
Julian Prieber
e2d4e86c0c Fixed fadein animation
Fixed fadein animation on littlelink page items
2022-12-23 12:54:07 +01:00
Adam Engebretson
4faffd503d
Correcting Social Links
Social services will utilize the Canonical URL while fetching sharable information like page title and image. This hard-coded value results in all share attempts resulting in 404s for the link fetching service.

Laravel Blade supports front-end frameworks that utilize similar-to-Blade syntax `{{ }}` by adding an escape option `@{{ }}`. As such, string concatenation of the `@` and the `$littlelink_name` was necessary.
2022-12-10 18:52:46 -06:00
Julian Prieber
ce6d05cfdc Update littlelink.blade.php 2022-12-05 22:12:15 +01:00
Julian Prieber
313b2de881 Applied analytics to social icons 2022-12-05 22:02:30 +01:00
Julian Prieber
42d2fabd55 Multiuser support for social icons 2022-12-05 20:43:29 +01:00
Julian Prieber
1d48f8706b Updated CSS for social icons 2022-12-05 20:27:29 +01:00
Julian Prieber
34133543f1 Added link icons to littlelink page 2022-12-05 20:02:23 +01:00
Julian Prieber
3717eb953e Update littlelink.blade.php 2022-12-01 18:51:59 +01:00
Julian Prieber
9c2a91e0fc Added new block "Text" 2022-12-01 12:51:16 +01:00
Julian Prieber
38c856484d Added support for custom favicon
Custom logo and custom favicons can now have any supported format.
2022-11-29 23:33:25 +01:00
Julian Prieber
19a49fedad Caching favicons locally 2022-11-28 19:44:02 +01:00
Julian Prieber
4b1054fc1f Revert "Moved favicon API offsite"
This reverts commit 940e7e35a5450a09f898122e9cbe72ca9c9eade0.
2022-11-28 17:03:17 +01:00
Julian Prieber
9b9444468d Revert "Update littlelink.blade.php"
This reverts commit a3a462ce9d80c3f0b0b2c48d368c14b709fb2cc4.
2022-11-28 17:03:14 +01:00
Julian Prieber
a3a462ce9d Update littlelink.blade.php 2022-11-28 13:59:31 +01:00
Julian Prieber
940e7e35a5 Moved favicon API offsite 2022-11-28 13:55:40 +01:00
Julian Prieber
801a7cb67f Optimized internal favicon API 2022-11-26 18:40:12 +01:00
Julian Prieber
5600ac090c Remove all external dependencies 2022-11-26 13:15:18 +01:00
Julian Prieber
6422f78eda Removed URL from link query string 2022-11-25 16:50:11 +01:00
Julian Prieber
16b4d652c9 Remove all external dependencies 2022-11-24 17:23:49 +01:00
Julian Prieber
80644a14b7 Updated first setup page 2022-11-23 22:09:59 +01:00
Julian Prieber
2d43347e66 Remove all external dependencies 2022-11-23 18:32:25 +01:00
Julian Prieber
56e17b9fd5 Remove all external dependencies
https://github.com/JulianPrieber/littlelink-custom/discussions/222
2022-11-23 16:37:30 +01:00