Aaryan Khandelwal
0586d30a33
style: profile page responsiveness added ( #1710 )
...
* refactor: folder structure
* style: mobile responsiveness added
* chore: add user profile redirection
* chore: profile page authorization
2023-07-31 16:57:28 +05:30
Anmol Singh Bhatia
47838a506a
fix: workspace name validation added ( #1702 )
2023-07-31 12:03:16 +05:30
Anmol Singh Bhatia
6769d1139e
feat: project user preference for pages ( #1673 )
...
* feat: project user preference for pages
* feat: page block description improvement
* fix: create block input box
2023-07-31 11:47:22 +05:30
Nikhil
89bf24bd64
Merge pull request #1718 from makeplane/stage-release
...
dev: equate stage-release and develop branch
2023-07-31 11:42:18 +05:30
Aaryan Khandelwal
10f145f85c
feat: user profile analytics, views and filters ( #1698 )
...
* feat: user profile overview
* chore: profile sidebar designed
* feat: user issues filters and view options
* refactor: filters
* refactor: mutation logic
* fix: percentage calculation logic and sidebar shadow
2023-07-28 13:39:42 +05:30
Aaryan Khandelwal
5117859142
chore: update .env.example
2023-07-28 00:29:47 +05:30
Aaryan Khandelwal
05c923a97f
chore: remove events
2023-07-28 00:26:35 +05:30
Aaryan Khandelwal
d6f3c2515a
fix: fetch states only when the dropdown is opened ( #1684 )
2023-07-26 23:20:44 +05:30
Aaryan Khandelwal
3d7fe40035
feat: my issues view layouts and filters, refactor: issue views ( #1681 )
...
* refactor: issue views and my issues
* chore: update view dropdown options
* refactor: render emoji function
* refactor: api calss
* fix: build errors
* fix: fetch states only when dropdown is opened
* chore: my issues dnd
* fix: build errors
* refactor: folder structure
2023-07-26 17:51:26 +05:30
Anmol Singh Bhatia
ad410d134f
fix: project identifier validation ( #1643 )
...
* fix: project identifier validation
* feat: alphanumric identifier validation
* chore: code refactor
* refactor: project identifier change function
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-07-25 15:43:28 +05:30
Anmol Singh Bhatia
9b531aca47
feat: workspace member bulk invite ( #1530 )
...
* feat: workspace member bulk invite
* style: invite dropdown styling
2023-07-25 15:42:52 +05:30
Aaryan Khandelwal
f3b09a13b8
chore: set all issue properties as true by default ( #1640 )
2023-07-24 12:56:27 +05:30
Aaryan Khandelwal
2ce7914b7a
style: new cycles list page design with empty states ( #1633 )
2023-07-24 11:32:59 +05:30
Aaryan Khandelwal
464c13fcd0
fix: issue parent activity ( #1629 )
2023-07-23 22:14:41 +05:30
Aaryan Khandelwal
a7b5ad55ab
style: create project modal ( #1628 )
...
* style: create project modal
* fix: build error
* fix: modal width
2023-07-23 22:14:26 +05:30
Aaryan Khandelwal
fdb7da4d45
chore: show proper error messages on profile form submit ( #1611 )
2023-07-23 22:10:40 +05:30
Aaryan Khandelwal
ecdd1f1d03
promote: develop to stage-release ( #1594 )
...
* fix: onboarding invitations overflow (#1575 )
* fix: onboarding invitations overflow
* fix: user avatar in the notification card
* style: update graph grid color
* fix: no 'Create by me' label coming up (#1573 )
* feat: added new issue subscriber table
* dev: notification model
* feat: added CRUD operation for issue subscriber
* Revert "feat: added CRUD operation for issue subscriber"
This reverts commit b22e062576
.
* feat: added CRUD operation for issue subscriber
* dev: notification models and operations
* dev: remove delete endpoint response data
* dev: notification endpoints and fix bg worker for saving notifications
* feat: added list and unsubscribe function in issue subscriber
* dev: filter by snoozed and response update for list and permissions
* dev: update issue notifications
* dev: notification segregation
* dev: update notifications
* dev: notification filtering
* dev: add issue name in notifications
* dev: notification new endpoints
* fix: pushing local settings
* feat: notification workflow setup and made basic UI
* style: improved UX with toast alerts and other interactions
refactor: changed classnames according to new theme structure, changed all icons to material icons
* feat: showing un-read notification count
* feat: not showing 'subscribe' button on issue created by user & assigned to user
not showing 'Create by you' for view & guest of the workspace
* fix: 'read' -> 'unread' heading, my issue wrong filter
* feat: made snooze dropdown & modal
feat: switched to calendar
* fix: minor ui fixes
* feat: snooze modal date/time select
* fix: params for read/un-read notification
* style: snooze notification modal
* fix: no label for 'Create by me'
* fix: no label for 'Create by me'
* fix: removed console log
* fix: tooltip going behind popover
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
* style: tooltip on notification header actions (#1577 )
* style: tooltip on notification header
* chore: update tooltip content
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
* fix: user migrations for back population (#1578 )
* fix: total notifications count (#1579 )
* fix: notification card (#1583 )
* feat: add new icons package (#1586 )
* feat: add material icons package
* chore: replace issue view icons
* chore: notification ordering (#1584 )
* fix: uuid error when cycle and module updates (#1585 )
* refactor: height of popover & api fetch call (#1587 )
* fix: snooze dropdown overflow (#1588 )
* fix: notification subscribe endpoint (#1593 )
* refactor: height of popover & api fetch call
* fix: notification subscribe endpoint
* chore: notification empty state overflow (#1592 )
* chore: notification empty state overflow
* fix: white logo
* fix: custom theme default values
* fix: custom theme default values
* fix: issues count to remove archived issues (#1591 )
* dev: background migration for user custom themes (#1590 )
---------
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com>
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
Co-authored-by: gurusainath <gurusainath007@gmail.com>
2023-07-20 17:24:17 +05:30
Aaryan Khandelwal
9275e6f373
promote: develop to stage-release ( #1589 )
...
* fix: onboarding invitations overflow (#1575 )
* fix: onboarding invitations overflow
* fix: user avatar in the notification card
* style: update graph grid color
* fix: no 'Create by me' label coming up (#1573 )
* feat: added new issue subscriber table
* dev: notification model
* feat: added CRUD operation for issue subscriber
* Revert "feat: added CRUD operation for issue subscriber"
This reverts commit b22e062576
.
* feat: added CRUD operation for issue subscriber
* dev: notification models and operations
* dev: remove delete endpoint response data
* dev: notification endpoints and fix bg worker for saving notifications
* feat: added list and unsubscribe function in issue subscriber
* dev: filter by snoozed and response update for list and permissions
* dev: update issue notifications
* dev: notification segregation
* dev: update notifications
* dev: notification filtering
* dev: add issue name in notifications
* dev: notification new endpoints
* fix: pushing local settings
* feat: notification workflow setup and made basic UI
* style: improved UX with toast alerts and other interactions
refactor: changed classnames according to new theme structure, changed all icons to material icons
* feat: showing un-read notification count
* feat: not showing 'subscribe' button on issue created by user & assigned to user
not showing 'Create by you' for view & guest of the workspace
* fix: 'read' -> 'unread' heading, my issue wrong filter
* feat: made snooze dropdown & modal
feat: switched to calendar
* fix: minor ui fixes
* feat: snooze modal date/time select
* fix: params for read/un-read notification
* style: snooze notification modal
* fix: no label for 'Create by me'
* fix: no label for 'Create by me'
* fix: removed console log
* fix: tooltip going behind popover
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
* style: tooltip on notification header actions (#1577 )
* style: tooltip on notification header
* chore: update tooltip content
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
* fix: user migrations for back population (#1578 )
* fix: total notifications count (#1579 )
* fix: notification card (#1583 )
* feat: add new icons package (#1586 )
* feat: add material icons package
* chore: replace issue view icons
* chore: notification ordering (#1584 )
* fix: uuid error when cycle and module updates (#1585 )
* refactor: height of popover & api fetch call (#1587 )
* fix: snooze dropdown overflow (#1588 )
---------
Co-authored-by: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com>
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2023-07-20 15:14:57 +05:30
Dakshesh Jain
53e443d816
feat: notifications ( #1566 )
...
* feat: added new issue subscriber table
* dev: notification model
* feat: added CRUD operation for issue subscriber
* Revert "feat: added CRUD operation for issue subscriber"
This reverts commit b22e062576
.
* feat: added CRUD operation for issue subscriber
* dev: notification models and operations
* dev: remove delete endpoint response data
* dev: notification endpoints and fix bg worker for saving notifications
* feat: added list and unsubscribe function in issue subscriber
* dev: filter by snoozed and response update for list and permissions
* dev: update issue notifications
* dev: notification segregation
* dev: update notifications
* dev: notification filtering
* dev: add issue name in notifications
* dev: notification new endpoints
* fix: pushing local settings
* feat: notification workflow setup and made basic UI
* style: improved UX with toast alerts and other interactions
refactor: changed classnames according to new theme structure, changed all icons to material icons
* feat: showing un-read notification count
* feat: not showing 'subscribe' button on issue created by user & assigned to user
not showing 'Create by you' for view & guest of the workspace
* fix: 'read' -> 'unread' heading, my issue wrong filter
* feat: made snooze dropdown & modal
feat: switched to calendar
* fix: minor ui fixes
* feat: snooze modal date/time select
* fix: params for read/un-read notification
* style: snooze notification modal
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-07-19 14:44:04 +05:30
Aaryan Khandelwal
a42bff675b
fix: archived issue details page overflow, restore button loading ( #1564 )
2023-07-19 13:29:08 +05:30
Aaryan Khandelwal
ccab382d7d
chore: add dashboard navbar ( #1560 )
2023-07-19 12:16:39 +05:30
Aaryan Khandelwal
5ae963c451
fix: tour sidebar icons, auth pages scroll ( #1555 )
...
* fix: tour sidebar icons, menu button word wrap
* chore: change theme on sign out
* fix: auth pages scroll y-padding
2023-07-18 19:02:33 +05:30
Aaryan Khandelwal
fc92d7d1a0
chore: hide issue properties if there are none ( #1554 )
2023-07-18 18:47:28 +05:30
Aaryan Khandelwal
0feab162ff
style: onboarding screens ( #1539 )
...
* fix: onboarding screen styling
* chore: minor styling fixes
* chore: disable buttons if form is invalid
2023-07-18 15:20:05 +05:30
Aaryan Khandelwal
88fbe85087
fix: button and input heights ( #1548 )
2023-07-18 15:00:06 +05:30
Dakshesh Jain
9d891ecce1
fix: selecting label once create using modal ( #1537 )
2023-07-18 12:08:09 +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
0a56a30ab2
fix: issue sidebar create label form ( #1527 )
...
* fix: issue sidebar create label form
* fix: issue details page overflow
2023-07-17 15:37:50 +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
7361657660
fix: issue delete redirection, chore: code refactor ( #1521 )
2023-07-13 19:00:43 +05:30
Anmol Singh Bhatia
3f3fb373cc
fix: issue archive improvement, chore: code refactor ( #1520 )
...
* style: select month modal
* chore: automation setting dropdown updated ,style: month dropdown styling
* chore: restore issue alert message updated
* chore: archive issue fetching updated and code refactor
* fix: build fix
2023-07-13 17:04:24 +05:30
Aaryan Khandelwal
864e592bc5
fix: onboarding screen design issues ( #1517 )
...
* fix: projects empty state flicker
* fix: tour images padding
* chore: add greeting icon on the dashboard
* chore: update email id font weight
* fix: placeholder color
2023-07-13 16:51:08 +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
4a2057c0b3
style: new empty states ( #1497 )
...
* 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
* style: new empty states added
* refactor: empty state for issues
* style: empty state for estimates
* chore: update labels, estimates and integrations empty states
* fix: custom analytics sidebar
2023-07-12 11:45:45 +05:30
srinivas pendem
eba2f3820a
feat: web waitlist modal integration ( #1487 )
...
* dev : Updating the limit of the issues in the sidebar and a weight list modal
* dev: integrated supabase and implemented web waitlist api endpoint
* dev : updated web pro weightlist request
* dev: rename typo
* dev: web waitlist endpoint update
* update: ui fixes
* fix: removed supabase from env.example
* chore: replaced supabase npm package to cdn
* chore: updated supabase req
* fix: Handled error status and error message.
---------
Co-authored-by: srinivaspendem <you@example.comsrinivaspendem2612@gmail.com>
Co-authored-by: gurusainath <gurusainath007@gmail.com>
2023-07-11 16:27:29 +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
Aaryan Khandelwal
49f37e0346
fix: emoji render function ( #1484 )
...
* fix: emoji render function
* fix: emoji render function
2023-07-06 16:08:49 +05:30
Chandan Jal
e530533f9e
fix: layout of tabs on Pages is not adaptable to mobile screens #1380 ( #1400 )
...
* fix: layout of tabs on Pages is not adaptable to mobile screens #1380
* fix: scrolling experience on page
2023-07-04 23:13:31 +05:30
Kunal Vishwakarma
4c3e2c252a
chore: due date filter ( #965 )
...
* chore: due date filter
* fix: deployment error
* chore: optimized code
* chore: created constants for due date
* chore: create seperated css file for react datepicker styling
* fix: due date filter
* chore: highlight selected option
* fix: merge conflicts
* fix: build error
* chore: date range selector validation
* fix: issue views overflow
* refactor: due date filter modal code
* refactor: multi level dropdown
* chore: due date filter select default value
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-07-04 23:13:07 +05:30
Anmol Singh Bhatia
1a668c19a5
style: issue detail page layout ( #1424 )
2023-06-28 17:27:19 +05:30
M. Palanikannan
5914240290
fix: cannot change the state if it's the only state in group ( #1358 )
...
* fixed loohole with groups and added tooltip
* muted text when dropdown disabled
2023-06-26 18:28:12 +05:30
Aaryan Khandelwal
b87e2fff4c
chore: show error messages from request ( #1375 )
2023-06-23 19:30:32 +05:30
Aaryan Khandelwal
71b2884b57
chore: route to issue after creating it ( #1359 )
...
* chore: navigate to newly created inbox issue
* refactor: inbox
* fix: hide ai modal after issue creation
* chore: hide action buttons after acting upon them
* chore: add icon to inbox status
* chore: update inbox status colors
2023-06-23 13:19:26 +05:30
Aaryan Khandelwal
41b7544cfc
feat: search endpoint ( #1317 )
...
* feat: search endpoint for parent issue selection
* feat: blocker and blocked by search endpoint
* refactor: blocker and blocked by components and types
* refactor: blocker and blocked by components, feeat: cycle and module new search endpoints
* chore: sub-issues param change
* style: show selected issues list
2023-06-23 13:18:38 +05:30
Aaryan Khandelwal
9c85704be3
style: profile settings, activity, preference page padding ( #1335 )
2023-06-23 11:09:03 +05:30
Aaryan Khandelwal
2cef6e67d4
chore: decline issue mutation ( #1354 )
2023-06-21 17:56:08 +05:30