aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09feat: added a tooltip for keyboard shortcutsrohan09-raj5-1/+144
Co-authored-by: Blaster4385 <venkatesh@tablaster.dev>
2024-06-09feat: added keyboard accessibilityBlaster438517-152/+598
2024-05-15refactor: switched to local fontsBlaster438510-10/+55
2024-05-15feat: preload fontsBlaster43851-1/+5
2024-05-15fix: fixed modal stylingBlaster43853-8/+30
- Also close modal when clicked outside
2024-05-15refactor: optimized editor, encryption and backend codeBlaster43854-175/+138
2024-05-15feat: close language dropdown on clicking outside itBlaster43851-2/+16
2024-05-15feat: added end-to-end encryptionrohan09-raj6-30/+310
2024-04-30chore: strip go binaryBlaster43851-1/+1
2024-04-30feat: switched to backend based redirectionBlaster43852-3/+13
2024-04-30feat: made language dropdown scrollablerohan09-raj2-1/+32
2024-04-30chore: simplify base urlBlaster43852-10/+8
2024-04-30feat: formated codeBlaster438513-224/+262
2024-04-30feat: copy url to clipboard on saveBlaster43851-0/+26
2024-04-30feat: added faviconBlaster43852-1/+1
2024-04-30feat: switch editor font to jetbrains monoBlaster43854-4/+3
2024-04-30fix: set textarea font and display block to fix alignment issuesBlaster43852-3/+3
2024-04-30feat: added a link to home page on headerBlaster43852-1/+7
2024-04-30fix: make header unselectableBlaster43851-0/+4
2024-04-30refactor: fixed text wrapping and cleanup cssBlaster43853-31/+9
2024-04-30chore: changed line number colorBlaster43851-2/+1
2024-04-30fix: fixed line numbers and text wrapping in editorrohan09-raj4-43/+76
2024-04-30chore: updated readmeBlaster43851-28/+7
2024-04-30build: added makefileBlaster43852-0/+13
2024-02-21refactor: rewrite server and bundle entire application in a single binaryBlaster43855-81/+100
2024-02-21chore: update production urlBlaster43851-2/+2
2024-02-21chore: added readmeBlaster43852-0/+64
2024-02-21feat: implemented responsive designrohan09-raj3-1/+41
2024-02-21chore: improved placeholder textrohan09-raj1-1/+1
2024-02-21fix: increase z-index of custom selectrohan09-raj1-1/+1
2024-02-21feat: Switch to poppins fontBlaster43852-1/+5
2024-02-21feat: Add support for shortening URLsBlaster43854-4/+18
2024-02-21refactor: Revamp UI and colorschemeBlaster43858-39/+51
- We gruvbox now :)
2024-02-21Editor: Set default language to noneBlaster43851-1/+1
2024-02-21feat: Add a custom select componentrohan09-raj8-108/+227
- We will use this as default html select component is not very customizable Co-authored-by: Blaster4385 <blaster4385@tablaster.dev>
2024-02-21refactor: Optimize Editor and HeaderBlaster43853-23/+23
2024-02-21refactor: Rewrite server in goBlaster438512-364/+185
2024-02-21feat: implement backend in node.jsrohan09-raj8-6/+161
- Use sqlite as a database
2024-02-21feat: Implement frontend UI for minibinrohan09-raj22-175/+638
- Use prism.js for syntax highlighting - USe react-router-dom for routing
2024-02-21Initial commitrohan09-raj19-0/+1154
- Create basic client and server layout