Commit Graph

9 Commits

Author SHA1 Message Date
HolgerHatGarKeineNode
7b8d32807c closes #21 feat: add calendar stream URL to meetups
This commit adds a calendar stream URL to each meetup. The URL is copied to
the clipboard when the user clicks on a new button added to the UI. The copied
URL can be pasted into a compatible calendar app, allowing the user to easily
add the meetup to their calendar. This feature was added to several views
including 'profile/meetups', 'meetup/landing-page', and
'meetup/landing-page-event'. The associated controller 'DownloadMeetupCalendar'
and livewire components were also updated accordingly.
2024-01-07 10:31:39 +01:00
HolgerHatGarKeineNode
b76a810da5 TTS 2023-04-28 11:12:54 +02:00
Shift
5776b01d15 Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2023-02-19 18:05:16 +01:00
Benjamin Takats
0bdb1c8f05 getFirstMediaUrl 2023-01-16 17:15:03 +01:00
Benjamin Takats
cf3407d8aa orderBy 2023-01-16 16:04:11 +01:00
Benjamin Takats
6dd898e6d2 meetup landing page 2023-01-16 16:00:49 +01:00
Benjamin Takats
bc9f704163 logo 2023-01-16 11:57:18 +01:00
Benjamin Takats
d0dd51a6b8 remove query string 2023-01-15 15:08:57 +01:00
Benjamin Takats
2f00e34e10 add landing pages for meetups 2023-01-14 20:35:54 +01:00