[Koha-bugs] [Bug 30952] New interface for staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 25 17:35:31 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30952

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|solene.desvaux at biblibre.com |julian.maurice at biblibre.com
             Status|Failed QA                   |ASSIGNED

--- Comment #133 from Julian Maurice <julian.maurice at biblibre.com> ---
I have done a bit of cleanup in the patch and split it in more logical patches.
I tried to remove all template changes that were not necessary. Hopefully it
will be easier to review.

There are some changes too (non-exhaustive list):
- The search bar in the header has been "fixed". It's still the same with the
same accessibility issues mentioned earlier, but at least it should be
displayed correctly on all pages, even when the search form have more than one
input. There was some JS code used to fix sizes and positioning, it's gone. All
positioning is done in CSS only now
- The main page regained its old appearance (only colors are different).
- The circulation home page went back to old boring links (still WIP)
- There was some "UIKit" icons added in the previous patch, but only two of
those were used, and those two have an equivalent icon in FontAwesome
(arrow-right and sliders). I decided to remove all UIKit icons from the patch
and use FontAwesome instead.
- QA tests are green :)

There is still work to do, but you can already have a look at it on the
sandbox: https://staff-bug30952.sandboxes.biblibre.eu (user/password as usual)

I also set up a github repository here:
https://github.com/jajm/koha-staff-interface-redesign
I think it can be useful to organize feedbacks/decisions:
  - If you see something that need to be fixed you can open an issue
https://github.com/jajm/koha-staff-interface-redesign/issues/new
  - If you want to discuss something, you can create a new discussion
https://github.com/jajm/koha-staff-interface-redesign/discussions/new

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list