Skip to main content
v3.1.0
- Fixed permission issues on displaying user management buttons
- Fixed api config editing issues by switching to TextField
- Added api config editing line / column display
- Fixed audit log sidebar button not showing for hrm/hr
- Added crash error page
- Added tab switching for configuration tab
- Improved display for MUI Select (replaced with TextField-select)
- Fixed incorrect user permissions being calculated
- Fixed user session being revoked upon network error
- Fixed UserCard re-render issues
- Added table options for deliveries & leaderboard
- Added partial form-based api config
- Fixed datetime-local input issues
- Added timezone sync to API
- Fixed UserCard unique key warning (badge)
- Added customizable display timezone (DateTimeField / getFormattedDate)
- Added OTP Input when disabling MFA of other users (as required by API)
- Added "Accepted as driver" option when accepting applications
- Added table ordering buttons (Deliveries, Challenges, My Applications, All Applications, Member List, External Users, Banned Users)
- Improved challenge tab
- Added tooltip over status icon
- Added ID after company/city/cargo name when updating job requirements
- Prevented showing default values like -1 when attribute is not set in job requirements
- Improved application form configuration
- Added
min_length
attribute for text
, textarea
- Added
must_input
attribute for text
, textarea
, date
, datetime
, number
, dropdown
, radio
, checkbox
- Added
min_value
and max_value
attribute for number
- Added
x_must_be = {"key": "{label}", "value": "..."}
attribute to show field when a certain field has a certain value
- Added data saver mode
- Improved color picker
- Added font size settings (experimental)
- Added 404 page and redirect no-access tabs to /404
- Added view member profile with URL (
/member/{userid}
)
- Added preview profile appearance
- Fixed table shows data of incorrect page when user changes the page too quickly