Version 0.1.4
- Added sign up functionalty.
- Added log in functionalty.
- Must log in to create a gig.
- Users have basic profiles, editing is not yet functional.
- Added bottom navbar on mobile screens.
- Added title bar with back navigation on secondary screens.
- Added landing screen page.
- Route users to /app if there is a session.
- Adjust landing page title based on user location.
- Mostly functional user profile editing, need feedback on image uploads.
- Fixed override of adding artists to Spotify arrray.
Version 0.1.3
- Upload apk to google play store
- Rewrote gig uploading, it should now be more reliable, There is also a fun GIF to look at while loading.
- Adding Next Sharp for better image caching, this should result in faster loading on recurring visits.
Version 0.1.2
- Optimizations on gig upload, should be accessible by general public now.
- Add Skip artists in upload sequence.
- Overhauled UI on mobile.
- Add 'free' badge to non-priced events.
- Add countdown timer.
Version 0.1.1
- Click through to gigs on image, thanks to r/ZA_Lion for the suggestion.
- Better styling on gig cards description.
- Footer with information.
- Target=”_blank” on <Link/> tags.
- Ascending ordering on time column.
- Dropped down to gpt-3.5-turbo because of time out issues.
- If image is already uploaded, then go fetch that image url.
- Fix lookbehind regex error, Safari does not support this yet.
- Fetch data for this week, upcoming & previous
- Horizontal scrolling on these categories
- Added limit of 8 events per section for better loading.
- Fixed unwanted caching!