Commit graph

40 commits

Author SHA1 Message Date
c7e0836202
February 2023 Update (#158) 2023-02-04 23:46:24 -08:00
ac865d7a26 Fix colors in GridRep and add to detailsWithUsername 2023-01-03 19:41:31 -08:00
56c4842e82 Add full auto tag to GridRep 2023-01-03 19:24:37 -08:00
d1ec67d021 Fix null element on GridRep 2022-12-28 23:39:54 -08:00
47f6a5c1bd Make GridRep flexible 2022-12-27 19:18:59 -08:00
8d0860893e Add and implement fix-date
Safari does not handle certain date formats well, and this library fix-date fixes it practically invisibly.
2022-12-27 10:39:49 -08:00
5130f52f61 Use Link on GridRep
* Open grids in new tab
* Can favorite or open grid still
* Can now navigate to profile from grid collection
2022-12-25 22:15:41 -08:00
221f60c48c Fix build errors 2022-12-23 16:27:11 -08:00
45aa8c38ab Update all teams 2022-12-22 00:55:36 -08:00
adc987201e Update profile and filter bar 2022-12-22 00:46:13 -08:00
362301a4a5 Further fix TS error 2022-12-06 19:36:54 -08:00
1b13f8d51e Fix styles for favorite buttons in GridRep 2022-12-06 14:45:38 -08:00
e8843699c7 Remove trailing semicolons 2022-12-05 17:54:46 -08:00
efa864fb80 Run prettier on src 2022-12-04 07:19:31 -08:00
4b960308d4 Continue fixing linter errors 2022-11-19 20:53:09 -08:00
4f11f88c0f Fix more linter errors 2022-11-19 20:50:39 -08:00
89766abba5 Fix null weapon grid image bug 2022-11-16 21:39:03 -08:00
ec737757c0 Try fixing element error on prod 2022-11-16 07:29:24 -08:00
21b86e4239 Fix various API and rendering bugs 2022-11-16 07:04:39 -08:00
61a762b29b Component cookie fixes 2022-11-16 05:26:18 -08:00
517c414e2c GridRep should reflect changed element 2022-03-22 00:49:32 -07:00
aabb9feaea Cleanup 2022-03-07 18:24:26 -08:00
92d9797c0d Don't show hearts on GridReps if user is logged out 2022-03-05 02:29:36 -08:00
110cc0c769 Localize filter bar and dropdowns 2022-03-04 19:51:43 -08:00
7e5b90a6c7 Use the user's stored profile picture in content
Also adds styles!
2022-03-04 05:17:23 -08:00
be60319f98 Refactor Button component 2022-03-04 00:16:53 -08:00
ad1472dfbb Fix (some) warnings and errors
I always forget to `npm run build` before pushing a PR
2022-02-28 01:09:43 -08:00
bf3007f85e Update GridRep to accommodate save button 2022-02-28 01:02:17 -08:00
8ce10c43b1 Fix build errors 2022-02-27 00:42:45 -08:00
5a337003df Update GridRep to optionally display the username 2022-02-27 00:37:44 -08:00
2a4fcfa957 Remove logs 2022-02-26 18:34:02 -08:00
687c4efd26 Fix empty slots in GridRep 2022-02-26 18:33:03 -08:00
2a148db4c3 Fix styling for GridReps and add new information 2022-02-26 17:46:32 -08:00
7e7100cecf Update index.tsx 2022-02-23 14:14:06 -08:00
9b81706902 Update index.tsx 2022-01-30 02:47:08 -08:00
f2085c8344 Fix more ESLint warnings 2022-01-29 18:22:22 -08:00
1122abcab4 Fix broken images on GridRep 2022-01-25 12:17:57 -08:00
67d93703d2 Remove next/Image declarations
We aren't using it
2022-01-24 22:26:12 -08:00
51a14a5a54 Fix alt text for items 2022-01-24 22:22:02 -08:00
728803d9c5 Migrate to Next.js 2022-01-24 21:54:50 -08:00
Renamed from src/components/GridRep/index.tsx (Browse further)