close_range_util 0.1.24
close_range_util: ^0.1.24 copied to clipboard
Generic utility package for CloseRange projects and apps
0.1.24 #
Fixes #
- Role Page now sorts role by level
- CRUser no longer creates a profile and must be done on supabase side
CRUser.load
now properly calls from the cache- Some hotfixes to CRProfilePicture
0.1.23 #
Fixes #
- Reverted settings page to be a little more streamlined
- Fixed issue with reload in settings causing crashes
0.1.22 #
Changes #
- Added better forms
- Profile pictures now more consistant
- Banner and Profile in settings cleaner
- Image class now streamlined better
- Better checks on image IO
- CRForm now has error checking and display
// Above a form
if (CRForm.hasErrors()) CRForm.errorSummary(context),
0.1.21 #
Changes #
- Updated Roles for user
- Fixing profile display for settings
- Guide on roles included under profile README
0.1.2 #
0.1.0 #
Changes #
- CRSave loading is no longer async
- CRSave can now bind to widgets for easy settings tracking
- CRForm now more mirros how settings work
- Added settings number input
- Basic features added
- Can now logout
- Auto login added
Fixed #
- Added much more details to the
README
- Debug pages no longer show random numbers on tabs
- Themes now working properly
- Settings bugs fixed