Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-09 | feat: added a tooltip for keyboard shortcuts | rohan09-raj | 5 | -1/+144 | |
Co-authored-by: Blaster4385 <venkatesh@tablaster.dev> | |||||
2024-06-09 | feat: added keyboard accessibility | Blaster4385 | 17 | -152/+598 | |
2024-05-15 | refactor: switched to local fonts | Blaster4385 | 10 | -10/+55 | |
2024-05-15 | feat: preload fonts | Blaster4385 | 1 | -1/+5 | |
2024-05-15 | fix: fixed modal styling | Blaster4385 | 3 | -8/+30 | |
- Also close modal when clicked outside | |||||
2024-05-15 | refactor: optimized editor, encryption and backend code | Blaster4385 | 4 | -175/+138 | |
2024-05-15 | feat: close language dropdown on clicking outside it | Blaster4385 | 1 | -2/+16 | |
2024-05-15 | feat: added end-to-end encryption | rohan09-raj | 6 | -30/+310 | |
2024-04-30 | chore: strip go binary | Blaster4385 | 1 | -1/+1 | |
2024-04-30 | feat: switched to backend based redirection | Blaster4385 | 2 | -3/+13 | |
2024-04-30 | feat: made language dropdown scrollable | rohan09-raj | 2 | -1/+32 | |
2024-04-30 | chore: simplify base url | Blaster4385 | 2 | -10/+8 | |
2024-04-30 | feat: formated code | Blaster4385 | 13 | -224/+262 | |
2024-04-30 | feat: copy url to clipboard on save | Blaster4385 | 1 | -0/+26 | |
2024-04-30 | feat: added favicon | Blaster4385 | 2 | -1/+1 | |
2024-04-30 | feat: switch editor font to jetbrains mono | Blaster4385 | 4 | -4/+3 | |
2024-04-30 | fix: set textarea font and display block to fix alignment issues | Blaster4385 | 2 | -3/+3 | |
2024-04-30 | feat: added a link to home page on header | Blaster4385 | 2 | -1/+7 | |
2024-04-30 | fix: make header unselectable | Blaster4385 | 1 | -0/+4 | |
2024-04-30 | refactor: fixed text wrapping and cleanup css | Blaster4385 | 3 | -31/+9 | |
2024-04-30 | chore: changed line number color | Blaster4385 | 1 | -2/+1 | |
2024-04-30 | fix: fixed line numbers and text wrapping in editor | rohan09-raj | 4 | -43/+76 | |
2024-04-30 | chore: updated readme | Blaster4385 | 1 | -28/+7 | |
2024-04-30 | build: added makefile | Blaster4385 | 2 | -0/+13 | |
2024-02-21 | refactor: rewrite server and bundle entire application in a single binary | Blaster4385 | 5 | -81/+100 | |
2024-02-21 | chore: update production url | Blaster4385 | 1 | -2/+2 | |
2024-02-21 | chore: added readme | Blaster4385 | 2 | -0/+64 | |
2024-02-21 | feat: implemented responsive design | rohan09-raj | 3 | -1/+41 | |
2024-02-21 | chore: improved placeholder text | rohan09-raj | 1 | -1/+1 | |
2024-02-21 | fix: increase z-index of custom select | rohan09-raj | 1 | -1/+1 | |
2024-02-21 | feat: Switch to poppins font | Blaster4385 | 2 | -1/+5 | |
2024-02-21 | feat: Add support for shortening URLs | Blaster4385 | 4 | -4/+18 | |
2024-02-21 | refactor: Revamp UI and colorscheme | Blaster4385 | 8 | -39/+51 | |
- We gruvbox now :) | |||||
2024-02-21 | Editor: Set default language to none | Blaster4385 | 1 | -1/+1 | |
2024-02-21 | feat: Add a custom select component | rohan09-raj | 8 | -108/+227 | |
- We will use this as default html select component is not very customizable Co-authored-by: Blaster4385 <blaster4385@tablaster.dev> | |||||
2024-02-21 | refactor: Optimize Editor and Header | Blaster4385 | 3 | -23/+23 | |
2024-02-21 | refactor: Rewrite server in go | Blaster4385 | 12 | -364/+185 | |
2024-02-21 | feat: implement backend in node.js | rohan09-raj | 8 | -6/+161 | |
- Use sqlite as a database | |||||
2024-02-21 | feat: Implement frontend UI for minibin | rohan09-raj | 22 | -175/+638 | |
- Use prism.js for syntax highlighting - USe react-router-dom for routing | |||||
2024-02-21 | Initial commit | rohan09-raj | 19 | -0/+1154 | |
- Create basic client and server layout |