Hi, we've made a new home page, and MDB and MRI-DB pages are merged into one.
You can also find 'Tracker' and 'Upload' there!
Page numbers are working properly now
Before: <, 1, 2, 3, ... 10, >
Now: <<, <, 1, 2, 3, ... 10, >, >>
What is the different? In past, the page numbers are hardcoded from 1 to 10, that means you have to jump between pages 1 by 1 to browsering older items; But now, you are able to jump directly to Start or End. and most important, the page numbers are now offset by current page: if you are on the page 15, and this is what it looks:
<<, <, 10, 11, 12, 13, 14, 15, 16, ... 20, >, >>
We also fixed several bugs on server-side.
TODO: Search function will be available soon.