Closed kilip closed 1 month ago
[x] change this line to be next dev
next dev
[x] fix additional right padding/margin on handphone
[x] find a proper height to display post images on handphone https://github.com/paroki/pkrbt/blob/3caaac13531708f2c2eac657c9a248cc18accd7e/apps/web/src/app/%5Bslug%5D/components/post-image.tsx#L6-L17
[x] use loop properties for post images carousel https://github.com/paroki/pkrbt/blob/3caaac13531708f2c2eac657c9a248cc18accd7e/apps/web/src/app/%5Bslug%5D/components/post-images.tsx#L17-L23
[x] use loop properties for post list in homepage https://github.com/paroki/pkrbt/blob/3caaac13531708f2c2eac657c9a248cc18accd7e/apps/web/src/app/homepage/components/main-news.tsx#L22-L29
[x] fix bug in DPP pages, change fields value from: https://github.com/paroki/pkrbt/blob/3caaac13531708f2c2eac657c9a248cc18accd7e/apps/web/src/app/dewan-pastoral-paroki/page.tsx#L26-L29 to:
fields: [ "*", { penjabat: [ "gelarDepan", "nama", "gelarBelakang", { foto: ["id", "title", "width", "height", "description"] }, ], }, ],
[x] add gelarDepan and gelarBelakang to dpp view
fixed in #132
[x] change this line to be
next dev
[x] fix additional right padding/margin on handphone
[x] find a proper height to display post images on handphone https://github.com/paroki/pkrbt/blob/3caaac13531708f2c2eac657c9a248cc18accd7e/apps/web/src/app/%5Bslug%5D/components/post-image.tsx#L6-L17
[x] use loop properties for post images carousel https://github.com/paroki/pkrbt/blob/3caaac13531708f2c2eac657c9a248cc18accd7e/apps/web/src/app/%5Bslug%5D/components/post-images.tsx#L17-L23
[x] use loop properties for post list in homepage https://github.com/paroki/pkrbt/blob/3caaac13531708f2c2eac657c9a248cc18accd7e/apps/web/src/app/homepage/components/main-news.tsx#L22-L29
[x] fix bug in DPP pages, change fields value from: https://github.com/paroki/pkrbt/blob/3caaac13531708f2c2eac657c9a248cc18accd7e/apps/web/src/app/dewan-pastoral-paroki/page.tsx#L26-L29 to:
[x] add gelarDepan and gelarBelakang to dpp view