Commit Graph

138 Commits

Author SHA1 Message Date
Julian Prieber adee9ccaec Initial Vcard
Added Vcard feature
2023-03-27 19:04:41 +02:00
Julian Prieber 69bb84d78f Changed avatar width="auto" 2023-03-20 20:33:49 +01:00
Julian Prieber ef23c5645c Fixed theme styling issues
Reverted some changes in: 78dbb92b88

Might redo the changes again with the fix applied if too slow.
2023-03-17 14:09:41 +01:00
Julian Prieber e4432dedb6 Bugfix 2023-03-10 23:55:02 +01:00
Julian Prieber 5f4fa110a3 Update littlelink.blade.php 2023-03-09 15:59:47 +01:00
Julian Prieber 02bc23c832 Avatar type findAvatar() 2023-03-08 22:03:54 +01:00
Julian Prieber b46ee2bca6 Fixed page description spacing issue 2023-03-08 20:34:05 +01:00
Julian Prieber 3d277491e7 Bugfix 2023-03-07 21:45:19 +01:00
Julian Prieber c456773ea8 Update littlelink.blade.php 2023-03-07 21:05:16 +01:00
Julian Prieber 51c98ed3bc Bugfix
Invalid path
2023-03-07 18:53:37 +01:00
Julian Prieber 139526eecf Bugfixes 2023-03-07 15:30:33 +01:00
Julian Prieber 7973cfe504 Bugfixes 2023-03-07 15:24:28 +01:00
Julian Prieber 78dbb92b88 Changed all CSS and JS assets to inline 2023-03-07 15:05:33 +01:00
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 db98abd097.
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