namespace Iceshrimp.Frontend.Core.Miscellaneous; public enum State { Loading, NotFound, Loaded, Error, Empty }