Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reminder panel #10

Merged
merged 79 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
159663c
Store for reminders
jeremiahvpratt Feb 18, 2023
45b02f4
Add reminders panel
jeremiahvpratt Feb 18, 2023
e1083af
Fix store and visual errors
jeremiahvpratt Feb 18, 2023
2079b9b
Add validation and todos
jeremiahvpratt Feb 18, 2023
29e5838
Notifications, and fix validation
jeremiahvpratt Feb 18, 2023
76efd43
Add repeating to reminder - notifications TBD
jeremiahvpratt Feb 20, 2023
e1a46f1
Add print time and epoch timestamp recording
jeremiahvpratt Mar 4, 2023
63f2862
Repeat action for reminders
jeremiahvpratt Mar 4, 2023
382360e
Remove logging
jeremiahvpratt Mar 4, 2023
0f7be22
Merge branch 'develop' into reminder-panel
meteyou Apr 4, 2023
4851c3b
refactor: move HistoryListPanelDetailsDialog to a own component
meteyou May 1, 2023
6cf542b
refactor: finish history details dialog
meteyou May 5, 2023
3fe7e4c
refactor: HistoryListPanel
meteyou May 6, 2023
beb346a
refactor: move style at the end of the file
meteyou May 6, 2023
c08541d
refactor: WIP
meteyou May 8, 2023
e7ff4be
Merge branch 'develop' into feat/reminder-panel-pr
meteyou May 18, 2023
c394713
style: order imports after update branch
meteyou May 18, 2023
fca24a8
refactor: split and cleanup HistoryListPanel
meteyou May 18, 2023
f46c603
refactor: add TranslateResult type to Panel & SettingsRow title
meteyou May 21, 2023
8c2013c
feat: add Maintenance store
meteyou May 21, 2023
a03c5d8
feat: add Maintenance add dialog
meteyou May 21, 2023
1721995
feat: add Maintenance store
meteyou May 22, 2023
28633fa
feat: add Maintenance entry in history list panel
meteyou May 22, 2023
66e409a
refactor: remove unused icon
meteyou May 22, 2023
10250be
Merge branch 'develop' into feat/reminder-panel-pr
meteyou Oct 1, 2023
1c5d738
refactor: fix merging issue
meteyou Oct 1, 2023
9aa813f
Merge branch 'develop' into reminder-panel
meteyou Feb 11, 2024
494e425
refactor: refactor history list panel
meteyou Feb 12, 2024
9c4eade
docs(changelog): update changelog
meteyou Feb 15, 2024
4f46d40
chore(deps): Update @sindarius/gcodeviewer (#1755) (#1783)
TopoDiFogna Feb 17, 2024
20de6be
fix: fix commit list view on desktop and mobile devices (#1785)
meteyou Feb 17, 2024
eaaa19b
fix(spoolman): break long comments & support multiline comments (#1781)
mdziekon Feb 17, 2024
e0bcd74
locale(uk): update ukrainian translation (#1788)
evgarthub Feb 18, 2024
5c6556c
locale(zh): update chinese locale (#1791)
Samuel-0-0 Mar 3, 2024
38b6611
Merge branch 'develop' into feat/reminder-panel-pr
meteyou Mar 3, 2024
5071f61
refactor: update branch and add "add to queue" function from develop
meteyou Mar 3, 2024
9063f51
refactor: remove reminder panel
meteyou Mar 4, 2024
d5953d6
refactor: refactor addMaintenance dialog
meteyou Mar 4, 2024
48bf08d
refactor: rename getFilteredJobList getter
meteyou Mar 4, 2024
78f481b
refactor: remove HistoryRemindersPanel.vue
meteyou Mar 4, 2024
b6c42f0
refactor: separate HistoryListPanelDeleteSelectedDialog.vue from Hist…
meteyou Mar 4, 2024
0c6de24
fix: fix long M117 outputs in the status panel (#1800)
meteyou Mar 7, 2024
7425a2b
fix: fix long content lines in console (#1799)
meteyou Mar 7, 2024
ad02180
feat(miscellaneous): add support for pwm_tool and pwm_cycle_time (#1804)
meteyou Mar 7, 2024
371de28
feat: add fullscreen size for gcodefiles, gcodeviewer and webcam (#1803)
meteyou Mar 7, 2024
ed62a72
feat: add qr search function in the spoolman change spool dialog (#1802)
meteyou Mar 7, 2024
daa4337
Merge branch 'develop' into feat/reminder-panel-pr
meteyou Mar 7, 2024
7ba16cc
ci: update actions in release workflow to fix node16 deprecates (#1779)
meteyou Mar 8, 2024
a3b5b33
fix: hide moonraker backups when "Hide backup files" is enabled (#1801)
meteyou Mar 8, 2024
19c0386
refactor: simplify HistoryStatisticsPanel
meteyou Mar 8, 2024
11ec2f0
refactor: refactor formatPrintTime function and add function to disab…
meteyou Mar 8, 2024
cbfe94a
fix: fix issue in formatPrintTime helper
meteyou Mar 8, 2024
1841a68
WIP
meteyou Mar 8, 2024
ffb2c4d
WIP
meteyou Mar 13, 2024
972266d
feat: Add confirmation dialog to cooldown button (#1808)
ReDragon710 Mar 13, 2024
3247892
fix: fix some outputs in the maintenance dialog
meteyou Mar 16, 2024
dad79c0
fix: fix overflow wrap in notifications entries
meteyou Mar 16, 2024
5e86793
WIP
meteyou Mar 17, 2024
70551a3
Merge branch 'feat/reminder-panel-pr' into reminder-panel
meteyou Mar 17, 2024
c80251b
feat: add perform function for maintenance
meteyou Mar 17, 2024
9f563ba
fix: fix perform and reschedule function
meteyou Mar 18, 2024
183e769
fix: fix filter for notifications
meteyou Mar 18, 2024
7ba4e3d
refactor: fix type from HistoryList col
meteyou Mar 19, 2024
0f060d9
fix: hide crowsnest backups when "Hide backup files" is enabled (#1824)
meteyou Mar 19, 2024
9297819
feat: add option to show only maintenance entries or print jobs in hi…
meteyou Mar 19, 2024
49e9721
refactor: move HistoryListEntry files to components/panels/History
meteyou Mar 19, 2024
8fedaa4
refactor: change icons in HistoryListEntryMaintenance
meteyou Mar 19, 2024
d14eee6
build(deps): bump follow-redirects from 1.15.4 to 1.15.6 (#1820)
dependabot[bot] Mar 21, 2024
c859440
fix: fix typo issues with save zoffset for probes (#1821)
meteyou Mar 21, 2024
3a636f8
WIP
meteyou Mar 21, 2024
6e8231d
Merge branch 'develop' into reminder-panel
meteyou Mar 21, 2024
51944f5
refactor: restyle maintenance history entries in detail dialog
meteyou Mar 24, 2024
780e391
refactor: remove double import in HistoryStatisticsPanel.vue
meteyou Mar 24, 2024
5d9a8d2
feat: add a tooltip to the create Maintenance button
meteyou Mar 27, 2024
cabfd0f
feat: add a option to add a note during the perform action
meteyou Mar 27, 2024
eafca4b
feat: add function to edit maintenance entry
meteyou Mar 27, 2024
d05227a
refactor: fix type in HistoryListPanelExportCsv
meteyou Mar 27, 2024
582b8ed
refactor: fix linter issues
meteyou Mar 27, 2024
d5cbf1b
fix: dont hide the add maintenance button, when you load all history …
meteyou Mar 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
fetch-depth: 0

- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: 'develop'
token: ${{ secrets.PAT }}
Expand All @@ -141,7 +141,7 @@ jobs:
- name: Show CHANGELOG
run: |
cat CHANGELOG.md
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'docs(changelog): update changelog'
file_pattern: CHANGELOG.md
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@
# Changelog
All notable changes to Mainsail will be documented in this file.

## [2.10.0](https://github.com/mainsail-crew/mainsail/releases/tag/v2.10.0) - 2024-02-15
### Features

- **history**: Add interrupted state to history job ([#1738](https://github.com/mainsail-crew/mainsail/pull/1738))
- Add ability to re-arrange job queue's items ([#1692](https://github.com/mainsail-crew/mainsail/pull/1692))
- Add sum + eta in jobqueue panel ([#1770](https://github.com/mainsail-crew/mainsail/pull/1770))
- Add devices dialog in editor ([#1765](https://github.com/mainsail-crew/mainsail/pull/1765))
- Add ability to add history items to job queue ([#1778](https://github.com/mainsail-crew/mainsail/pull/1778))

### Bug Fixes and Improvements

- **console**: Fix color of autocomplete and command list ([#1733](https://github.com/mainsail-crew/mainsail/pull/1733))
- **timelapse**: Fix issue with changing timelapse settings ([#1745](https://github.com/mainsail-crew/mainsail/pull/1745))
- Incorrect scaling of images in dialogImage ([#1746](https://github.com/mainsail-crew/mainsail/pull/1746))
- Show extruder extra menu without load/unload macros ([#1747](https://github.com/mainsail-crew/mainsail/pull/1747))
- Fix ETA calculation from jobqueue during print preheat ([#1773](https://github.com/mainsail-crew/mainsail/pull/1773))
- File upload rate displays `NaN` instead of an actual value ([#1777](https://github.com/mainsail-crew/mainsail/pull/1777))

### Performance

- Batch gcode file metadata requests ([#1737](https://github.com/mainsail-crew/mainsail/pull/1737))

### Refactor

- Refactor spoolman integration to support v2 response ([#1749](https://github.com/mainsail-crew/mainsail/pull/1749))
- Refactor heightmap page ([#1759](https://github.com/mainsail-crew/mainsail/pull/1759))

### Localization

- **da**: Update danish translation ([#1757](https://github.com/mainsail-crew/mainsail/pull/1757))
- **de**: Update german locale ([#1772](https://github.com/mainsail-crew/mainsail/pull/1772))
- **en**: Fix typo in DescriptionPreviouslyThrottled ([#1776](https://github.com/mainsail-crew/mainsail/pull/1776))
- **it**: Update italian translation ([#1763](https://github.com/mainsail-crew/mainsail/pull/1763))
- **zh**: Update chinese locale ([#1767](https://github.com/mainsail-crew/mainsail/pull/1767))

### Other

- **deps**: Update @sindarius/gcodeviewer ([#1755](https://github.com/mainsail-crew/mainsail/pull/1755))
- Update github issue bot text ([#1743](https://github.com/mainsail-crew/mainsail/pull/1743))
- Fix typo in bot text ([#1748](https://github.com/mainsail-crew/mainsail/pull/1748))

## [2.9.1](https://github.com/mainsail-crew/mainsail/releases/tag/v2.9.1) - 2023-12-31
### Bug Fixes and Improvements

Expand Down
154 changes: 77 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@codemirror/view": "^6.0.3",
"@jaames/iro": "^5.5.2",
"@lezer/highlight": "^1.0.0",
"@sindarius/gcodeviewer": "^3.7.6",
"@sindarius/gcodeviewer": "^3.7.8",
"@uiw/codemirror-theme-vscode": "^4.19.11",
"axios": "^1.6.0",
"codemirror": "^6.0.1",
Expand Down
Loading
Loading