Eli Bosley
af1994cb62
feat: error when nodejs download fails
2024-12-05 16:04:16 -05:00
Eli Bosley
bad7f71fea
fix: strip components from tar line
2024-12-05 16:04:16 -05:00
Eli Bosley
a355a64136
fix: install syntax error
2024-12-05 16:04:16 -05:00
Eli Bosley
cf08627725
feat: copy only needed files for nodejs
2024-12-05 16:04:16 -05:00
Eli Bosley
6962cdd214
fix: upgradepkg
2024-12-05 16:04:16 -05:00
Eli Bosley
a39da15be4
feat: validate entries correctly
2024-12-05 16:04:16 -05:00
Eli Bosley
bb555f8296
feat: remove nghttp3 and only bundle nodejs
2024-12-05 16:04:16 -05:00
Eli Bosley
9a0d63d4ee
feat: extract node to usr/local/
2024-12-05 16:04:16 -05:00
Eli Bosley
9bbab0f86c
feat: separate install process
2024-12-05 16:04:16 -05:00
Eli Bosley
349145ba53
feat: array iteration for restoring files
2024-12-05 16:04:16 -05:00
Eli Bosley
c12d8dae4e
feat: do not move upgradepkg
2024-12-05 16:04:16 -05:00
Eli Bosley
b1a2ba78cc
feat: download nodejs and install on legacy OS versions
2024-12-05 16:04:16 -05:00
Pujit Mehrotra
2409ef2dd6
chore(api): auto-restart dev server on source file changes ( #971 )
2024-12-04 15:00:16 -05:00
Pujit Mehrotra
0055637602
chore: improve dx for scripting & setup ( #969 )
...
* chore: rm vs code visual customizations
* chore(api): fix vscode eslint extension
* chore(web): update env.example for local development
* chore: add justfiles to simplify workflows
* chore: stub monorepo readme
* chore: add nvmrc to monorepo root
* refactor: improve error handling in `just ignore`
* doc(web): explain TAILWIND_BASE_FONT_SIZE in .env.example
* chore: add logo to readme
2024-12-02 10:07:56 -05:00
Pujit Mehrotra
547b75a55e
fix(web): notification styles & alignment ( #968 )
...
* fix(web): notification icon & indicator colors
* fix(web): notification item text size & weights
* fix(web): notification button styles
* fix(web): notification filter styles
* fix(web): Tab List styles
* fix(web): link button styles
* fix(web): vertical spacing in notifications sidebar
* fix(web): notification sidebar link styles
* refactor(web): change default button border radius to rounded instead of rounded-md
* fix(web): Notification Item alignment with other elements
* refactor(web): add tw color palettes for unraid-green & unraid-red
2024-11-25 12:12:26 -05:00
Pujit Mehrotra
c36082e82b
feat(api): omit tz from sys time date format by default
2024-11-22 12:23:03 -05:00
Pujit Mehrotra
0f3bebf859
chore(api): update dynamix config types
2024-11-22 12:23:03 -05:00
Pujit Mehrotra
96f3902b57
refactor(api): pull date-time formatting into utils
2024-11-22 12:23:03 -05:00
Pujit Mehrotra
b9cd8c426d
fix(api): append time to formatted date when a custom date format is selected
2024-11-22 12:23:03 -05:00
Pujit Mehrotra
7c8e8a0e53
feat(web): pull date format from display/date and time settings
2024-11-22 12:23:03 -05:00
Pujit Mehrotra
801abac06b
chore(api): improve Notify config types
...
Pulled from `/boot/config/plugins/dynamix/dynamix.cfg` by changing
the relevant notification settings (display, date, time).
2024-11-22 12:23:03 -05:00
Pujit Mehrotra
3fe13d5235
fix(web): reset infinite scroll when notification filters change
2024-11-21 08:55:37 -05:00
Pujit Mehrotra
eeb3289ae8
fix(web): infinite scroll loop when there's only 1 page of notifications
2024-11-19 14:22:08 -05:00
Pujit Mehrotra
939d7a304d
feat(web): add an 'all' option to notification filter
...
allows users to "reset" after selecting a filter. ideally, we'd be able to
clear the filter if it was clicked again, but I couldn't find a way to listen
to a second/repeat click on a SelectItem, so I added a new filter item instead.
2024-11-19 14:22:08 -05:00
Pujit Mehrotra
acccb3694c
chore(web): add testing step to github actions
2024-11-19 13:21:41 -05:00
Pujit Mehrotra
2724485989
test(web): Markdown sanitization & extensibility
...
fix(web): replaces dompurify with isomorphic-dompurify to enable server-side usage with same syntax
2024-11-19 13:21:41 -05:00
Pujit Mehrotra
2f4ff21986
feat(web): use Markdown helper class to interact with markdown
2024-11-19 13:21:41 -05:00
Pujit Mehrotra
83e00c640a
fix(web): sanitize changelog markup after parsing
2024-11-19 13:21:41 -05:00
Pujit Mehrotra
abcaa5aedb
feat(web): support markdown in notification messages
2024-11-19 13:21:41 -05:00
Pujit Mehrotra
4c663dc69c
feat(web): add confirmation before archiving or deleting all notifications
2024-11-18 14:44:20 -05:00
Pujit Mehrotra
89eb841b20
feat(web): add delete all notifications button to archive view in notifications sidebar
2024-11-18 14:44:20 -05:00
Pujit Mehrotra
7296195495
feat(web): add link to settings in notification sidebar
2024-11-18 14:44:20 -05:00
Pujit Mehrotra
696b55de6c
refactor(web): use optional chaining for graphql errors
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-11-14 15:24:20 -05:00
Pujit Mehrotra
aa5fad39f3
refactor(web): improve incoming notifications var name in infinite scroll loader
2024-11-14 15:24:20 -05:00
Pujit Mehrotra
9c38fa6a9c
fix(api): exclude duplicates from legacy script in archive retrieval
2024-11-14 15:24:20 -05:00
Pujit Mehrotra
da5d1132d1
chore(web): remove noisy console log in apollo disable link
2024-11-14 15:24:20 -05:00
Pujit Mehrotra
001be86181
fix(web): infinite trigger at bottom of infinite scroll
2024-11-14 15:24:20 -05:00
Pujit Mehrotra
ecfc797e7d
fix(web): stop opening notification sidebar to archive tab
2024-11-14 15:24:20 -05:00
Pujit Mehrotra
dffbfc2dab
fix(web): env var typo
2024-11-14 15:24:20 -05:00
Pujit Mehrotra
e5f029830b
chore: add import organizer to prettier config ( #959 )
...
* chore(web): add import organizer plugin to prettier config
* chore(api): add import organizer plugin to prettier config
* chore(api): sort imports in notifications resolver & service
as a demonstration
* chore(web): sort imports in notifications indicator
as a demonstration
2024-11-12 09:46:29 -05:00
Pujit Mehrotra
1a33e6343a
chore(web): add prettier config & tailwind class sorting ( #955 )
2024-11-08 13:17:10 -05:00
Eli Bosley
69441d890e
feat: myservers_fb keepalive location
2024-11-08 10:17:45 -05:00
Eli Bosley
46c82ecae3
feat: upgrade dependencies
2024-11-08 10:17:45 -05:00
Pujit Mehrotra
0b469f5b3f
feat(web): enhance notifications indicator in UPC ( #950 )
...
* feat(web): scaffold ui for notifications indicator
* refactor(web): poll for notification overview instead of subscription
* test: rm failing notifications.resolver test stub
* feat(web): pulse indicator when new notifications are received
2024-11-07 14:36:30 -05:00
Eli Bosley
3fc41480a2
fix: cwd on ecosystem.config.json
2024-11-06 15:29:11 -05:00
Eli Bosley
e27776df3d
fix: use cwd when running application
2024-11-06 15:27:02 -05:00
Eli Bosley
abd8e09908
fix: forced restarting on commands
2024-11-06 15:21:08 -05:00
Eli Bosley
504283f227
fix: attempt to restore upgradepkg if install failed
2024-11-06 15:11:51 -05:00
Eli Bosley
ff7e09e15c
Revert "fix: delete upgradepkg"
...
This reverts commit dc1c4fb6ec .
2024-11-06 15:03:21 -05:00
Eli Bosley
deb42f6a81
fix: delete upgradepkg
2024-11-06 15:03:21 -05:00