plane/apps/app
Saheb Giri 4a81b988b4
feat: implemented new pages design with bare minimum functionality (#503)
* 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

* fix: design list page view to match with ui

* feat: add top large textarea for page title and description

* refactor: add page label with types

* feat: add pages grid layout

* feat: add tabs and masonry layout

* fix: build errors

---------

Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-03-23 16:12:14 +05:30
..
components feat: implemented new pages design with bare minimum functionality (#503) 2023-03-23 16:12:14 +05:30
constants chore: new workspace endpoint (#504) 2023-03-23 15:54:59 +05:30
contexts feat: show empty states toggle button in the views dropdown (#500) 2023-03-23 02:13:52 +05:30
helpers style: new workspace dashboard design (#454) 2023-03-16 01:36:21 +05:30
hooks feat: show empty states toggle button in the views dropdown (#500) 2023-03-23 02:13:52 +05:30
layouts fix: minor ui fixes (#488) 2023-03-22 16:58:32 +05:30
lib Refactoring Phase 1 (#199) 2023-01-26 23:42:20 +05:30
pages feat: implemented new pages design with bare minimum functionality (#503) 2023-03-23 16:12:14 +05:30
public fix: minor ui fixes (#488) 2023-03-22 16:58:32 +05:30
services chore: new workspace endpoint (#504) 2023-03-23 15:54:59 +05:30
styles feat: showing progress while page is being loaded (#485) 2023-03-22 19:05:36 +05:30
types chore: new workspace endpoint (#504) 2023-03-23 15:54:59 +05:30
.env.example refactor: self hosting setup (#411) 2023-03-09 20:49:12 +05:30
.eslintrc.js Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30
.prettierrc build: merge with latest changes update dockerfile to work with pnpm 2022-12-02 00:28:31 +05:30
Dockerfile.dev Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30
Dockerfile.web Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30
google.d.ts build: merge with latest changes update dockerfile to work with pnpm 2022-12-02 00:28:31 +05:30
manifest.json Refactoring Phase 1 (#199) 2023-01-26 23:42:20 +05:30
next-env.d.ts build: merge with latest changes update dockerfile to work with pnpm 2022-12-02 00:28:31 +05:30
next.config.js style: projects list page 2023-03-01 14:11:27 +05:30
package.json feat: showing progress while page is being loaded (#485) 2023-03-22 19:05:36 +05:30
postcss.config.js Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30
sentry.client.config.js sentry changes (#255) 2023-02-08 20:44:35 +05:30
sentry.edge.config.js sentry changes (#255) 2023-02-08 20:44:35 +05:30
sentry.properties release: Stage Release (#251) 2023-02-08 10:15:18 +05:30
sentry.server.config.js sentry changes (#255) 2023-02-08 20:44:35 +05:30
tailwind.config.js style: project settings pages 2023-03-03 13:29:36 +05:30
tsconfig.json Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30