Commit Graph

13 Commits

Author SHA1 Message Date
48a6005725 feat(mal): add comprehensive error handling
MALFunctions.go:
- Update MALHelper to return (json.RawMessage, string, error)
- Add network error handling and proper request error checking
- Update GetMyAnimeList to return (MALWatchlist, error)
- Update MyAnimeListUpdate to return (MalListStatus, error)
- Update GetMyAnimeListAnime to return (MALAnime, error)
- Update DeleteMyAnimeListEntry to return (bool, error)

MALUserFunctions.go:
- Replace log.Fatalf with log.Printf in server error handling
- Prevent server shutdown on OAuth callback errors

All MAL API calls now properly propagate errors to frontend.
2026-03-30 20:08:16 -04:00
063c5016f3 fixed MAL not auto logging in when app starts 2025-12-21 00:24:25 -05:00
73d349ee1a cleaned up some print lines 2025-01-25 22:50:54 -05:00
72dfbf4a03 spelling correct 2025-01-17 20:39:18 -05:00
5ee9c42352 cleaned up errors in go code 2024-12-15 00:19:48 -05:00
064a2c7f7d added info for mac keychain 2024-10-18 22:06:33 -04:00
00930f611e added ability to delete entries. Added MAL RefreshToken Function 2024-09-18 14:05:41 -04:00
45b11fa8f4 app now only allows a single instance 2024-09-07 22:35:51 -04:00
55cb0e2bd5 switched from .env to built-in envrionment file 2024-08-16 23:32:16 -04:00
90b68b717a added logout functions 2024-08-15 16:16:40 -04:00
0f647e85cb added dialog informing browser tab closing 2024-08-13 20:05:25 -04:00
03413cd11a changed to mux so I can run sequentially. 2024-08-13 19:13:26 -04:00
fa3304db92 added MAL Login 2024-08-13 18:54:27 -04:00