481 Commits

Author SHA1 Message Date
Julian Prieber
926f04c61d
Merge pull request #267 from Yohn/patch-1
Update active link in sidebar
2022-12-13 15:25:57 +01:00
JWB
52c9c646fe
Update sidebar.blade.php
Update active link in sidebar
2022-12-13 05:56:37 -05:00
John Brittain
5031eedd2f Update Config Nav Tabs and add smooth scrolling 2022-12-13 04:37:02 -05:00
JWB
ec4994896f
swap style= with class= 2022-12-11 17:06:25 -05:00
JWB
9ef166d510
updated users search box & table-responsive
Put the users search box within a input group to look nicer, and wrapped the table within the row, col-12 and table-responsive tags for better mobile usability.

In order to fix the overflow issue in mobile for the tables, we will need to put the side panel on a grid / col combo so the rest of the page falls under that and then use the collapse utility that bootstrap provides to open and close the side nav.
2022-12-11 16:49:25 -05: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
ef2ea18ea8 Update predefined-form.blade.php 2022-12-10 15:05:13 +01:00
Julian Prieber
38de2d10f3 Fixed spelling
@YouveGotMeowxy
2022-12-10 14:56:57 +01:00
Julian Prieber
699ed0ae4a Improved favicon API 2022-12-09 18:06:53 +01:00
Julian Prieber
63d53752b9 Fixed spelling
@YouveGotMeowxy
2022-12-09 12:51:46 +01:00
Julian Prieber
e4ee681600 Updated styling 2022-12-07 13:53:01 +01:00
Julian Prieber
40823da42a Bugfix 2022-12-06 20:27:01 +01:00
Julian Prieber
1c89d6b25f Bugfix
https://github.com/JulianPrieber/littlelink-custom/issues/255
2022-12-06 16:19:03 +01:00
Julian Prieber
889fa3bb07 Update theme.blade.php 2022-12-06 15:56:38 +01:00
Julian Prieber
a57af3df96 Bugfix 2022-12-06 14:59:05 +01:00
Julian Prieber
ce6d05cfdc Update littlelink.blade.php 2022-12-05 22:12:15 +01:00
Julian Prieber
18bd6009ab Update links.blade.php 2022-12-05 22:05:19 +01:00
Julian Prieber
eb9ce605cc Update links.blade.php 2022-12-05 22:03:45 +01:00
Julian Prieber
313b2de881 Applied analytics to social icons 2022-12-05 22:02:30 +01:00
Julian Prieber
f189d83bf1 Added new social icons
+ bugfix
2022-12-05 21:22:06 +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
fd6b0e1dac Bugfix 2022-12-05 20:00:16 +01:00
Julian Prieber
c52dd49239 Enabled debugging while updating 2022-12-05 13:29:40 +01:00
Julian Prieber
b708ba2c30 Update links.blade.php 2022-12-04 23:40:07 +01:00
Julian Prieber
102a682c53 Update users.blade.php 2022-12-04 23:30:23 +01:00
Julian Prieber
1a3719ae13 Revert "Update sidebar.blade.php"
This reverts commit b308b42f46772cf47378909729e8b427731eabc0.
2022-12-04 23:15:40 +01:00
Julian Prieber
a4b67cb38e Update sidebar.blade.php 2022-12-04 23:15:26 +01:00
Julian Prieber
b308b42f46 Update sidebar.blade.php 2022-12-04 23:15:05 +01:00
Julian Prieber
78a2aa27cd Update sidebar.blade.php 2022-12-04 23:07:21 +01:00
Julian Prieber
4dde1bc02b Bugfix 2022-12-04 20:30:49 +01:00
Julian Prieber
995ff893c7 Skipping installer when instaled for docker 2022-12-02 16:30:10 +01:00
Julian Prieber
4adf239c8e Revert "Added skip option to installer"
This reverts commit bc900d0d2970d08cdeca5b80710120fd335a5e7e.
2022-12-02 16:06:07 +01:00
Julian Prieber
bc900d0d29 Added skip option to installer 2022-12-02 14:35:14 +01:00
Julian Prieber
7a07b49b3f Update finishing.blade.php 2022-12-01 20:31:29 +01:00
Julian Prieber
3717eb953e Update littlelink.blade.php 2022-12-01 18:51:59 +01:00
Julian Prieber
d6287ca035 Update finishing.blade.php 2022-12-01 14:09:15 +01:00
Julian Prieber
01e61cc0bf Update finishing.blade.php 2022-12-01 13:25:55 +01:00
Julian Prieber
9c2a91e0fc Added new block "Text" 2022-12-01 12:51:16 +01:00
Julian Prieber
414a3fa8be Update diagnose.blade.php 2022-11-30 13:25:59 +01:00
Julian Prieber
fed93daf48 Added option to reset favicon and logo 2022-11-30 12:10:45 +01:00
Julian Prieber
35590314f4 Bugfix 2022-11-30 12:01:19 +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
8fb722f32d Update favicon.blade.php 2022-11-29 22:13:59 +01:00
Julian Prieber
5c4ae7b2dc Update favicon.blade.php 2022-11-29 22:01:49 +01:00
Julian Prieber
d058eb429e Update favicon.blade.php
@MagicLike
2022-11-29 15:55:03 +01:00
Julian Prieber
adb0708da3 Update favicon.blade.php 2022-11-29 11:30:39 +01:00
Julian Prieber
c08dcea0ad Update button-editor.blade.php 2022-11-28 21:12:46 +01:00
Julian Prieber
b1416df540 Update button-editor.blade.php 2022-11-28 21:07:16 +01:00