wuffle 0.61.0 → 0.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/apps/background-sync/BackgroundSync.js +2 -2
- package/lib/apps/board-routes.js +2 -2
- package/package.json +2 -17
- package/public/bundle.css +1 -1
- package/public/bundle.js +1 -1
- package/public/bundle.js.map +1 -1
- package/public/service-worker.js +1 -1
- package/public/service-worker.js.map +1 -1
- package/wuffle.config.example.js +1 -1
|
@@ -472,8 +472,8 @@ We automatically synchronize all repositories you granted us access to via the G
|
|
|
472
472
|
parseInt(process.env.BACKGROUND_SYNC_SYNC_INTERVAL, 10) || (
|
|
473
473
|
process.env.NODE_ENV !== 'production'
|
|
474
474
|
|
|
475
|
-
//
|
|
476
|
-
? 1000 * 60
|
|
475
|
+
// five minutes
|
|
476
|
+
? 1000 * 5 * 60
|
|
477
477
|
|
|
478
478
|
// one hour
|
|
479
479
|
: 1000 * 60 * 60
|
package/lib/apps/board-routes.js
CHANGED
|
@@ -60,11 +60,11 @@ export default async function BoardRoutes(config, router) {
|
|
|
60
60
|
.replace(/>/g, '>') +
|
|
61
61
|
'</script>'
|
|
62
62
|
);
|
|
63
|
+
|
|
64
|
+
return indexPage;
|
|
63
65
|
}
|
|
64
66
|
|
|
65
67
|
router.get('/board', (req, res, next) => {
|
|
66
|
-
indexPage = getIndexPage();
|
|
67
|
-
|
|
68
68
|
res.type('html').status(200).send(getIndexPage());
|
|
69
69
|
});
|
|
70
70
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wuffle",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.63.0",
|
|
4
4
|
"description": "A multi-repository task board for GitHub issues",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Nico Rehwaldt",
|
|
@@ -75,21 +75,6 @@
|
|
|
75
75
|
"engines": {
|
|
76
76
|
"node": ">= 18"
|
|
77
77
|
},
|
|
78
|
-
"nodemonConfig": {
|
|
79
|
-
"exec": "node ./bin/wuffle",
|
|
80
|
-
"env": {
|
|
81
|
-
"NODE_ENV": "development"
|
|
82
|
-
},
|
|
83
|
-
"watch": [
|
|
84
|
-
".env",
|
|
85
|
-
"."
|
|
86
|
-
],
|
|
87
|
-
"ignore": [
|
|
88
|
-
"public/*",
|
|
89
|
-
"tmp/*",
|
|
90
|
-
"test/*"
|
|
91
|
-
]
|
|
92
|
-
},
|
|
93
78
|
"files": [
|
|
94
79
|
"bin",
|
|
95
80
|
"lib",
|
|
@@ -98,5 +83,5 @@
|
|
|
98
83
|
"index.js",
|
|
99
84
|
"wuffle.config.example.js"
|
|
100
85
|
],
|
|
101
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "f3efc52d8361fd1a2be8e60eacd6eebcf6b84380"
|
|
102
87
|
}
|
package/public/bundle.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
.dropdown-parent.svelte-1g3cdmi.svelte-1g3cdmi{position:relative}.help-dropdown.svelte-1g3cdmi.svelte-1g3cdmi{border-radius:4px;margin:0;margin-top:5px;text-align:left;height:auto;position:relative;background:transparent;border:none;z-index:999;width:100%;min-width:0 !important;max-width:none !important;padding:0;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.1);box-shadow:0 0.1rem 1rem rgba(0, 0, 0, 0.075);position:absolute;top:100%;z-index:100;left:0px;right:auto;display:block}.help-dropdown.svelte-1g3cdmi .category.svelte-1g3cdmi{color:#37ACC8;font-weight:bold;margin:0.8rem;margin-bottom:0.25rem;font-size:1em}.help-dropdown.svelte-1g3cdmi .note.svelte-1g3cdmi{margin:0.8rem;color:#6c757d}.help-dropdown.svelte-1g3cdmi .note code.svelte-1g3cdmi{display:inline-block;padding:0 0.5rem;background:#F0F0F0;border-radius:4px}.board-filter.svelte-1g3cdmi.svelte-1g3cdmi{width:300px}.board-filter.expanded.svelte-1g3cdmi.svelte-1g3cdmi{width:500px;max-width:100%}.board-filter.svelte-1g3cdmi>input.svelte-1g3cdmi{width:100%}.icon.svelte-1g3cdmi.svelte-1g3cdmi{color:#dee2e6}
|
|
4
4
|
.avatar.svelte-1ka4vk5.svelte-1ka4vk5{position:relative;display:inline-block;overflow:hidden;color:#fff;white-space:nowrap;text-align:center;vertical-align:middle;background:#ccc;width:32px;height:32px;line-height:32px}.avatar-shadow.svelte-1ka4vk5.svelte-1ka4vk5{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:inset 0 0 2px 0 rgba(0, 0, 0, 0.1)}.avatar-rounded.svelte-1ka4vk5.svelte-1ka4vk5{border-radius:50%}.avatar-rounded.svelte-1ka4vk5 .avatar-shadow.svelte-1ka4vk5{border-radius:50%}
|
|
5
5
|
.loader.svelte-scyooh.svelte-scyooh{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);text-align:center;z-index:200;pointer-events:none}.loader.svelte-scyooh>.content.svelte-scyooh{opacity:0.3;transition:opacity 0.5s}.loader.shown.svelte-scyooh>.content.svelte-scyooh{opacity:1;animation:svelte-scyooh-pulsate 1s infinite;animation-timing-function:ease-in-out}.loader.svelte-scyooh:not(.shown)>.content.svelte-scyooh{opacity:0}@keyframes svelte-scyooh-pulsate{0%{transform:scale(1);opacity:1}50%{transform:scale(0.9);opacity:0.8}100%{transform:scale(1);opacity:1}}
|
|
6
|
-
.powered-by.svelte-
|
|
6
|
+
.powered-by.svelte-1umnl74.svelte-1umnl74.svelte-1umnl74{position:absolute;bottom:10px;right:10px;padding:7px;border-radius:4px;opacity:0.5;transition:opacity 0.1s, background 0.1s;color:#333;z-index:10;align-items:center;display:flex}.powered-by.svelte-1umnl74 .logo.svelte-1umnl74.svelte-1umnl74{display:inline-flex}.powered-by.svelte-1umnl74:not(:hover, :focus-within) .logo.svelte-1umnl74.svelte-1umnl74{color:#999}.powered-by.svelte-1umnl74.svelte-1umnl74.svelte-1umnl74:hover,.powered-by.svelte-1umnl74.svelte-1umnl74.svelte-1umnl74:focus-within{opacity:1;box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);background:white}.powered-by.svelte-1umnl74:hover .help.svelte-1umnl74.svelte-1umnl74,.powered-by.svelte-1umnl74:focus-within .help.svelte-1umnl74.svelte-1umnl74{display:block}.powered-by.svelte-1umnl74 .help.svelte-1umnl74.svelte-1umnl74{font-size:0.9em;display:none}.powered-by.svelte-1umnl74 .logo.svelte-1umnl74.svelte-1umnl74{margin-left:0.5em}.powered-by.svelte-1umnl74 .help-item.svelte-1umnl74.svelte-1umnl74{margin-left:0.5em}.powered-by.svelte-1umnl74 .help-item.svelte-1umnl74+.help-item.svelte-1umnl74{margin-left:1em}.powered-by.svelte-1umnl74 .help-item.svelte-1umnl74.svelte-1umnl74{display:inline-block}
|
|
7
7
|
.notifications.svelte-14ytxa4{position:fixed;z-index:1010;top:24px;right:24px}
|
|
8
8
|
.notification.svelte-eswexs{box-sizing:border-box;margin:0;padding:0;color:#6c757d;font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;width:384px;max-width:calc(100vw - 32px);padding:16px 24px;overflow:hidden;line-height:1.5;background:#fff;border-radius:3px;box-shadow:0 4px 12px rgba(0, 0, 0, 0.15);border-left:solid 4px #0dcaf0}.notification.error.svelte-eswexs{border-left-color:#dc3545}.notification.warning.svelte-eswexs{border-left-color:#ffc107}.heading.svelte-eswexs{color:#212529;font-weight:normal;font-size:1.2em;margin-bottom:5px}
|
|
9
9
|
.tag.svelte-16zomaq{list-style:none;display:inline-block;height:auto;margin:0 4px 4px 0;padding:2px 7px;font-size:12px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:white;background:#fafafa;border-radius:6px;border:none;text-decoration:none}.tag.svelte-16zomaq:not(a){cursor:default}.tag.inverted.svelte-16zomaq{color:#000}.svelte-16zomaq:not(a.tag, .tag.clickable){cursor:default}
|