enBloc-org / kindly

GNU General Public License v3.0
12 stars 16 forks source link

created link button to new item #227

Open aaleksa opened 1 month ago

aaleksa commented 1 month ago

Checklist:

Description

Relates #[issue number] OR Closes #[issue number]
Include here a short description of what behaviour this Pull Request introduces. Outline any new dependencies introduced.

Files changed

Include one to two lines on the necessary changes to each file.

  1. app/(dashboard)/add-item/page.tsx Added itemId to the path in router redirect
  2. app/(dashboard)/add-item/success/page.tsx Added Button
  3. components/buttons/ButtonGoToItem.tsx ButtonGoToItem implementation
  4. supabase/models/insertRow.ts Return created item record on api call "supabase.from(table).insert(InsertValues).select();" to create new item

UI changes

If this PR includes changes to the UI include a screengrab of the alterations in review.

Changes to Documentation

Include an outline of why Documentation needed to be updated with this PR

Tests

Include a description of any tests added - if none have been added explain why.

netlify[bot] commented 1 month ago

Deploy request for cool-creponne-3e1272 pending review.

Visit the deploys page to approve it

Name Link
Latest commit 6dbd685adfa4844ffa18cfbb78d47a37d6411cf3
aaleksa commented 1 month ago
image

Added new button, 'GO TO YOUR ITEM'

camelPhonso commented 3 weeks ago

Relates #192

Just explicitly linking to Issue for traceability

camelPhonso commented 1 week ago

Hi @aaleksa can you just confirm that you are still monitoring this PR?