diff --git a/.gitignore b/.gitignore index 7790796..b07348e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ /playwright-report/ /blob-report/ /playwright/.cache/ -/e2e/snapshots/ # next.js /.next/ diff --git a/e2e/snapshots/errors/404_desktop.png b/e2e/snapshots/errors/404_desktop.png new file mode 100644 index 0000000..03f3ad9 Binary files /dev/null and b/e2e/snapshots/errors/404_desktop.png differ diff --git a/e2e/snapshots/errors/404_mobile.png b/e2e/snapshots/errors/404_mobile.png new file mode 100644 index 0000000..6cfc9c9 Binary files /dev/null and b/e2e/snapshots/errors/404_mobile.png differ diff --git a/e2e/snapshots/errors/404_table.png b/e2e/snapshots/errors/404_table.png new file mode 100644 index 0000000..692c6fd Binary files /dev/null and b/e2e/snapshots/errors/404_table.png differ diff --git a/e2e/snapshots/errors/invalid-project_desktop.png b/e2e/snapshots/errors/invalid-project_desktop.png new file mode 100644 index 0000000..03f3ad9 Binary files /dev/null and b/e2e/snapshots/errors/invalid-project_desktop.png differ diff --git a/e2e/snapshots/errors/invalid-project_mobile.png b/e2e/snapshots/errors/invalid-project_mobile.png new file mode 100644 index 0000000..6cfc9c9 Binary files /dev/null and b/e2e/snapshots/errors/invalid-project_mobile.png differ diff --git a/e2e/snapshots/errors/invalid-project_table.png b/e2e/snapshots/errors/invalid-project_table.png new file mode 100644 index 0000000..692c6fd Binary files /dev/null and b/e2e/snapshots/errors/invalid-project_table.png differ diff --git a/e2e/snapshots/errors/invalid-session_desktop.png b/e2e/snapshots/errors/invalid-session_desktop.png new file mode 100644 index 0000000..03f3ad9 Binary files /dev/null and b/e2e/snapshots/errors/invalid-session_desktop.png differ diff --git a/e2e/snapshots/errors/invalid-session_mobile.png b/e2e/snapshots/errors/invalid-session_mobile.png new file mode 100644 index 0000000..6cfc9c9 Binary files /dev/null and b/e2e/snapshots/errors/invalid-session_mobile.png differ diff --git a/e2e/snapshots/errors/invalid-session_table.png b/e2e/snapshots/errors/invalid-session_table.png new file mode 100644 index 0000000..692c6fd Binary files /dev/null and b/e2e/snapshots/errors/invalid-session_table.png differ diff --git a/e2e/snapshots/project-detail/default/desktop.png b/e2e/snapshots/project-detail/default/desktop.png new file mode 100644 index 0000000..03f3ad9 Binary files /dev/null and b/e2e/snapshots/project-detail/default/desktop.png differ diff --git a/e2e/snapshots/project-detail/default/mobile.png b/e2e/snapshots/project-detail/default/mobile.png new file mode 100644 index 0000000..6cfc9c9 Binary files /dev/null and b/e2e/snapshots/project-detail/default/mobile.png differ diff --git a/e2e/snapshots/project-detail/default/table.png b/e2e/snapshots/project-detail/default/table.png new file mode 100644 index 0000000..692c6fd Binary files /dev/null and b/e2e/snapshots/project-detail/default/table.png differ diff --git a/e2e/snapshots/project-detail/filters-expanded/desktop.png b/e2e/snapshots/project-detail/filters-expanded/desktop.png new file mode 100644 index 0000000..03f3ad9 Binary files /dev/null and b/e2e/snapshots/project-detail/filters-expanded/desktop.png differ diff --git a/e2e/snapshots/project-detail/filters-expanded/mobile.png b/e2e/snapshots/project-detail/filters-expanded/mobile.png new file mode 100644 index 0000000..6cfc9c9 Binary files /dev/null and b/e2e/snapshots/project-detail/filters-expanded/mobile.png differ diff --git a/e2e/snapshots/project-detail/filters-expanded/table.png b/e2e/snapshots/project-detail/filters-expanded/table.png new file mode 100644 index 0000000..692c6fd Binary files /dev/null and b/e2e/snapshots/project-detail/filters-expanded/table.png differ diff --git a/e2e/snapshots/project-detail/new-chat-modal/desktop.png b/e2e/snapshots/project-detail/new-chat-modal/desktop.png new file mode 100644 index 0000000..03f3ad9 Binary files /dev/null and b/e2e/snapshots/project-detail/new-chat-modal/desktop.png differ diff --git a/e2e/snapshots/project-detail/new-chat-modal/mobile.png b/e2e/snapshots/project-detail/new-chat-modal/mobile.png new file mode 100644 index 0000000..6cfc9c9 Binary files /dev/null and b/e2e/snapshots/project-detail/new-chat-modal/mobile.png differ diff --git a/e2e/snapshots/project-detail/new-chat-modal/table.png b/e2e/snapshots/project-detail/new-chat-modal/table.png new file mode 100644 index 0000000..692c6fd Binary files /dev/null and b/e2e/snapshots/project-detail/new-chat-modal/table.png differ diff --git a/e2e/snapshots/projects/default/desktop.png b/e2e/snapshots/projects/default/desktop.png new file mode 100644 index 0000000..03f3ad9 Binary files /dev/null and b/e2e/snapshots/projects/default/desktop.png differ diff --git a/e2e/snapshots/projects/default/mobile.png b/e2e/snapshots/projects/default/mobile.png new file mode 100644 index 0000000..6cfc9c9 Binary files /dev/null and b/e2e/snapshots/projects/default/mobile.png differ diff --git a/e2e/snapshots/projects/default/table.png b/e2e/snapshots/projects/default/table.png new file mode 100644 index 0000000..692c6fd Binary files /dev/null and b/e2e/snapshots/projects/default/table.png differ diff --git a/e2e/snapshots/projects/empty/desktop.png b/e2e/snapshots/projects/empty/desktop.png new file mode 100644 index 0000000..03f3ad9 Binary files /dev/null and b/e2e/snapshots/projects/empty/desktop.png differ diff --git a/e2e/snapshots/projects/empty/mobile.png b/e2e/snapshots/projects/empty/mobile.png new file mode 100644 index 0000000..6cfc9c9 Binary files /dev/null and b/e2e/snapshots/projects/empty/mobile.png differ diff --git a/e2e/snapshots/projects/empty/table.png b/e2e/snapshots/projects/empty/table.png new file mode 100644 index 0000000..692c6fd Binary files /dev/null and b/e2e/snapshots/projects/empty/table.png differ diff --git a/e2e/snapshots/root/desktop.png b/e2e/snapshots/root/desktop.png new file mode 100644 index 0000000..03f3ad9 Binary files /dev/null and b/e2e/snapshots/root/desktop.png differ diff --git a/e2e/snapshots/root/mobile.png b/e2e/snapshots/root/mobile.png new file mode 100644 index 0000000..6cfc9c9 Binary files /dev/null and b/e2e/snapshots/root/mobile.png differ diff --git a/e2e/snapshots/root/table.png b/e2e/snapshots/root/table.png new file mode 100644 index 0000000..692c6fd Binary files /dev/null and b/e2e/snapshots/root/table.png differ diff --git a/e2e/snapshots/session-detail/default/1af7fc5e-8455-4414-9ccd-011d40f70b2a_desktop.png b/e2e/snapshots/session-detail/default/1af7fc5e-8455-4414-9ccd-011d40f70b2a_desktop.png new file mode 100644 index 0000000..03f3ad9 Binary files /dev/null and b/e2e/snapshots/session-detail/default/1af7fc5e-8455-4414-9ccd-011d40f70b2a_desktop.png differ diff --git a/e2e/snapshots/session-detail/default/1af7fc5e-8455-4414-9ccd-011d40f70b2a_mobile.png b/e2e/snapshots/session-detail/default/1af7fc5e-8455-4414-9ccd-011d40f70b2a_mobile.png new file mode 100644 index 0000000..6cfc9c9 Binary files /dev/null and b/e2e/snapshots/session-detail/default/1af7fc5e-8455-4414-9ccd-011d40f70b2a_mobile.png differ diff --git a/e2e/snapshots/session-detail/default/1af7fc5e-8455-4414-9ccd-011d40f70b2a_table.png b/e2e/snapshots/session-detail/default/1af7fc5e-8455-4414-9ccd-011d40f70b2a_table.png new file mode 100644 index 0000000..692c6fd Binary files /dev/null and b/e2e/snapshots/session-detail/default/1af7fc5e-8455-4414-9ccd-011d40f70b2a_table.png differ diff --git a/e2e/snapshots/session-detail/default/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_desktop.png b/e2e/snapshots/session-detail/default/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_desktop.png new file mode 100644 index 0000000..03f3ad9 Binary files /dev/null and b/e2e/snapshots/session-detail/default/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_desktop.png differ diff --git a/e2e/snapshots/session-detail/default/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_mobile.png b/e2e/snapshots/session-detail/default/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_mobile.png new file mode 100644 index 0000000..6cfc9c9 Binary files /dev/null and b/e2e/snapshots/session-detail/default/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_mobile.png differ diff --git a/e2e/snapshots/session-detail/default/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_table.png b/e2e/snapshots/session-detail/default/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_table.png new file mode 100644 index 0000000..692c6fd Binary files /dev/null and b/e2e/snapshots/session-detail/default/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_table.png differ diff --git a/e2e/snapshots/session-detail/default/fe5e1c67-53e7-4862-81ae-d0e013e3270b_desktop.png b/e2e/snapshots/session-detail/default/fe5e1c67-53e7-4862-81ae-d0e013e3270b_desktop.png new file mode 100644 index 0000000..03f3ad9 Binary files /dev/null and b/e2e/snapshots/session-detail/default/fe5e1c67-53e7-4862-81ae-d0e013e3270b_desktop.png differ diff --git a/e2e/snapshots/session-detail/default/fe5e1c67-53e7-4862-81ae-d0e013e3270b_mobile.png b/e2e/snapshots/session-detail/default/fe5e1c67-53e7-4862-81ae-d0e013e3270b_mobile.png new file mode 100644 index 0000000..6cfc9c9 Binary files /dev/null and b/e2e/snapshots/session-detail/default/fe5e1c67-53e7-4862-81ae-d0e013e3270b_mobile.png differ diff --git a/e2e/snapshots/session-detail/default/fe5e1c67-53e7-4862-81ae-d0e013e3270b_table.png b/e2e/snapshots/session-detail/default/fe5e1c67-53e7-4862-81ae-d0e013e3270b_table.png new file mode 100644 index 0000000..692c6fd Binary files /dev/null and b/e2e/snapshots/session-detail/default/fe5e1c67-53e7-4862-81ae-d0e013e3270b_table.png differ diff --git a/e2e/snapshots/session-detail/sidebar-open/1af7fc5e-8455-4414-9ccd-011d40f70b2a_desktop.png b/e2e/snapshots/session-detail/sidebar-open/1af7fc5e-8455-4414-9ccd-011d40f70b2a_desktop.png new file mode 100644 index 0000000..03f3ad9 Binary files /dev/null and b/e2e/snapshots/session-detail/sidebar-open/1af7fc5e-8455-4414-9ccd-011d40f70b2a_desktop.png differ diff --git a/e2e/snapshots/session-detail/sidebar-open/1af7fc5e-8455-4414-9ccd-011d40f70b2a_mobile.png b/e2e/snapshots/session-detail/sidebar-open/1af7fc5e-8455-4414-9ccd-011d40f70b2a_mobile.png new file mode 100644 index 0000000..6cfc9c9 Binary files /dev/null and b/e2e/snapshots/session-detail/sidebar-open/1af7fc5e-8455-4414-9ccd-011d40f70b2a_mobile.png differ diff --git a/e2e/snapshots/session-detail/sidebar-open/1af7fc5e-8455-4414-9ccd-011d40f70b2a_table.png b/e2e/snapshots/session-detail/sidebar-open/1af7fc5e-8455-4414-9ccd-011d40f70b2a_table.png new file mode 100644 index 0000000..692c6fd Binary files /dev/null and b/e2e/snapshots/session-detail/sidebar-open/1af7fc5e-8455-4414-9ccd-011d40f70b2a_table.png differ diff --git a/e2e/snapshots/session-detail/sidebar-open/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_desktop.png b/e2e/snapshots/session-detail/sidebar-open/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_desktop.png new file mode 100644 index 0000000..03f3ad9 Binary files /dev/null and b/e2e/snapshots/session-detail/sidebar-open/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_desktop.png differ diff --git a/e2e/snapshots/session-detail/sidebar-open/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_mobile.png b/e2e/snapshots/session-detail/sidebar-open/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_mobile.png new file mode 100644 index 0000000..6cfc9c9 Binary files /dev/null and b/e2e/snapshots/session-detail/sidebar-open/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_mobile.png differ diff --git a/e2e/snapshots/session-detail/sidebar-open/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_table.png b/e2e/snapshots/session-detail/sidebar-open/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_table.png new file mode 100644 index 0000000..692c6fd Binary files /dev/null and b/e2e/snapshots/session-detail/sidebar-open/5c0375b4-57a5-4f26-b12d-d022ee4e51b7_table.png differ diff --git a/e2e/snapshots/session-detail/sidebar-open/fe5e1c67-53e7-4862-81ae-d0e013e3270b_desktop.png b/e2e/snapshots/session-detail/sidebar-open/fe5e1c67-53e7-4862-81ae-d0e013e3270b_desktop.png new file mode 100644 index 0000000..03f3ad9 Binary files /dev/null and b/e2e/snapshots/session-detail/sidebar-open/fe5e1c67-53e7-4862-81ae-d0e013e3270b_desktop.png differ diff --git a/e2e/snapshots/session-detail/sidebar-open/fe5e1c67-53e7-4862-81ae-d0e013e3270b_mobile.png b/e2e/snapshots/session-detail/sidebar-open/fe5e1c67-53e7-4862-81ae-d0e013e3270b_mobile.png new file mode 100644 index 0000000..6cfc9c9 Binary files /dev/null and b/e2e/snapshots/session-detail/sidebar-open/fe5e1c67-53e7-4862-81ae-d0e013e3270b_mobile.png differ diff --git a/e2e/snapshots/session-detail/sidebar-open/fe5e1c67-53e7-4862-81ae-d0e013e3270b_table.png b/e2e/snapshots/session-detail/sidebar-open/fe5e1c67-53e7-4862-81ae-d0e013e3270b_table.png new file mode 100644 index 0000000..692c6fd Binary files /dev/null and b/e2e/snapshots/session-detail/sidebar-open/fe5e1c67-53e7-4862-81ae-d0e013e3270b_table.png differ