Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-15 | fix: fixed modal styling | Blaster4385 | 2 | -8/+30 | |
- Also close modal when clicked outside | |||||
2024-05-15 | refactor: optimized editor, encryption and backend code | Blaster4385 | 3 | -136/+104 | |
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 | 4 | -26/+305 | |
2024-04-30 | feat: switched to backend based redirection | Blaster4385 | 1 | -3/+0 | |
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 | 10 | -212/+246 | |
2024-04-30 | feat: copy url to clipboard on save | Blaster4385 | 1 | -0/+26 | |
2024-04-30 | feat: switch editor font to jetbrains mono | Blaster4385 | 3 | -3/+2 | |
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 | 3 | -43/+75 | |
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 | 1 | -1/+2 | |
2024-02-21 | feat: Add support for shortening URLs | Blaster4385 | 3 | -4/+17 | |
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 <[email protected]> | |||||
2024-02-21 | refactor: Optimize Editor and Header | Blaster4385 | 3 | -23/+23 | |
2024-02-21 | feat: Implement frontend UI for minibin | rohan09-raj | 13 | -130/+470 | |
- Use prism.js for syntax highlighting - USe react-router-dom for routing | |||||
2024-02-21 | Initial commit | rohan09-raj | 5 | -0/+156 | |
- Create basic client and server layout |