Commit Graph

444 Commits (b64281b1ac07fa1d1a9ad81c7f092ecd99f11839)
 

Author SHA1 Message Date
Max Leiter c57e0d6692
client: fix logging out with new cookie auth 4 years ago
Max Leiter 3f8511e0c1
client: stop unnecessary title re-renders in /new 4 years ago
Max Leiter 2fbcb41cdd
client: clean-up drag and drop code and set post title if unset 4 years ago
Max Leiter 921f219c5a
client: add focus styling for file upload area 4 years ago
Max Leiter 9ba17db6f9
client: improve responsiveness 4 years ago
Max Campbell 8117eb8b8a Added back missing check 4 years ago
Max Campbell dd0f38bd8b Removed console.log 4 years ago
Max Campbell 1eb998c7d6 Changes 4 years ago
Max Campbell 8324a26eb6 Changes 4 years ago
Max Campbell d407c2f546 Made changes to validation 4 years ago
Max Campbell 7b2baad782 Added celebreate validation 4 years ago
Max Leiter c9f84fe69c
client: remove backticks around inline code markdown blocks 4 years ago
Max Leiter 9d6db0c40b
client: improve link hover in markdown 4 years ago
Max Leiter 59d33042f2
client: fix auth errors and wrap markdown headings in links 4 years ago
Anton c720b929ce specify renderPost, new error message, try await 4 years ago
Anton e646df43f2 clean up post check 4 years ago
Anton 3ac9cbcf4e remove console.log 4 years ago
Anton ac9027c522 fix wrong post check 4 years ago
Anton 7364eb668b remove client side post fetch 4 years ago
Anton 79a8f498c5 render posts server side 4 years ago
Max Leiter d75819a02a
Merge pull request #32 from icepaq/token-as-cookie
Store token and userid as a cookie
4 years ago
Anton a92062414f Merge branch 'store-token-in-cookies' into token-as-cookie 4 years ago
Anton ecbd0584c2 store token and userid in a Cookie 4 years ago
Max Leiter ed3d413eab
Merge pull request #23 from emilyst/patch-1
Minor wording change for "Download" link
4 years ago
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.
4 years ago
Max Leiter 10c8b02397
Merge pull request #28 from boringContributor/auth-form
refactor: improve the auth component
4 years ago
Sebastian Sauerer a361b16293 enhance auth workflow by adding a better error message and by validating the auth payload on server side 4 years ago
Sebastian Sauerer 2ba1dd7f26 refactor: improve the auth component 4 years ago
Max Leiter 80bcf68a7f
README: fix typo 4 years ago
Max Leiter a490b94bce
Merge pull request #26 from sampaioxsamuel/fix-sign-up
Fix empty spaces in sign-in/sign-up inputs
4 years ago
Samuel 0e0c4e36ac add path alias 4 years ago
Kris Alcordo 39eb4aae04
client: Scroll Bar should not show unless necessary (#27)
Co-authored-by: Kris Alcordo <kalcordo@glimpselive.com>
4 years ago
Samuel 7f50654da4 fix: sign-in/up and add head component 4 years ago
Max Leiter 721d32fc35
Create CONTRIBUTING.md 4 years ago
Max Leiter bbbbb19d26
client: move images to assets/, improve new post on mobile 4 years ago
Max Leiter ace6de42bd
README: add setup instructions (#24) 4 years ago
Max Leiter 66c8a96e6a
Add issue templates 4 years ago
Max Leiter 64d37df5a3
Create LICENSE 4 years ago
Max Leiter f9e9c6fe06
client: add downloading and viewing raw files (#21) 4 years ago
Max Leiter 606e38e192
client: switch to vs code color palette for syntax highlighting
this eliminates some WCAG contrast errors, especially in light mode.
4 years ago
Max Leiter 988b05d52d
client: add WELCOME_TITLE and WELCOME_MESSAGE as env vars 4 years ago
Max Leiter a251d7f764
client: improved drag-and-drop styles for mobile 4 years ago
Max Leiter 6c0c45091f
README: add logo and mark file uploading as complete 4 years ago
Max Leiter 54adafa41d
client: drag and drop file uploading (#20) 4 years ago
Max Leiter 4bdd5435ce
client: remove unused header CSS 4 years ago
Max Leiter f17ef649b9
client: minor styling improvements 4 years ago
Max Leiter 96fc4f38ae
client: remove TODO doc from home 4 years ago
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
4 years ago
Max Leiter 55a2b19f9a
client: favicon and touch icons, use logo on homepage 4 years ago
reese sapphire 68309c0bd4
client: added a logo! (#15) 4 years ago