Commit Graph

15 Commits

Author SHA1 Message Date
Julian Prieber
7fb6068d49 Made link title optional
Made link title (previously required) optional when adding personal LittleLink links on the User/Admin Panel.
If the 'Title' field is left empty, the button name is now used instead of rejecting the addition.
2022-03-18 12:04:13 +01:00
JulianPrieber
ec88a74889 Fixed bug/simplified setup
Fixed bug where users littlelink pages (domain.com/@username) would display a 404 error. This was caused due to the .env config file not containing an App URL. This issue could be solved by simply adding a URL to the config, this is now not necessary anymore, making the setup process easier and less confusing. 

I changed every instance of "{{ config('app.url') }}" to  "{{ url(' ') }}". This effectively automatically uses the correct URL for LittleLink links, even if LittleLink Custom is set up in a subdirectory.

In my testing, I couldn't find any problems this might have caused, so this appears to do the job just as well as setting the URL in the config. If I find any issues with this, I will revert this change.
2022-02-27 19:33:19 +01:00
JulianPrieber
0d55159b07
fixed logo.svg 2022-02-20 14:45:34 +01:00
JulianPrieber
96cfd5b4c1 Changed logo
As part of the new logo (https://github.com/JulianPrieber/littlelink-custom/milestone/1) I'm now using the new 'logo.svg' vector logo.

For this, I added an if-else statement in most cases, which first check for a custom logo uploaded by the admin or the avatar of an individual user. If the image doesn't exist, the default logo (logo.svg) is used.
2022-02-20 13:12:25 +01:00
JulianPrieber
514e779025
Change public path
This is one of multiple public path edits. For simplified usability, I am integrating the public Laravel directory into the root directory. 

For this, I am changing every instance of 'public_path' to 'base_path' and will use this format in future changes as well.
2022-02-14 12:56:50 +01:00
aprillio
a28b285334 make links click number and order right aligned 2021-07-06 17:50:38 +07:00
aprillio
e7ad5fcb42 string limit link and title in studio links 2021-07-06 17:20:58 +07:00
aprillio
c95db56a40 update studio edit profile blade 2021-07-06 15:53:28 +07:00
aprillio
3c2f555df5 update studio edit page blade 2021-07-06 15:53:14 +07:00
aprillio
c5bff25413 update studio links list blade 2021-07-06 15:52:40 +07:00
aprillio
9a3b44d4a9 update studio index blade 2021-07-06 15:52:17 +07:00
aprillio
8889acbf3a update studio edit link blade 2021-07-06 15:52:07 +07:00
aprillio
d9a27466e9 update studio add link blade 2021-07-06 15:51:16 +07:00
Khashayar Zavosh
bfeddce3ba fix: show & auth user with littlelink_name 2021-04-18 22:13:43 +04:30
Khashayar Zavosh
24db7cbbfb admin littlelink 2021-04-16 03:30:00 +04:30