Matthew Kilgore
ece75e2984
chore: Remove aside from configure page. It doesn't make sense there.
2025-02-16 22:42:16 -05:00
Matthew Kilgore
817058bc70
fix: broken page rendering
2025-02-16 22:30:47 -05:00
kylehakala
8e46553a0d
Add additional documentation for Notifiers ( #530 )
...
* Add additional documentation for Notifiers
When I first set up the notifiers, I felt like the documentation was pretty light on how to do this.
I'd like to submit a few more PRs to outline a couple basic examples on this page (or a separate page specific for notifications) in addition to elaborating more on how this feature works. It's super flexible, and I love that!
Nevertheless, I think it would be more accessible to outline a few examples on what this ends up entailing.
* User general/latest shoutrrr URL without hardcoded version
2025-02-16 16:58:10 -05:00
fidoriel
9a57ada534
Additional information on label, dynamic label layouting ( #522 )
2025-02-09 20:39:23 -05:00
fidoriel
7ddfa72936
Fix labelmaker wrong defaults in docs ( #520 )
2025-02-09 15:59:10 -05:00
Jake Walker
fba6d7817a
add label generation api ( #498 )
...
* add label generation api
* show location name on labels
* add label scan page
* dispose of code reader when navigating away from scan page
* save label to png
* implement code suggestions
* fix label padding and margin
* update swagger docs
* add print from browser dialog
Co-authored-by: fidoriel <49869342+fidoriel@users.noreply.github.com >
* increase label description font weight
* update documentation label file suffix
* fix scanner components import
* fix linting issues
---------
Co-authored-by: fidoriel <49869342+fidoriel@users.noreply.github.com >
2025-02-08 21:26:16 -05:00
zawnk
401fd7fc71
Fix file upload size env in installation.md ( #514 )
2025-02-08 13:43:54 -05:00
Tonya
e708bd9839
Begin switching from daisyui to shadcnui ( #492 )
...
* feat: add shadcn
* feat: add themes
* feat: make sidebar use shadcn
* feat: sort bg
* feat: lint fixes
* feat: make daisyui toggleable, add tooltips to sidebar, add work in progress docs page
* fix: theme switching for shadcn
* Fix minor profile.vue issue
* feat: update docs, enlarge SidebarMenuButton and refine profile layout
* feat: add testing page
* feat: update css and remove comments from template
* fix: create dropdown not opening due to tooltip interference also lint
* fix: correct CSS selector for homebox in main.css to ensure proper theming functionality
* feat: make theme switching actually kinda work for shadcn
* fix: sidebar colours
* fix: remove unused router import, made sidebar indicate active page and sort tailwind config linting
* style: update styles
* chore: remove unused duplicate code
* style: refine theme management, CSS variables, get styles closer to original
* feat: implement suggested changes
* feat: better button size
---------
Co-authored-by: Matt Kilgore <tankerkiller125@users.noreply.github.com >
2025-02-01 10:32:10 +00:00
Matt Kilgore
d320401555
Update Golang dependencies
2025-01-04 16:22:53 -05:00
Tonya
9cf244c933
Add a warning when the version does not match the latest release ( #442 )
Docker publish rootless / build-rootless (push) Waiting to run
Docker publish / build (push) Waiting to run
Update Currencies / update-currencies (push) Waiting to run
Docker publish ARM / build (push) Has been cancelled
Docker publish rootless ARM / build-rootless (push) Has been cancelled
Dockerhub publish / build (push) Has been cancelled
2025-01-04 14:22:25 -05:00
Harrison Conlin
1a4e98ad2a
add _time_format=sqlite parameter to SQLite URLs ( #430 )
2025-01-04 10:28:15 -05:00
Katos
9be3e4e830
Fix environment variable documentation
Docker publish ARM / build (push) Waiting to run
Docker publish rootless ARM / build-rootless (push) Waiting to run
Docker publish rootless / build-rootless (push) Waiting to run
Docker publish / build (push) Waiting to run
Dockerhub publish / build (push) Waiting to run
Update Currencies / update-currencies (push) Waiting to run
2025-01-01 16:06:32 +00:00
Katos
e63316b5be
Update Docs to rectify invalid environment variable for max file upload
2025-01-01 15:48:04 +00:00
Tonya
1ebdc88b0d
Improve handling of copy button on http ( #414 )
Docker publish ARM / build (push) Has been cancelled
Docker publish rootless ARM / build-rootless (push) Has been cancelled
Docker publish rootless / build-rootless (push) Has been cancelled
Docker publish / build (push) Has been cancelled
Dockerhub publish / build (push) Has been cancelled
Update Currencies / update-currencies (push) Has been cancelled
2024-12-29 12:23:59 -05:00
Matt Kilgore
75b9c2f45b
fix: missing migration
2024-12-26 18:36:28 +00:00
Katos
0f3948d435
Revert "Fix: Show labels on item page"
2024-12-26 17:38:01 +00:00
Matt Kilgore
2df7d25284
Run task ui:fix for lint
2024-12-26 16:51:29 +00:00
Matt Kilgore
5e81e60106
fix : #289 Corrects the asset ID to always be correct for the description data. ( #351 )
2024-11-29 13:18:20 -05:00
Matt Kilgore
d5e66f29b0
chore: remove try it button from api docs
2024-10-31 22:01:32 -04:00
Matt Kilgore
76b6c34533
chore: Add native API docs to website
2024-10-31 21:41:07 -04:00
Song Lim
8f255ccfd4
fix: typo in frontend development start command ( #278 )
2024-10-12 10:25:56 -04:00
Matt Kilgore
c6158e7c9e
fix: javascript handles nulls in an incredibly stupid way.
2024-10-05 15:38:31 -04:00
Matt Kilgore
a3d5485c1d
fix : #147 notifier now shows previous input value
2024-10-04 13:49:36 -04:00
Maximilien Carbonne
ca85d4b483
simplify/factorize backend for maintenance
2024-09-27 21:38:27 +02:00
mcarbonne
a85c42b539
Implement maintenance view ( #235 )
...
* implement backend to query maintenances
* improve backend API for maintenances
* add itemId and itemName (v1/maintenances)
* fix remaining todo in backend (/v1/maintenances)
* refactor: extract MaintenanceEditModal
* first draft (to be cleaned)
* revert dependency updates (not required)
* translation + fix deletion
* fix main menu css issues
* fix main menu "create" button (css)
* enhancement: make item name clickable
* fix: add page title (+ translate existing ones)
* fix: missing toast translation (when updating)
* bug fix: missing group check in backend (for new endpoint)
* backport from following PR (to avoid useless changes)
* maintenances => maintenance
2024-09-23 13:07:27 -04:00
Gabrinator
791d390187
docs: add Organizing Your Items page ( #236 )
2024-09-23 08:12:44 -04:00
Matt Kilgore
d63d6e94dd
refactor: add doc head metadata
2024-09-14 23:15:51 -04:00
Matt Kilgore
0c8ce366eb
refactor: move english menu to separate file.
2024-09-14 22:59:18 -04:00
Matt Kilgore
3da3025935
chore: Update translation contribution documentation.
2024-09-14 22:53:09 -04:00
Matt Kilgore
d1a57e3ec5
fix: ignore localhost in docs as dead link
2024-09-14 22:46:02 -04:00
Gabrinator
5fc7b3e25b
docs: update quick-stard.md
2024-09-13 12:49:02 -04:00
Gabrinator
88dc943b6b
docs: added Configure Homebox Page
2024-09-13 12:48:18 -04:00
Gabrinator
f8482b1c64
docs: fix typo in index.md
2024-09-13 12:41:37 -04:00
Gabrinator
a6e49295e0
docs: update navigation
2024-09-13 11:37:24 -04:00
Gabrinator
8ef1b8b6ce
docs: add installation page
2024-09-13 11:36:18 -04:00
Matt Kilgore
f113de180b
docs: add demo link to doc site
2024-09-08 13:17:48 -04:00
Matt Kilgore
c428a22b5b
docs: add screenshot of home screen
2024-09-07 14:31:35 -04:00
Matt Kilgore
d72437d18c
Update config.mts
2024-08-31 22:38:55 -04:00
Matt Kilgore
81d9fb0700
chore: add translations to contributions sections
2024-08-04 17:36:02 -04:00
Fuzzy
12219522ab
Document search tips, cleanup documentation ( #152 )
...
* Update tips-tricks.md
Add instructions for search by ID
* Update get-started.md
Fixing typos and redundancies
2024-07-31 19:51:43 -04:00
Matt Kilgore
e051352070
chore: update openapi documentation ( #148 )
2024-07-27 09:10:47 -04:00
Ikko Eltociear Ashimine
9403fb27e0
docs: update get-started.md ( #106 )
...
* docs: update get-started.md
seperated -> separated
* Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: Matt Kilgore <tankerkiller125@users.noreply.github.com >
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-08 11:50:28 -04:00
Matt Kilgore
552cb0bf53
chore: General cleanup tasks ( #88 )
...
* chore: cleanup
* chore: remove uneeded pull request info
* chore: update security policy
* Update docs/en/quick-start.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update docs/en/quick-start.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update docs/en/quick-start.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-02 14:03:21 -04:00
Katos
0f482aebad
Merge pull request #42 from sysadminsmedia/katos/location-prices
...
Add total pricing to Homebox locations
2024-06-29 18:14:01 +01:00
Katos
4995e04cf0
Appease the bot overlords.
2024-06-29 18:08:42 +01:00
Katos
76123e00d6
Minor rewording
2024-06-29 18:08:42 +01:00
Katos
0b7de9557d
Minor grammar change
2024-06-29 18:08:42 +01:00
Katos
0f25983278
Improve link readability in Markdown
2024-06-29 18:08:42 +01:00
Matt Kilgore
40a093656b
chore(docs): remove home link (it's broken)
2024-06-29 18:08:42 +01:00
Matt Kilgore
8b8a96f93b
fix(docs): redirect default to english
2024-06-29 18:08:42 +01:00