Guilherme Rambo
Guilherme Rambo
This is when importing `UserDefault` BTW :)
That seems like a good addition, feel free to PR the implementation ππ»
Doesn't it work with the regular Codable mechanism of customizing keys? ```swift struct MyThing: Codable { let isArchived: Bool enum CodingKeys: String, CodingKey { case isArchived = "archived" } }...
Removing the "Good first issue" tag since as it turns out, this is not as simple as it sounds π (Developing in #570).
@mediter There is no need to comment that the issue is still occurring. We'll close this issue when it gets fixes.
Itβs a media consumption app, it was a design choice.
Thank you for the experimentation, but we don't have any intention of supporting both themes.
I couldn't reproduce this anymore as of #600. Anyone?
TODO: Check if addressing #465 has an effect on this issue.
Yeah we need to implement lazy loading of thumbnails for bookmarks. Sent with GitHawk