Palanikannan1437
67fd3e296a
fixed tsconfig by removing path aliases
2023-10-10 17:29:24 +05:30
Palanikannan1437
3ea7ab3151
completed core package's documentation
2023-10-10 17:25:45 +05:30
Palanikannan1437
ede27b7b17
added usage of common dependance for slash commands
2023-10-10 16:17:26 +05:30
Palanikannan1437
d9c3407eed
fixed ts issues with link plugin
2023-10-10 14:35:07 +05:30
Palanikannan1437
8552ef24a6
added editor/core readme and fixed imports
2023-10-09 17:56:35 +05:30
Palanikannan1437
6cb9f73006
updated bubble menu to use core package's utilities
2023-10-09 17:19:24 +05:30
Palanikannan1437
37d5e83e92
fixed toggle Underline behvaiour
2023-10-05 10:32:24 +05:30
Palanikannan1437
0cf5ad684b
Merge branch 'develop' into comment-editor
2023-10-04 21:50:09 +05:30
Palanikannan1437
a9d197cda7
removed extra margin from access specifiers
2023-10-04 21:47:42 +05:30
Aaryan Khandelwal
7bdca9c73a
show current version in the help section dropdown ( #2353 )
2023-10-04 18:31:28 +05:30
Palanikannan1437
696a2e9251
fixed shift enter behavior for lists
2023-10-04 15:28:55 +05:30
Palanikannan1437
18c9e64f48
added support for range commands
2023-10-04 01:26:40 +05:30
Palanikannan1437
95439fbbef
added comment editor with fixed menu
2023-10-04 01:06:16 +05:30
Palanikannan1437
ff29c1c87e
Enter key behaviour added for Comments
2023-10-03 19:51:23 +05:30
Palanikannan1437
fc8284d458
fixed tailwind config for editor
2023-10-03 19:26:48 +05:30
Palanikannan1437
f408eb3055
fixed dependencies in editor package
2023-10-03 10:01:10 +05:30
Palanikannan1437
95e5a30614
removed absolute imports from rich-text-editor
2023-10-03 09:32:16 +05:30
Palanikannan1437
0080880852
removed absolute imports from lite-text-editor
2023-10-03 09:30:11 +05:30
Palanikannan1437
857fa18719
removed absolute imports from editor/core package
2023-10-03 09:27:52 +05:30
Palanikannan1437
b479718ece
onSubmit on enterkey captured
2023-10-02 20:10:05 +05:30
Palanikannan1437
2c804c8d6c
trimming html at start and end of content added
2023-10-02 17:44:56 +05:30
Palanikannan1437
51e281592f
replaced all read-only instances
2023-10-02 16:35:54 +05:30
Palanikannan1437
de07f63089
read only editor support added
2023-10-02 16:24:57 +05:30
Palanikannan1437
3d87a56e3b
refactoring tiptap to core/lite/rich text editor
2023-10-02 14:52:38 +05:30
Palanikannan1437
b5228bb0ef
fixed global css issue with highlight js
2023-10-02 14:15:16 +05:30
sriram veeraghanta
7eba4a5032
fix: ui package readme added ( #2334 )
2023-10-02 13:40:28 +05:30
Palanikannan1437
da86f1ad03
refactoring to LiteTextEditor and RichTextEditor
2023-09-30 17:20:59 +05:30
Palanikannan1437
efcc7f20cc
added seperation of extensions and props
2023-09-28 20:25:31 +05:30
Palanikannan1437
4298b0500e
refactored editor to not require workspace slug
2023-09-28 16:05:52 +05:30
Palanikannan1437
d639a0126d
new structure of editor components
2023-09-27 19:49:15 +05:30
Palanikannan1437
063f4c774a
comment editor basic version added
2023-09-25 14:05:17 +05:30
Palanikannan1437
cbb1c1884f
resolved lock life and missing deps
2023-09-22 18:07:07 +05:30
Palanikannan1437
f0e246ccfd
reverted back types and fixed tailwind
2023-09-22 13:54:52 +05:30
Palanikannan1437
448d433876
added turbo dependency for tiptap
2023-09-21 18:04:38 +05:30
Palanikannan1437
8e71ce0c50
finally fixed import errors
2023-09-20 19:03:06 +05:30
Palanikannan1437
28697e3c0e
updated package name to @plane/editor
2023-09-20 12:19:35 +05:30
Palanikannan1437
3b9c29cfd4
exported tiptap editor with and without ref
2023-09-20 11:26:16 +05:30
Palanikannan1437
7ef1745e38
removed old tailwind config and fixed plane package imports
2023-09-20 10:10:11 +05:30
Palanikannan1437
e35848718d
fixed types
2023-09-19 19:49:15 +05:30
Palanikannan1437
8e76809c9b
abstracted upload and delete functions
2023-09-19 13:42:54 +05:30
Palanikannan1437
e9e6f439b4
merge develop into packaging-tiptap
2023-09-19 08:39:23 +05:30
sriram veeraghanta
e58b76c8a6
fix: tailwind common config ( #2168 )
2023-09-13 12:50:04 +05:30
sriram veeraghanta
b9c935092a
chore: eslint config package fixes ( #2165 )
...
* eslint fixes
* lint rules added
2023-09-13 12:06:17 +05:30
Palanikannan1437
0887b69149
initialized tiptap component with common tailwind config
2023-09-08 18:41:40 +05:30
sriram veeraghanta
1e152c666c
New Directory Setup ( #2065 )
...
* chore: moved app & space from apps to root
* chore: modified workspace configuration
* chore: modified dockerfiles for space and web
* chore: modified icons for space
* feat: updated files for new svg icons supported by next-images
* chore: added /spaces base path for next
* chore: added compose config for space
* chore: updated husky configuration
* chore: updated workflows for new configuration
* chore: changed app name to web
* fix: resolved build errors with web
* chore: reset file tracing root for both projects
* chore: added nginx config for deploy
* fix: eslint and tsconfig settings for space app
* husky setup fixes based on new dir
* eslint fixes
* prettier formatting
---------
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com>
2023-09-03 18:50:30 +05:30
sriram veeraghanta
bdca84bd09
Feat: Dockerizing using nginx reverse proxy ( #280 )
...
* minor docker fixes
* eslint config changes
* dockerfile changes to backend and frontend
* oauth enabled env flag
* sentry enabled env flag
* build: get alternatives for environment variables and static file storage
* build: automatically generate random secret key if not provided
* build: update docker compose for next url env add channels to requirements for asgi server and save files in local machine for docker environment
* build: update nginx conf for backend base url update backend dockerfile to make way for static file uploads
* feat: create a default user with given values else default values
* chore: update docker python version and other dependency version in docker
* build: update local settings file to run it in docker
* fix: update script to run in default production setting
* fix: env variable changes and env setup shell script added
* Added Single Dockerfile to run the Entire plane application
* docs build fixes
---------
Co-authored-by: Narayana <narayana.vadapalli1996@gmail.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2023-02-21 11:31:43 +05:30
sriram veeraghanta
9075f9441c
Refactoring Phase 1 ( #199 )
...
* style: added cta at the bottom of sidebar, added missing icons as well, showing dynamic workspace member count on workspace dropdown
* refractor: running parallel request,
made create/edit label function to async function
* fix: sidebar dropdown content going below kanban items
outside click detection in need help dropdown
* refractor: making parallel api calls
fix: create state input comes at bottom, create state input gets on focus automatically, form is getting submitted on enter click
* refactoring file structure and signin page
* style: changed text and added spinner for signing in loading
* refractor: removed unused type
* fix: my issue cta in profile page sending to 404 page
* fix: added new s3 bucket url in next.config.js file
increased image modal height
* packaging UI components
* eslint config
* eslint fixes
* refactoring changes
* build fixes
* minor fixes
* adding todo comments for reference
* refactor: cleared unused imports and re ordered imports
* refactor: removed unused imports
* fix: added workspace argument to useissues hook
* refactor: removed api-routes file, unnecessary constants
* refactor: created helpers folder, removed unnecessary constants
* refactor: new context for issue view
* refactoring issues page
* build fixes
* refactoring
* refactor: create issue modal
* refactor: module ui
* fix: sub-issues mutation
* fix: create more option in create issue modal
* description form debounce issue
* refactor: global component for assignees list
* fix: link module interface
* fix: priority icons and sub-issues count added
* fix: cycle mutation in issue details page
* fix: remove issue from cycle mutation
* fix: create issue modal in home page
* fix: removed unnecessary props
* fix: updated create issue form status
* fix: settings auth breaking
* refactor: issue details page
Co-authored-by: Dakshesh Jain <dakshesh.jain14@gmail.com>
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com>
Co-authored-by: venkatesh-soulpage <venkatesh.marreboyina@soulpageit.com>
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com>
2023-01-26 23:42:20 +05:30