Aaryan Khandelwal
dddfeb17b7
refactor: dropdowns ( #1532 )
2023-07-17 17:35:47 +05:30
Aaryan Khandelwal
538d67dbd9
fix: theming colors ( #1533 )
...
* chore: update border colors
* chore: loading screens bg color, custom theming default values
* chore: remove unnecessary images
* chore: update static colors
* chore: update old variable names
* chore: update issue activity icon colors
* chore: update user activity icon colors
2023-07-17 16:28:23 +05:30
Aaryan Khandelwal
5fadf53580
style: auth screens ( #1531 )
...
* chore: invitations empty state
* style: new auth screens
* chore: update typography
* chore: update border colors
* chore: resend code text
2023-07-17 13:00:44 +05:30
Aaryan Khandelwal
da6ecd439c
refactor: favorite projects fetch function, chore: update tooltip design ( #1526 )
...
* chore: update tooltip design
* fix: due date popup overflow
* fix: build error
* fix: build error
* chore: add key to map return value
* refactor: favorite projects sidebar list
2023-07-14 15:08:07 +05:30
Aaryan Khandelwal
c9a5893c3f
chore: update favorite projects endpoint ( #1522 )
...
* chore: upate favorite projects list endpoint
* chore: add project button on the sidebar
* refactor: sidebar favorite projects workflow
2023-07-13 19:44:53 +05:30
Anmol Singh Bhatia
60e96bcb72
style: app sidebar revamp ( #1120 )
...
* style: app sidebar, sidebar workspace dropdown and help section styling
* style: consistent padding and spacing
* feat: material icon global component
* style: icons updated and tooltip added
* style: project list spacing and project name truncate
* style: sidebar padding and theming
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-07-13 18:35:43 +05:30
Anmol Singh Bhatia
c9cbca5ec8
feat: auto-archive and auto-close ( #1502 )
...
* chore: issue archive services and types added
* chore: project type and constant updated
* feat: auto-close and auto-archive feature added
* feat: implement rendering of archived issues
* feat: implemented rendering of only list view for archived issues , chore: update types and services
* feat: implemented archive issue detail page and unarchive issue functionality , chore: refactor code
* feat: activity for issue archive and issue restore added
* fix: redirection and delete fix
* fix: merge conflict
* fix: restore issue redirection fix
* fix: disable modification of issue properties for archived issues, style: disable properties styling
* fix: hide empty group, switch to list view on redirct to archived issues
* fix: remove unnecessary header buttons for archived issue
* fix: auto-close dropdown fix
2023-07-13 11:34:37 +05:30
Aaryan Khandelwal
a1b09fcbc6
style: onboarding screens ( #1412 )
...
* style: new onboarding screens
* chore: onboarding tour screens
* fix: build error
* fix: build errors
* style: default layout background
* chor: update user auth hook logic, style: new onboarding screens
* fix: component structure
* chore: tab responsiveness added
* fix: redirection logic
* style: welcome screens responsiveness
* chore: update workspace url input field
* style: mobile responsiveness added
* chore: complete onboarding workflow
* style: create workspace page design update
* style: workspace invitations page design update
* chore: update steps logic
* fix: step change logic
* style: tour steps
2023-07-12 19:55:08 +05:30
Aaryan Khandelwal
253edebb93
fix: updated text and background colors ( #1496 )
...
* fix: custom colors opacity
* chore: update text colors for dark mode
* fix: dropdown text colors, datepicker bg color
* chore: update text colors
* chore: updated primary bg color
2023-07-11 15:18:47 +05:30
Aaryan Khandelwal
4c2cb2368a
chore: update classnames according to the new theming structure ( #1494 )
...
* chore: store various shades of accent color
* refactor: custom theme selector
* refactor: custom theme selector
* chore: update custom theme input labels
* fix: color generator function logic
* fix: accent color preloaded data
* chore: new theming structure
* chore: update shades calculation logic
* refactor: variable names
* chore: update color scheming
* chore: new color scheming
* refactor: themes folder structure
* chore: update classnames to the new ones
* chore: update static colors
* chore: sidebar link colors
* chore: placeholder color
* chore: update border classnames
2023-07-10 12:47:00 +05:30
Anmol Singh Bhatia
353c85120f
feat: bulk invite for project ( #1466 )
...
* feat: bulk invite for project
* feat: members dropdown updated
* fix: error message added ,style: ui improvement
* feat: added add members button for scenarios with multiple members
* chore: updated watch to fields
2023-07-07 14:10:36 +05:30
Aaryan Khandelwal
49f37e0346
fix: emoji render function ( #1484 )
...
* fix: emoji render function
* fix: emoji render function
2023-07-06 16:08:49 +05:30
Anmol Singh Bhatia
4ede04d72f
refactor: standardized date format throughout the platform ( #1461 )
2023-07-04 18:19:19 +05:30
Aaryan Khandelwal
428d0dbac9
fix: words breaking abruptly ( #1371 )
2023-06-23 19:30:11 +05:30
Aaryan Khandelwal
0dfa06e55b
fix: lower role user cannot invite higher role user ( #1302 )
2023-06-16 19:06:34 +05:30
Aaryan Khandelwal
684df96969
chore: replace nextjs Image element ( #1227 )
2023-06-07 01:56:21 +05:30
Anmol Singh Bhatia
6f2a38ad66
fix: bug and auth fixes ( #1224 )
...
* fix: sign in and invitation page fixes
* fix: project and workspace services track event fix
* fix: user onboarding complete track event fix
* fix: issue track event fix
* fix: partial property , issue comment and mark as done issue track event fix
* fix: bulk delete , move to cycle or module and issue label track event fix
* fix: state , cycle and module track event fix
* fix: pages and block track event fix
* fix: integration , estimate , importer , analytics and gpt track event fix
* fix: view track event fix
* fix: build fix
* fix: build fix
2023-06-06 21:36:00 +05:30
sriram veeraghanta
44f8ba407d
Authentication Workflow fixes. Redirection fixes ( #832 )
...
* auth integration fixes
* auth integration fixes
* auth integration fixes
* auth integration fixes
* dev: update user api to return fallback workspace and improve the structure of the response
* dev: fix the issue keyerror and move onboarding logic to serializer method field
* dev: use-user-auth hook imlemented for route access validation and build issues resolved effected by user payload
* fix: global theme color fix
* style: new onboarding ui , fix: use-user-auth hook implemented
* fix: command palette, project invite modal and issue detail page mutation type fix
* fix: onboarding redirection fix
* dev: build isuue resolved
* fix: use user auth hook fix
* fix: sign in toast alert fix, sign out redirection fix and user theme error fix
* fix: user response fix
* fix: unAuthorizedStatus logic updated
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: gurusainath <gurusainath007@gmail.com>
Co-authored-by: anmolsinghbhatia <anmolsinghbhatia@caravel.tech>
2023-05-30 19:14:35 +05:30
gurusainath
f095594be9
update: Handled empty state in adding members to project.
2023-05-22 22:38:22 +05:30
Aaryan Khandelwal
7f5fdb9589
fix: icon picker not working ( #1080 )
...
* fix: icon picker not working
* fix: project icon in analytics sidebar
2023-05-19 16:35:51 +05:30
Aaryan Khandelwal
ab695a309f
fix: layout padding, tabs size and page heading font sizes ( #1067 )
2023-05-17 14:57:58 +05:30
Aaryan Khandelwal
df96d40cfa
fix: views issues mutation, sidebar link highlight ( #1025 )
...
* fix: views issues mutation, sidebar link highlight
* fix: show only specific states when type filter is set
* fix: delete comment mutation
* style: bulk delete issues modal
* fix: project settings features mutation
2023-05-11 02:15:39 +05:30
Aaryan Khandelwal
a1de3f581f
fix: layout height and overflow ( #1004 )
...
* fix: kanban height issue
* dev: Layout fixes
* dev: layout changes
* fix: layout overflow settings and fixed header
* style: filters padding fixed
* fix: hide filters if none are applied
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com>
2023-05-05 17:07:29 +05:30
Anmol Singh Bhatia
86cb23777e
fix: bug fixes ( #1000 )
...
* fix: issue sidebar cycle and module dropdown fix
* style: my issue page
* style: date picker theming
* fix: cycle modal
* style: date picker
* fix: info icon fix
* feat: integration banner
* feat: project integration banner
* fix: module card progress bar fix
* style: integration banner
* style: workspace sidebar
* fix: cycle date checker
* fix: calendar page view dropdown
2023-05-05 15:45:53 +05:30
Anmol Singh Bhatia
483c49d0ff
fix: ui and bug fixes ( #980 )
...
* style: sub issue theming
* style: shortcut modal theming
* style: blocking and blocked by modal theming
* fix: filter labels dropdown width fix
* style: display properties
* chore: workspace invite
* style: invite co workers theming
* style: create workspace theming
* style: attachment theming
* style: workspace sidebar theming
* style: issue property theming
* style: create module modal lead icon
* style: label list modal theming
* delete attachment and member modal theming
* style: transfer issue modal
* style: delete estimate modal theming
* style: module form status
* style: delete state modal theming
* style: shortcut modal
* style: onboarding logo
* style: onboarding command menu
2023-05-02 20:00:33 +05:30
anmolsinghbhatia
13d76d4325
style: workspace sidebar
2023-04-28 20:51:47 +05:30
Aaryan Khandelwal
3175ce9136
style: create project modal ( #957 )
2023-04-28 17:49:29 +05:30
Kunal Vishwakarma
529ed4432c
chore: fixed sidebar highlight not working ( #952 )
2023-04-25 12:10:05 +05:30
Aaryan Khandelwal
2ec8fbab34
style: modals theming ( #940 )
...
* style: existing issues list modal
* style: parent issues list modal
* style: issue modal
* style: cycle modal
* style: module modal
* style: view modal
* style: page modal
* style: delete modals
2023-04-24 11:19:53 +05:30
Aaryan Khandelwal
169a60723b
style: project settings theming ( #936 )
...
* style: project and workspace members theming
* style: project features theming
* style: project settings states theming
* style: project settings labels theming
* style: project settings integrations theming
2023-04-22 23:46:19 +05:30
Kunal Vishwakarma
c80094581e
feat: frontend slack integration ( #932 )
...
* feat: slack integration frontend
* feat: slack integration frontend complete
* Co-authored-by: Aaryan Khandelwal <aaryan610@users.noreply.github.com>
2023-04-22 21:54:50 +05:30
Aaryan Khandelwal
7f235739bd
style: projects page theming ( #921 )
2023-04-21 17:40:49 +05:30
Aaryan Khandelwal
cfd7e1d154
fix: theming fixes ( #914 )
2023-04-21 15:48:06 +05:30
Aaryan Khandelwal
165d16e32b
style: issue details page ( #911 )
2023-04-21 00:34:22 +05:30
Aaryan Khandelwal
3c2f5d12ed
feat: themes ( #902 )
...
* chore: add next theme and initial setup
* chore: add dark mode colors to layouts
* chore: user general setting page theming
* chore: dashboard theming
* chore: project page theming
* chore: workspace setting page theming
* chore: my issue page theming
* chore: cmdk theming
* chore: change hardcode bg and text color to theme
* chore: change color name according to the design
* style: fix card in the dashboard
* style: fix merge conflict design issues
* style: add light high contrast and dark high contrast
* style: fix cmd k menu color and selection
* feat: change theme from cmdk menu
* chore: add multiple theme field to custom theme
* chore: removed custom theming
* fix: build error
---------
Co-authored-by: Saheb Giri <iamsahebgiri@gmail.com>
2023-04-20 13:41:24 +05:30
Aaryan Khandelwal
1627a587ee
refactor: workspace integrations code ( #872 )
2023-04-18 10:54:45 +05:30
Aaryan Khandelwal
fa5c994ddc
chore: remove redundant console logs ( #868 )
2023-04-18 01:15:26 +05:30
Dakshesh Jain
3b103da6a3
chore: added unsplash flag for self-hosted ( #829 )
...
* chore: added unsplash flag for self hosted
* fix: removed actual code and only using flag
* refactor: removed extra variable
2023-04-14 16:52:31 +05:30
Aaryan Khandelwal
3947a86fa7
fix: new auth layer ( #740 )
...
* chore: made workspace authorization wrapper component
* chore: added todos
* chore: workspace pages new layout
* chore: project authorization wrapper
* chore: new project authorization wrapper
* fix: authorization for member roles
* chore: new auth screens ui
---------
Co-authored-by: Dakshesh Jain <dakshesh.jain14@gmail.com>
2023-04-08 13:46:46 +05:30
Aaryan Khandelwal
c9d8a8dbd1
feat: github importer ( #722 )
...
* chore: github importer first step completed
* refactor: github importer code refactored
* chore: github importer functionality completed
* fix: import data step saved data
2023-04-06 00:51:15 +05:30
Kunal Vishwakarma
844ae4869a
fix: view list link ( #653 )
...
* fix: viewlist link
* fix/removed side effects
* fix: deadzones in the link
2023-03-31 17:54:05 +05:30
Anmol Singh Bhatia
5d0533a44f
style: ellipsis consistent style ( #632 )
...
* style: ellipsis consistent style
* style: consistent ellipsis menu for module and cycle
2023-03-31 00:31:00 +05:30
Saheb Giri
a8a5873d88
fix: add icons to dropdown and replace link icon ( #630 )
2023-03-30 20:45:15 +05:30
kunalv17
e3cb0ed13e
feat/added toggle for pages in settings features ( #576 )
...
* feat/added toggle for pages in settings features
* style:changed pages icon
2023-03-29 15:21:08 +05:30
Aaryan Khandelwal
b654d30aeb
chore: minor fixes on pages ( #557 )
...
* feat: block sync
* chore: minor fixes on pages
* fix: remove dangerously set inner html
* fix: pages crud operations mutation
* fix: favorites mutation for recent pages
* fix: remove dangerously set inner html
2023-03-29 00:20:00 +05:30
Aaryan Khandelwal
e13b679c28
fix: join project screen flicker ( #541 )
2023-03-27 16:53:31 +05:30
Aaryan Khandelwal
5d67029b5a
feat: pages ( #533 )
...
* style: page details
* style: page blocks design
* chore: pages list end points
* feat: add blocks, push blocks to issues
* feat: page labels, color options
* feat: added labels to pages
* fix: update page mutation
2023-03-25 23:39:46 +05:30
Saheb Giri
10e5ba7b3e
feat: add pages and page blocks ( #495 )
...
* chore: add page types and page api service
* chore: add create, list, update and delete on pages
* chore: add create, delete and patch page blocks
* feat: add and remove pages to favorite
* fix: made neccessary changes
- used tailwind for hover events
- add error toast alert
- used partial for patch request
* fix: replace absolute positiong with a flex box
2023-03-23 11:01:06 +05:30
Aaryan Khandelwal
9a97c97336
chore: new modules and cycles response ( #489 )
2023-03-22 18:10:38 +05:30
Aaryan Khandelwal
2e346158ba
fix: minor ui fixes ( #488 )
2023-03-22 16:58:32 +05:30