Commit Graph

169 Commits (dupePosts)

Author SHA1 Message Date
Max Leiter 41238cb79f
client: lighter border color 3 years ago
Max Leiter 8b2a22e3d3
client: tweak markdown link color 3 years ago
Max Leiter de68796101
client: disable theme transitions on change 3 years ago
Max Leiter 6a4ff9c307
client: theme fixes and adjust visibility badge spacing on post view 3 years ago
Max Leiter 6045200ac4
client: add next-themes support for CSS variables 3 years ago
Max Leiter 186d536175
client: experiment with heading title color in markdown 3 years ago
Max Leiter 7c857cf318
client: increase markdown top margin 3 years ago
Max Leiter 2a1f95238b
client: improve heading margins in markdown 3 years ago
Max Leiter bbee452250
client: improve markdown font styles 3 years ago
Max Leiter 7ca0cbac4c
client: set post title if text pasted w/o title set 3 years ago
Max Leiter c55ca681b4
client: improve markdown rendering 3 years ago
Max Leiter 60f2ab99b3
client: lint with useTabs 3 years ago
Max Leiter 48a8e9f6a9
client: fix hydration error with placeholder for post title 3 years ago
Max Leiter d4120e6f41
client: add prettier, switch to preact 3 years ago
Max Leiter 9bdff8f28f
client/server: load rendered html after page load, fix raw exporting 3 years ago
Max Leiter 534cd87dc9
client: improve link accessibility in markdown 3 years ago
Max Leiter a139acc747
client/server: render nested elements in headings 3 years ago
Max Leiter f92d854336
client/server: linkify headers and transform html entities in markdown 3 years ago
Max Leiter c0c18e5b61
client: improve makrdown handling of nested elements 3 years ago
Max Leiter ef16bfc565
client: better link hover symbol 3 years ago
Max Leiter 26a9639589
client: nprogress 3 years ago
Max Leiter 0a724f6f97
client: improved code styles in markdown 3 years ago
Max Leiter 118c06f272
client: fix useless prop 3 years ago
Max Leiter 19988e49ed
server: store and render markdown on server 3 years ago
Max Leiter 30e32e33cf
client: improve markdown styles 3 years ago
Max Leiter eaffebb53c
client: optimize fetching rendered markdown 3 years ago
Max Leiter 34b1ab979f
client: overhaul markdown rendering (now server-side), refactor theming 3 years ago
Max Leiter d1ee9d857f
client: beging markdown rendering on server 3 years ago
Max Leiter da46422764
client: stop some unncessary re-renders on new page 3 years ago
Max Leiter d83cdf3eeb
client: use next/dynamic for react markdown rendering 3 years ago
Max Leiter 97f354a271
client: fix downloading zip files 3 years ago
Max Leiter 12cc8bccaa
client: refactor view page components and optimize geist-ui imports 3 years ago
Max Leiter 266848e6b2
client: fix uploading files when no files are present 3 years ago
Max Leiter c1dcfb6a58
client: don't require confirming password accessing protected page 3 years ago
Max Leiter ecd06a2258
client: finish protected posts 3 years ago
Max Leiter d30c34deec
Add usage of SECRET_KEY to secure API routes 3 years ago
Max Leiter 90fa28ad65
post generation rework with static paths/props 3 years ago
Max Leiter 3efbeb726f
client: tree-shaking improvements 3 years ago
Max Leiter 2ec4019ea2
client: fix submitting status on new post 3 years ago
Max Leiter d06d0ffea2
client: remove cache control 3 years ago
Max Leiter 1c68aa9765
client: use cookie for theme, redirect post view in server side props 3 years ago
Max Leiter e37bd00a13
Merge with main 3 years ago
Max Leiter dc64972188
client: tsconfig and next settings 3 years ago
Max Leiter 5b3d69d4a7
Merge pull request #34 from icepaq/render-public-posts-server-side
client: render posts server side
3 years ago
Max Leiter 3f0212c5c6
begin work on protected posts 3 years ago
Max Leiter 65b0c8f7f3
client: distinguish current page in header 3 years ago
Max Leiter bf878473af
client: change all auth redirects to middleware 3 years ago
Max Leiter abe419daba
client: add signout route 3 years ago
Max Leiter a5e4c0ef75
client: use next middleware for redirects/rewrites based on auth; make preview 100% height always 3 years ago
Max Leiter 594e903fe4
README: update disclaimer on current status for production use 3 years ago
Max Leiter c4cd55f4e6
server/client: add registration password and env vars 3 years ago
Max Leiter c57e0d6692
client: fix logging out with new cookie auth 3 years ago
Max Leiter 3f8511e0c1
client: stop unnecessary title re-renders in /new 3 years ago
Max Leiter 2fbcb41cdd
client: clean-up drag and drop code and set post title if unset 3 years ago
Max Leiter 921f219c5a
client: add focus styling for file upload area 3 years ago
Max Leiter 9ba17db6f9
client: improve responsiveness 3 years ago
Max Leiter c9f84fe69c
client: remove backticks around inline code markdown blocks 3 years ago
Max Leiter 9d6db0c40b
client: improve link hover in markdown 3 years ago
Max Leiter 59d33042f2
client: fix auth errors and wrap markdown headings in links 3 years ago
Anton c720b929ce specify renderPost, new error message, try await 3 years ago
Anton e646df43f2 clean up post check 3 years ago
Anton 3ac9cbcf4e remove console.log 3 years ago
Anton ac9027c522 fix wrong post check 3 years ago
Anton 7364eb668b remove client side post fetch 3 years ago
Anton 79a8f498c5 render posts server side 3 years ago
Anton a92062414f Merge branch 'store-token-in-cookies' into token-as-cookie 3 years ago
Anton ecbd0584c2 store token and userid in a Cookie 3 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.
3 years ago
Sebastian Sauerer a361b16293 enhance auth workflow by adding a better error message and by validating the auth payload on server side 3 years ago
Sebastian Sauerer 2ba1dd7f26 refactor: improve the auth component 3 years ago
Max Leiter a490b94bce
Merge pull request #26 from sampaioxsamuel/fix-sign-up
Fix empty spaces in sign-in/sign-up inputs
3 years ago
Samuel 0e0c4e36ac add path alias 3 years ago
Kris Alcordo 39eb4aae04
client: Scroll Bar should not show unless necessary (#27)
Co-authored-by: Kris Alcordo <kalcordo@glimpselive.com>
3 years ago
Samuel 7f50654da4 fix: sign-in/up and add head component 3 years ago
Max Leiter bbbbb19d26
client: move images to assets/, improve new post on mobile 3 years ago
Max Leiter f9e9c6fe06
client: add downloading and viewing raw files (#21) 3 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.
3 years ago
Max Leiter 988b05d52d
client: add WELCOME_TITLE and WELCOME_MESSAGE as env vars 3 years ago
Max Leiter a251d7f764
client: improved drag-and-drop styles for mobile 3 years ago
Max Leiter 54adafa41d
client: drag and drop file uploading (#20) 3 years ago
Max Leiter 4bdd5435ce
client: remove unused header CSS 3 years ago
Max Leiter f17ef649b9
client: minor styling improvements 3 years ago
Max Leiter 96fc4f38ae
client: remove TODO doc from home 3 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
3 years ago
Max Leiter 55a2b19f9a
client: favicon and touch icons, use logo on homepage 3 years ago
Max Leiter cb6faa50b0
client: add some loading skeletons 3 years ago
Max Leiter d2edb119d9
client: useSharedState and syntax highlighting 3 years ago
Max Leiter 252d16866f
client: dark mode 3 years ago
Max Leiter d8447f759d
client: improved mobile stylings 3 years ago
Max Leiter 4ca525fb12
client: remove typo from homepage 3 years ago
Max Leiter 7ef696f88e
sort your posts by time, style improvements 3 years ago
Max Leiter 73e32a58e7
client: add spacing to top/bottom of Documents 3 years ago
Max Leiter 844ccded3c
client: improve rendered post styling; length is 100% if uneditable 3 years ago
Max Leiter 5b71fc6b27
Better header loading 3 years ago
Max Leiter ada427b2d7
client: accessible emoji 3 years ago
Max Leiter 7f88cd9a60
client: conditionally render formatting buttons 3 years ago
Max Leiter dc16802ffc
client: formatting icons 3 years ago
Max Leiter 0943519026
client: add debug log to next.config.js 3 years ago
Max Leiter 5001310af0
"client: .env -> .env.local" 3 years ago
Max Leiter b48d1ea745
add API_URl env var to client 3 years ago