Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@ArcoMul ArcoMul released this 07 Mar 17:52
· 61 commits to next since this release

New

✨ Theming

Use CSS variables configured in the Pocketbase back-end to easily customize Leihbase for a personal look and feel:

--background-color: #ffdbc4;
--primary-color: #0d79f2;
--secondary-color: #ffede2;
--text-color: #061134;
--border-radius: 5px;

✨ Maximum reservation period

Define a maximum reservation period. No reservation can be longer than this period.

Fixes

  • 🛠️ Prevent a user to reserve the same product for a second time
  • 🛠️ Resend a return reminder when a reservation period gets extended