Commit graph

187 commits

Author SHA1 Message Date
Max Campbell
1eb998c7d6 Changes 2022-03-20 14:47:21 -10:00
Max Campbell
8324a26eb6 Changes 2022-03-20 14:47:18 -10:00
Max Campbell
d407c2f546 Made changes to validation 2022-03-20 14:46:16 -10:00
Max Campbell
7b2baad782 Added celebreate validation 2022-03-20 14:44:44 -10:00
Max Leiter
c9f84fe69c
client: remove backticks around inline code markdown blocks 2022-03-20 14:23:35 -07:00
Max Leiter
9d6db0c40b
client: improve link hover in markdown 2022-03-20 14:17:54 -07:00
Max Leiter
59d33042f2
client: fix auth errors and wrap markdown headings in links 2022-03-20 14:09:56 -07:00
Anton
c720b929ce specify renderPost, new error message, try await 2022-03-19 20:15:17 -04:00
Anton
e646df43f2 clean up post check 2022-03-16 19:21:22 -04:00
Anton
3ac9cbcf4e remove console.log 2022-03-16 18:58:43 -04:00
Anton
ac9027c522 fix wrong post check 2022-03-16 18:57:40 -04:00
Anton
7364eb668b remove client side post fetch 2022-03-16 18:54:04 -04:00
Anton
79a8f498c5 render posts server side 2022-03-15 22:49:41 -04:00
Max Leiter
d75819a02a
Merge pull request #32 from icepaq/token-as-cookie
Store token and userid as a cookie
2022-03-15 16:10:47 -06:00
Anton
a92062414f Merge branch 'store-token-in-cookies' into token-as-cookie 2022-03-15 15:27:46 -04:00
Anton
ecbd0584c2 store token and userid in a Cookie 2022-03-15 15:15:54 -04:00
Max Leiter
ed3d413eab
Merge pull request #23 from emilyst/patch-1
Minor wording change for "Download" link
2022-03-13 22:33:17 -07:00
Emily Strickland
1f0d60424e
Minor wording change for "Download" link
Suggesting this change simply because "ZIP" appears to be (per its specification published by PKWARE) canonically spelled uppercase.

I also added the word "archive" to provide a noun modified by "ZIP" rather than treating "ZIP" as a noun itself. It seems clearer this way, but may cause text flow issues in the design if it's too long.
2022-03-14 02:51:01 +00:00
Max Leiter
10c8b02397
Merge pull request #28 from boringContributor/auth-form
refactor: improve the auth component
2022-03-13 17:40:10 -07:00
Sebastian Sauerer
a361b16293 enhance auth workflow by adding a better error message and by validating the auth payload on server side 2022-03-13 20:57:55 +01:00
Sebastian Sauerer
2ba1dd7f26 refactor: improve the auth component 2022-03-13 14:07:03 +01:00
Max Leiter
80bcf68a7f
README: fix typo 2022-03-12 23:39:19 -08:00
Max Leiter
a490b94bce
Merge pull request #26 from sampaioxsamuel/fix-sign-up
Fix empty spaces in sign-in/sign-up inputs
2022-03-12 20:51:02 -08:00
Samuel
0e0c4e36ac add path alias 2022-03-13 01:40:28 -03:00
Kris Alcordo
39eb4aae04
client: Scroll Bar should not show unless necessary (#27)
Co-authored-by: Kris Alcordo <kalcordo@glimpselive.com>
2022-03-12 20:30:12 -08:00
Samuel
7f50654da4 fix: sign-in/up and add head component 2022-03-13 01:13:35 -03:00
Max Leiter
721d32fc35
Create CONTRIBUTING.md 2022-03-12 19:45:25 -08:00
Max Leiter
bbbbb19d26
client: move images to assets/, improve new post on mobile 2022-03-12 15:51:31 -08:00
Max Leiter
ace6de42bd
README: add setup instructions (#24) 2022-03-12 15:08:20 -08:00
Max Leiter
66c8a96e6a
Add issue templates 2022-03-12 15:07:07 -08:00
Max Leiter
64d37df5a3
Create LICENSE 2022-03-12 15:03:17 -08:00
Max Leiter
f9e9c6fe06
client: add downloading and viewing raw files (#21) 2022-03-11 18:48:40 -08:00
Max Leiter
606e38e192
client: switch to vs code color palette for syntax highlighting
this eliminates some WCAG contrast errors, especially in light mode.
2022-03-11 15:59:52 -08:00
Max Leiter
988b05d52d
client: add WELCOME_TITLE and WELCOME_MESSAGE as env vars 2022-03-11 15:57:42 -08:00
Max Leiter
a251d7f764
client: improved drag-and-drop styles for mobile 2022-03-11 15:49:45 -08:00
Max Leiter
6c0c45091f
README: add logo and mark file uploading as complete 2022-03-11 15:46:49 -08:00
Max Leiter
54adafa41d
client: drag and drop file uploading (#20) 2022-03-11 15:38:37 -08:00
Max Leiter
4bdd5435ce
client: remove unused header CSS 2022-03-10 19:52:33 -08:00
Max Leiter
f17ef649b9
client: minor styling improvements 2022-03-10 19:51:10 -08:00
Max Leiter
96fc4f38ae
client: remove TODO doc from home 2022-03-10 12:51:26 -08:00
Max Leiter
d669f1057e
client: add time-ago utility and auth cleanup (#19)
* client: add time-ago utility and use it in post list
* client: improve header, timeago styling
* client: Use next/link with geist-ui Link
2022-03-09 23:46:59 -08:00
Max Leiter
55a2b19f9a
client: favicon and touch icons, use logo on homepage 2022-03-09 17:47:54 -08:00
reese sapphire
68309c0bd4
client: added a logo! (#15) 2022-03-09 17:16:32 -08:00
Max Leiter
5c6336fe8b
Merge pull request #18 from MaxLeiter/loadingSkeletons
client: add some loading skeletons
2022-03-09 17:15:53 -08:00
Max Leiter
cb6faa50b0
client: add some loading skeletons 2022-03-09 17:11:37 -08:00
Max Leiter
f24ad3286b
Merge pull request #16 from MaxLeiter/caseInsensitiveUsernames
server: ignore username case when signing up and in
2022-03-09 16:31:49 -08:00
Max Leiter
61f7888f1b
server: ignore username case when signing up and in 2022-03-09 16:22:52 -08:00
Max Leiter
cad10fb1fa
README: change wording of follow => reach 2022-03-09 16:12:49 -08:00
Max Leiter
859895e75a
Add current status to README 2022-03-09 16:11:45 -08:00
Max Leiter
d2edb119d9
client: useSharedState and syntax highlighting 2022-03-09 15:04:24 -08:00