Commit graph

36 commits

Author SHA1 Message Date
5e490fcdfa fix: fixed encryption modal position 2024-07-08 11:04:08 +05:30
4b73aca101 feat: added a tooltip for keyboard shortcuts
Co-authored-by: Blaster4385 <venkatesh@tablaster.dev>
2024-06-09 14:16:21 +05:30
731453588b feat: added keyboard accessibility 2024-06-09 14:10:27 +05:30
189ef9ef81 refactor: switched to local fonts 2024-05-15 21:55:42 +05:30
c0b8a6d73d feat: preload fonts 2024-05-15 20:47:58 +05:30
3e0acbf495 fix: fixed modal styling
- Also close modal when clicked outside
2024-05-15 20:47:32 +05:30
afab9091b1 refactor: optimized editor, encryption and backend code 2024-05-15 13:15:00 +05:30
4c1b757403 feat: close language dropdown on clicking outside it 2024-05-15 12:53:04 +05:30
f6d70cf9ab feat: added end-to-end encryption 2024-05-15 11:10:02 +05:30
86c4719b54 feat: switched to backend based redirection 2024-04-30 11:18:22 +05:30
639f174840 feat: made language dropdown scrollable 2024-04-30 11:10:37 +05:30
cafb4b0b6f chore: simplify base url 2024-04-30 11:10:37 +05:30
5e7629a055 feat: formated code 2024-04-30 11:10:37 +05:30
641909aa31 feat: copy url to clipboard on save 2024-04-30 11:10:37 +05:30
68f473da01 feat: added favicon 2024-04-30 11:10:37 +05:30
2c980043fe feat: switch editor font to jetbrains mono 2024-04-30 11:10:37 +05:30
3fb5eeea18 fix: set textarea font and display block to fix alignment issues 2024-04-30 11:10:37 +05:30
fbf0b32229 feat: added a link to home page on header 2024-04-30 11:10:37 +05:30
ca6b42303c fix: make header unselectable 2024-04-30 11:10:37 +05:30
7219daaf19 refactor: fixed text wrapping and cleanup css 2024-04-30 11:10:37 +05:30
136d914a5a chore: changed line number color 2024-04-30 11:10:37 +05:30
ce119c6328 fix: fixed line numbers and text wrapping in editor 2024-04-30 11:10:37 +05:30
3d8c332ad6 refactor: rewrite server and bundle entire application in a single binary 2024-02-21 23:55:16 +05:30
4536ac2f90 chore: update production url 2024-02-21 23:55:16 +05:30
b472b7172a chore: added readme 2024-02-21 23:55:10 +05:30
f407b687e4 feat: implemented responsive design 2024-02-21 23:52:45 +05:30
fbb305f745 chore: improved placeholder text 2024-02-21 23:52:45 +05:30
5402bbc598 fix: increase z-index of custom select 2024-02-21 23:52:45 +05:30
ad6a7e24db feat: Switch to poppins font 2024-02-21 23:52:45 +05:30
96c2c2b16f feat: Add support for shortening URLs 2024-02-21 23:52:45 +05:30
2186af44ec refactor: Revamp UI and colorscheme
- We gruvbox now :)
2024-02-21 23:52:45 +05:30
c9c42ffd12 Editor: Set default language to none 2024-02-21 23:52:45 +05:30
ab1892a710 feat: Add a custom select component
- We will use this as default html select component is not very customizable

Co-authored-by: Blaster4385 <blaster4385@tablaster.dev>
2024-02-21 23:52:45 +05:30
fe108210fa refactor: Optimize Editor and Header 2024-02-21 23:52:45 +05:30
7ef0354687 feat: Implement frontend UI for minibin
- Use prism.js for syntax highlighting
- USe react-router-dom for routing
2024-02-21 23:52:45 +05:30
63f1cbe9c0 Initial commit
- Create basic client and server layout
2024-02-21 23:52:37 +05:30