browsertrix/backend/btrixcloud
sua yoo 4d4c8a04d4
feat: User-sort browser profiles list (#1839)
Resolves https://github.com/webrecorder/browsertrix/issues/1409

### Changes

- Enables clicking on Browser Profiles column header to sort the table, including by starting URL
- More consistent column widths throughout app

---------

Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
Co-authored-by: emma <hi@emma.cafe>
Co-authored-by: Henry Wilkinson <henry@wilkinson.graphics>
2024-06-04 13:57:03 -04:00
..
migrations Add migration to set profile modified date (#1832) 2024-05-29 15:56:27 -04:00
operator QA analysis scale configurable in helm chart (#1843) 2024-05-30 12:59:21 -07:00
__init__.py
auth.py
background_jobs.py
basecrawls.py
colls.py
crawlconfigs.py
crawlmanager.py
crawls.py
db.py Add migration to set profile modified date (#1832) 2024-05-29 15:56:27 -04:00
emailsender.py
invites.py
k8sapi.py
main_op.py
main.py
models.py Backend: Add modified field and track created/modifier users for profiles (#1820) 2024-05-28 17:25:22 -04:00
orgs.py Fix regression to changing user roles via PATCH /user-role API (#1824) 2024-05-24 10:41:05 -07:00
pages.py
pagination.py
profiles.py feat: User-sort browser profiles list (#1839) 2024-06-04 13:57:03 -04:00
storages.py
uploads.py
users.py Fix regression to changing user roles via PATCH /user-role API (#1824) 2024-05-24 10:41:05 -07:00
utils.py
version.py
webhooks.py