runtipi/.dockerignore
Nicolas Meienberger a7f7ccb5a5
feat: add custom links (#1206)
* add custom link btn & action

* persist links

* view links in dashboard

* add icon to custom links

* move botton to the app tile section

* clear form

* limit tittle length and hide url

* unify link types & schemas

* edit link in context menu

* use actions

* delete links

* disable fields while executing action

* add doc to link queries

* useTranslations and added spanish translation

* create new sql file for the links table

* rename iconURL to iconUrl

* rename AddLinkBtn to AddLinkButton

* ensureUser in all link actions

* mutationStatus to variable

Co-authored-by: Nicolas Meienberger <47644445+meienberger@users.noreply.github.com>

* refactor: fix and move files to correct locations

---------

Co-authored-by: Jorge Montejo <56157795+MontejoJorge@users.noreply.github.com>
2024-02-01 22:20:28 +01:00

18 lines
233 B
Plaintext

*
### Includes ###
!pnpm-*.yaml
!package.json
!patches/**
!packages/**/src/**
!packages/**/assets/**
!**/package.json
!**/nodemon.json
!**/tsconfig.json
!**/build.js
!next.config.mjs
!sentry.*.config.ts
!public/**
!src/**
!tests/**