Commit graph

17 commits

Author SHA1 Message Date
q9i
0443604d04 chore: fix all the errors
Sonarlint, ESLint, you name it; it's fixed

AI summary of some changes:
feat: update image handling and optimization in Next.js

The changes in this commit update the handling and optimization of images in Next.js. 

- The `Image` component from the `next/image` package is now used instead of the regular `img` tag. This allows for better handling and optimization of images in Next.js applications.
- The `unoptimized` property in the `nextConfig` object is set to `false`, which means that images will be optimized by default. This improves the performance and loading speed of the application.
- The `remotePatterns` property in the `nextConfig` object is added to specify remote patterns for image optimization. This allows for more control over which images should be optimized and which should not.

These changes were made to enhance the performance and user experience of the application by optimizing the handling of images.
2024-02-17 14:54:14 -08:00
quantum9Innovation
75ca17c5b3 style: format 2024-02-16 19:39:55 +00:00
Ananth Venkatesh
ce107072a4 Revamp documents
Include new citation hash function, search by citation hash, toasts, and QR codes
2024-02-16 19:39:26 +00:00
Team1280Programming
8debd365d3 style: format 2024-02-15 23:12:04 +00:00
Team 1280 Programming Laptop
79f74d8731 Add new document properties and search options 2024-02-15 15:11:34 -08:00
Ananth Venkatesh
d883cf7940 Fix string to hex conversion 2024-02-15 21:17:36 +00:00
bd6b331338 Merge branch 'main' of github.com:Team-1280/eeXiv 2024-02-15 02:43:49 -08:00
3be854f521 temp 2024-02-14 18:43:17 -08:00
Team 1280 Programming Laptop
6fd3a94fac Enable BibTeX export 2024-02-14 18:11:07 -08:00
bc761bbbea add author documents display, some issues to fix 2024-02-14 10:56:05 -08:00
7c6785042d add eexiv whitepaper and recent documents list 2024-02-13 22:36:13 -08:00
eb790fb6ac update search algorithm 2024-02-13 13:37:58 -08:00
0c4e56ab74 create search web worker 2024-02-12 21:21:55 -08:00
7dc55799b8 document loading working 2024-02-12 19:42:56 -08:00
3e97241cf6 document promise working 2024-02-12 18:25:19 -08:00
c8fd4148ef add search feature and garbage mobile support 2024-02-11 23:09:37 -08:00
6705159e51 update homepage with authors and selected documents 2024-02-11 00:13:26 -08:00