Files
Jellify/.prettierignore
Violet Caulfield bfaa92bb4a Fixes to Logging and Telemetry, Settings Tab Styling (#344)
Addresses the issue where turning on metrics at log would clear whether the user is using HTTPS and clear their entered server address. Also fixes an issue where turning on metrics in the settings would caused the screen to flash

Minor settings tab name tweaks: Settings -> App, Added Playback for future playback settings (Gapless Playback, Crossfade, Repeat Mode, AutoPlay). Added version number to the info tab

Fixed margins on Discover -> Recently Added since it was hard to press on the heading to get to the full screen view

Thanks for all the support! ~Violet
2025-05-11 10:27:18 -05:00

14 lines
157 B
Plaintext

node_modules/
# Ignore YAML files
*.yml
*.yaml
# Ignore Markdown files
*.md
# Ignore iOS Pods directory
ios/**/*
# Ignore package.json files
package.json