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

UI: Use vue-multiselect in Edit Tag & Styling Fixes #3024

Merged
merged 3 commits into from
May 9, 2023

Conversation

chakflying
Copy link
Collaborator

@chakflying chakflying commented Apr 4, 2023

⚠️⚠️⚠️ Since we do not accept all types of pull requests and do not want to waste your time. Please be sure that you have read pull request rules:
https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#can-i-create-a-pull-request-for-uptime-kuma

Tick the checkbox if you understand [x]:

  • I have read and understand the pull request rules.

Description

Follow up on #2752, use the same design in the Edit Tag dialog.

  • Fix incorrect text colors in dark theme
  • Reduce margins to improve alignment

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • User interface (UI)

Checklist

  • My code follows the style guidelines of this project
  • I ran ESLint and other linters for modified files
  • I have performed a self-review of my own code and tested it
  • I have commented my code, particularly in hard-to-understand areas
    (including JSDoc for methods)
  • My changes generate no new warnings
  • My code needed automated testing. I have added them (this is optional task)

Screenshots (if any)

Before After
image image

@louislam louislam merged commit 253214a into louislam:master May 9, 2023
@chakflying chakflying deleted the feat/edit-tag-multiselect branch May 9, 2023 13:16
devinsbdev added a commit to devinsbdev/uptime-kuma-sb that referenced this pull request May 28, 2023
commit 771ca09
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Thu May 25 13:41:35 2023 +0800

    npm update (mainly for socket.io)

commit 3cb287a
Merge: 0d1b532 83a59bd
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Wed May 24 20:46:48 2023 +0800

    Merge pull request louislam#3009 from chakflying/ui/url-more-monitor-types

    UI: Support more monitor types in URL field

commit 83a59bd
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Wed Apr 19 03:20:35 2023 +0800

    Fix: Add password filtering

commit 446b5fa
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Sat Apr 1 23:54:27 2023 +0800

    UI: Support more monitor types in URL field

commit 0d1b532
Author: Zaid-maker <pzhafeez@gmail.com>
Date:   Wed May 17 18:22:44 2023 +0500

    :rocket: Update legacy deps

commit 1e1cc86
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Sat May 20 01:46:07 2023 +0800

    Update Apprise to 1.4.0

commit 9dc02bb
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 16 21:57:01 2023 +0800

    Update .gitignore

commit bb15fa0
Merge: 8d24891 80c8fd7
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 16 19:51:20 2023 +0800

    Merge pull request louislam#3154 from chakflying/fix/clear-data-remove-worker-thread

    Fix: Remove use of worker threads in clear-old-data

commit 8d24891
Merge: ba7de3f 0e516a4
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Sat May 13 18:36:04 2023 +0800

    Merge pull request louislam#3054 from TechWilk/keyword-not-found-whitespace

    Trim before truncating "keword not found" message

commit ba7de3f
Merge: f2c294e ce70b3f
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Sat May 13 18:15:05 2023 +0800

    Merge pull request louislam#3152 from AnnAngela/patch-1

    feat: show time as server timezone in dingding notification

commit 80c8fd7
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Sat May 13 01:51:23 2023 +0800

    Chore: Remove util-worker

commit a27386b
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Sat May 13 00:55:48 2023 +0800

    Fix: Use croner for clear-old-data

commit ce70b3f
Author: AnnAngela <naganjue@vip.qq.com>
Date:   Fri May 12 22:14:59 2023 +0800

    feat: add a space to separate the words

commit 06fba5b
Author: AnnAngela <naganjue@vip.qq.com>
Date:   Fri May 12 22:04:44 2023 +0800

    feat: show time as server timezone in dingding notification

commit f2c294e
Merge: a1adc30 332e549
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Fri May 12 13:56:03 2023 +0800

    Merge pull request louislam#3150 from theitguycj/master

    Update README.md

commit 332e549
Author: The IT Guy CJ <130261264+theitguycj@users.noreply.github.com>
Date:   Thu May 11 23:19:09 2023 -0500

    Update README.md

commit a1adc30
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Thu May 11 14:54:00 2023 +0800

    Fix: Add back PagerTree

commit 6ce882a
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Wed May 10 22:51:44 2023 +0800

    Update README.md

commit e392d12
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 9 23:37:51 2023 +0800

    Mention in the README that Node.js 20 is not supported due to a weird issue

commit 253214a
Merge: 33de7bd 9975050
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 9 20:43:30 2023 +0800

    Merge pull request louislam#3024 from chakflying/feat/edit-tag-multiselect

    UI: Use vue-multiselect in Edit Tag & Styling Fixes

commit 33de7bd
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 9 00:45:31 2023 +0800

    Merge conflict

commit 7f5d0e5
Merge: 8a3bce4 1a344c1
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 9 00:42:11 2023 +0800

    Merge remote-tracking branch 'origin/1.21.X'

commit 1a344c1
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 9 00:28:29 2023 +0800

    Update to 1.21.3

commit 28b0f8f
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Mon May 8 22:52:57 2023 +0800

    Update dependencies

commit 0eaaa8b
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Mon May 8 22:52:41 2023 +0800

    Minor

commit 5cd506e
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Mon May 8 22:39:32 2023 +0800

    Minor

commit f0beccf
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Mon May 8 22:14:58 2023 +0800

    Fix `Same As Server Timezone` do not save correctly

commit 72c16c3
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Mon May 8 04:26:11 2023 +0800

    Fix eslint warnings

commit aa8454b
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Mon May 8 04:14:24 2023 +0800

    Slightly improve error check on maintenance edit page

commit d23cb0b
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Mon May 8 04:08:30 2023 +0800

    Fix maintenance do not start after 1.21.2

commit 9975050
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Wed Apr 5 03:07:37 2023 +0800

    Chore: Fix line break

commit f8c2909
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Wed Apr 5 02:09:36 2023 +0800

    UI: Improve styling

commit fcfe13e
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Wed Apr 5 02:09:22 2023 +0800

    Feat: Use vue-multiselect in Edit Tag

commit 8a3bce4
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 2 16:22:00 2023 +0800

    Update dependenices

commit dfe6f52
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 2 16:17:37 2023 +0800

    Add test for Node.js 20, drop 19

commit 333a631
Merge: 74dd07c eaa9485
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Sat Apr 29 12:44:31 2023 +0800

    Merge pull request louislam#3106 from shihaamabr/master

    Fix typo in dashboard TCP Port items

commit eaa9485
Author: Shihaam Abdul Rahman <shihaam@shihaam.me>
Date:   Thu Apr 27 12:34:01 2023 +0500

    Fix typo in dashboard TCP Port times

commit 74dd07c
Merge: f75cf3a ba82abe
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue Apr 25 21:10:25 2023 +0800

    Merge pull request louislam#3101 from stumpylog/feature/cloudflare-pkgs

    Install cloudflared via Cloudflare Package Repository

commit f75cf3a
Merge: eb9c748 a3e31b2
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue Apr 25 18:24:44 2023 +0800

    Merge pull request louislam#2905 from Sharknoon/ntfy-bearer-authorization

    Added option for notification provider ntfy to use access tokens

commit a3e31b2
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue Apr 25 18:22:17 2023 +0800

    Minor

commit 078d1f9
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue Apr 25 18:17:32 2023 +0800

    Better handling for old added ntfy notifications

commit 8207f16
Merge: 11f4cb8 eb9c748
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue Apr 25 18:07:52 2023 +0800

    Merge remote-tracking branch 'origin/master' into ntfy-bearer-authorization

commit ba82abe
Author: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
Date:   Sun Apr 23 20:09:31 2023 -0700

    Updates the install of cloudflared to utilize the Cloudflare Package Repository

commit 0e516a4
Author: Christopher Wilkinson <c@wilk.tech>
Date:   Sat Apr 8 17:23:29 2023 +0100

    Trim before truncating "keword not found" message

commit 11f4cb8
Merge: 1f7f1f7 1bf97e7
Author: Josua Frank <frank.josua@gmail.com>
Date:   Mon Apr 10 16:06:53 2023 +0200

    Merge branch 'louislam:master' into ntfy-bearer-authorization

commit 1f7f1f7
Merge: 23af66f be7d3f6
Author: Josua Frank <frank.josua@gmail.com>
Date:   Thu Apr 6 10:55:28 2023 +0200

    Merge branch 'louislam:master' into ntfy-bearer-authorization

commit 23af66f
Merge: 6b078b8 03aa685
Author: Josua Frank <frank.josua@gmail.com>
Date:   Mon Apr 3 21:17:53 2023 +0200

    Merge branch 'louislam:master' into ntfy-bearer-authorization

commit 6b078b8
Merge: ba52e1c 8f449ab
Author: Josua Frank <frank.josua@gmail.com>
Date:   Mon Apr 3 08:33:05 2023 +0200

    Merge branch 'master' into ntfy-bearer-authorization

commit ba52e1c
Merge: fc4312c dcc065c
Author: Josua Frank <frank.josua@gmail.com>
Date:   Fri Mar 31 11:31:13 2023 +0200

    Merge branch 'louislam:master' into ntfy-bearer-authorization

commit fc4312c
Merge: df47609 fbdeb30
Author: Josua Frank <frank.josua@gmail.com>
Date:   Sun Mar 26 19:09:48 2023 +0200

    Merge branch 'master' into ntfy-bearer-authorization

commit df47609
Author: Josua Frank <frank.josua@gmail.com>
Date:   Tue Mar 21 13:55:51 2023 +0100

    Added default dropdown value

commit e63f756
Author: Josua Frank <frank.josua@gmail.com>
Date:   Tue Mar 21 13:48:00 2023 +0100

    linter fixes

commit 8921ed0
Author: Josua Frank <frank.josua@gmail.com>
Date:   Tue Mar 21 13:44:06 2023 +0100

    fix indentation of language json files

commit 35a56dd
Author: Josua Frank <frank.josua@gmail.com>
Date:   Tue Mar 21 13:40:24 2023 +0100

    Added dropdown for authentication methods

commit 442f54d
Merge: e8814e8 7231763
Author: Josua Frank <frank.josua@gmail.com>
Date:   Tue Mar 21 13:01:49 2023 +0100

    Merge branch 'louislam:master' into ntfy-bearer-authorization

commit e8814e8
Author: Josua Frank <frank.josua@gmail.com>
Date:   Wed Mar 8 13:28:02 2023 +0000

    added option for ntfy access tokens
devinsbdev added a commit to devinsbdev/uptime-kuma-sb that referenced this pull request May 28, 2023
commit 2114295
Merge: bc95875 9f51115
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Fri May 26 18:30:43 2023 +0800

    Merge pull request louislam#3052 from chakflying/ui/monitor-page-design-mobile

    UI: Improve monitor page layout on mobile

commit bc95875
Merge: c1efe0f a0d0d5b
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Fri May 26 18:18:24 2023 +0800

    Merge pull request louislam#3156 from maximilian-krauss/feat/add-pushover-ttl

    feat: Adds message ttl to pushover notification

commit c1efe0f
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Fri May 26 18:08:52 2023 +0800

    Add a warning for Node.js >= 20

commit a0d0d5b
Author: Maximilian Krauß <max@krausshalt.com>
Date:   Tue May 16 18:31:28 2023 +0200

    fix: sends pushover ttl only if defined

commit 8d05d80
Author: Maximilian Krauß <max@krausshalt.com>
Date:   Sun May 14 10:36:41 2023 +0200

    feat: Adds message ttl to pushover notification

commit 36942de
Merge: 771ca09 cf59832
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Thu May 25 17:53:44 2023 +0800

    Merge pull request louislam#2916 from lukasbableck/master

    Add safe-area-inset-bottom padding to bottom-nav

commit 771ca09
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Thu May 25 13:41:35 2023 +0800

    npm update (mainly for socket.io)

commit 3cb287a
Merge: 0d1b532 83a59bd
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Wed May 24 20:46:48 2023 +0800

    Merge pull request louislam#3009 from chakflying/ui/url-more-monitor-types

    UI: Support more monitor types in URL field

commit 83a59bd
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Wed Apr 19 03:20:35 2023 +0800

    Fix: Add password filtering

commit 446b5fa
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Sat Apr 1 23:54:27 2023 +0800

    UI: Support more monitor types in URL field

commit 0d1b532
Author: Zaid-maker <pzhafeez@gmail.com>
Date:   Wed May 17 18:22:44 2023 +0500

    :rocket: Update legacy deps

commit 1e1cc86
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Sat May 20 01:46:07 2023 +0800

    Update Apprise to 1.4.0

commit 9dc02bb
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 16 21:57:01 2023 +0800

    Update .gitignore

commit bb15fa0
Merge: 8d24891 80c8fd7
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 16 19:51:20 2023 +0800

    Merge pull request louislam#3154 from chakflying/fix/clear-data-remove-worker-thread

    Fix: Remove use of worker threads in clear-old-data

commit 8d24891
Merge: ba7de3f 0e516a4
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Sat May 13 18:36:04 2023 +0800

    Merge pull request louislam#3054 from TechWilk/keyword-not-found-whitespace

    Trim before truncating "keword not found" message

commit ba7de3f
Merge: f2c294e ce70b3f
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Sat May 13 18:15:05 2023 +0800

    Merge pull request louislam#3152 from AnnAngela/patch-1

    feat: show time as server timezone in dingding notification

commit 80c8fd7
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Sat May 13 01:51:23 2023 +0800

    Chore: Remove util-worker

commit a27386b
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Sat May 13 00:55:48 2023 +0800

    Fix: Use croner for clear-old-data

commit ce70b3f
Author: AnnAngela <naganjue@vip.qq.com>
Date:   Fri May 12 22:14:59 2023 +0800

    feat: add a space to separate the words

commit 06fba5b
Author: AnnAngela <naganjue@vip.qq.com>
Date:   Fri May 12 22:04:44 2023 +0800

    feat: show time as server timezone in dingding notification

commit f2c294e
Merge: a1adc30 332e549
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Fri May 12 13:56:03 2023 +0800

    Merge pull request louislam#3150 from theitguycj/master

    Update README.md

commit 332e549
Author: The IT Guy CJ <130261264+theitguycj@users.noreply.github.com>
Date:   Thu May 11 23:19:09 2023 -0500

    Update README.md

commit a1adc30
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Thu May 11 14:54:00 2023 +0800

    Fix: Add back PagerTree

commit 6ce882a
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Wed May 10 22:51:44 2023 +0800

    Update README.md

commit e392d12
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 9 23:37:51 2023 +0800

    Mention in the README that Node.js 20 is not supported due to a weird issue

commit 253214a
Merge: 33de7bd 9975050
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 9 20:43:30 2023 +0800

    Merge pull request louislam#3024 from chakflying/feat/edit-tag-multiselect

    UI: Use vue-multiselect in Edit Tag & Styling Fixes

commit 33de7bd
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 9 00:45:31 2023 +0800

    Merge conflict

commit 7f5d0e5
Merge: 8a3bce4 1a344c1
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 9 00:42:11 2023 +0800

    Merge remote-tracking branch 'origin/1.21.X'

commit 1a344c1
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 9 00:28:29 2023 +0800

    Update to 1.21.3

commit 28b0f8f
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Mon May 8 22:52:57 2023 +0800

    Update dependencies

commit 0eaaa8b
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Mon May 8 22:52:41 2023 +0800

    Minor

commit 5cd506e
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Mon May 8 22:39:32 2023 +0800

    Minor

commit f0beccf
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Mon May 8 22:14:58 2023 +0800

    Fix `Same As Server Timezone` do not save correctly

commit 72c16c3
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Mon May 8 04:26:11 2023 +0800

    Fix eslint warnings

commit aa8454b
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Mon May 8 04:14:24 2023 +0800

    Slightly improve error check on maintenance edit page

commit d23cb0b
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Mon May 8 04:08:30 2023 +0800

    Fix maintenance do not start after 1.21.2

commit 9975050
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Wed Apr 5 03:07:37 2023 +0800

    Chore: Fix line break

commit f8c2909
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Wed Apr 5 02:09:36 2023 +0800

    UI: Improve styling

commit fcfe13e
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Wed Apr 5 02:09:22 2023 +0800

    Feat: Use vue-multiselect in Edit Tag

commit 9f51115
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Tue Apr 11 21:27:03 2023 +0800

    Chore: Fix lint

commit 4057ca6
Author: Nelson Chan <chakflying@hotmail.com>
Date:   Tue Apr 11 21:16:45 2023 +0800

    UI: Improve monitor page on mobile

commit 8a3bce4
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 2 16:22:00 2023 +0800

    Update dependenices

commit dfe6f52
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue May 2 16:17:37 2023 +0800

    Add test for Node.js 20, drop 19

commit 333a631
Merge: 74dd07c eaa9485
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Sat Apr 29 12:44:31 2023 +0800

    Merge pull request louislam#3106 from shihaamabr/master

    Fix typo in dashboard TCP Port items

commit eaa9485
Author: Shihaam Abdul Rahman <shihaam@shihaam.me>
Date:   Thu Apr 27 12:34:01 2023 +0500

    Fix typo in dashboard TCP Port times

commit 74dd07c
Merge: f75cf3a ba82abe
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue Apr 25 21:10:25 2023 +0800

    Merge pull request louislam#3101 from stumpylog/feature/cloudflare-pkgs

    Install cloudflared via Cloudflare Package Repository

commit f75cf3a
Merge: eb9c748 a3e31b2
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue Apr 25 18:24:44 2023 +0800

    Merge pull request louislam#2905 from Sharknoon/ntfy-bearer-authorization

    Added option for notification provider ntfy to use access tokens

commit a3e31b2
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue Apr 25 18:22:17 2023 +0800

    Minor

commit 078d1f9
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue Apr 25 18:17:32 2023 +0800

    Better handling for old added ntfy notifications

commit 8207f16
Merge: 11f4cb8 eb9c748
Author: Louis Lam <louislam@users.noreply.github.com>
Date:   Tue Apr 25 18:07:52 2023 +0800

    Merge remote-tracking branch 'origin/master' into ntfy-bearer-authorization

commit ba82abe
Author: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
Date:   Sun Apr 23 20:09:31 2023 -0700

    Updates the install of cloudflared to utilize the Cloudflare Package Repository

commit 0e516a4
Author: Christopher Wilkinson <c@wilk.tech>
Date:   Sat Apr 8 17:23:29 2023 +0100

    Trim before truncating "keword not found" message

commit 11f4cb8
Merge: 1f7f1f7 1bf97e7
Author: Josua Frank <frank.josua@gmail.com>
Date:   Mon Apr 10 16:06:53 2023 +0200

    Merge branch 'louislam:master' into ntfy-bearer-authorization

commit 1f7f1f7
Merge: 23af66f be7d3f6
Author: Josua Frank <frank.josua@gmail.com>
Date:   Thu Apr 6 10:55:28 2023 +0200

    Merge branch 'louislam:master' into ntfy-bearer-authorization

commit 23af66f
Merge: 6b078b8 03aa685
Author: Josua Frank <frank.josua@gmail.com>
Date:   Mon Apr 3 21:17:53 2023 +0200

    Merge branch 'louislam:master' into ntfy-bearer-authorization

commit 6b078b8
Merge: ba52e1c 8f449ab
Author: Josua Frank <frank.josua@gmail.com>
Date:   Mon Apr 3 08:33:05 2023 +0200

    Merge branch 'master' into ntfy-bearer-authorization

commit ba52e1c
Merge: fc4312c dcc065c
Author: Josua Frank <frank.josua@gmail.com>
Date:   Fri Mar 31 11:31:13 2023 +0200

    Merge branch 'louislam:master' into ntfy-bearer-authorization

commit fc4312c
Merge: df47609 fbdeb30
Author: Josua Frank <frank.josua@gmail.com>
Date:   Sun Mar 26 19:09:48 2023 +0200

    Merge branch 'master' into ntfy-bearer-authorization

commit df47609
Author: Josua Frank <frank.josua@gmail.com>
Date:   Tue Mar 21 13:55:51 2023 +0100

    Added default dropdown value

commit e63f756
Author: Josua Frank <frank.josua@gmail.com>
Date:   Tue Mar 21 13:48:00 2023 +0100

    linter fixes

commit 8921ed0
Author: Josua Frank <frank.josua@gmail.com>
Date:   Tue Mar 21 13:44:06 2023 +0100

    fix indentation of language json files

commit 35a56dd
Author: Josua Frank <frank.josua@gmail.com>
Date:   Tue Mar 21 13:40:24 2023 +0100

    Added dropdown for authentication methods

commit 442f54d
Merge: e8814e8 7231763
Author: Josua Frank <frank.josua@gmail.com>
Date:   Tue Mar 21 13:01:49 2023 +0100

    Merge branch 'louislam:master' into ntfy-bearer-authorization

commit cf59832
Author: Lukas Bableck <lukas.bableck@bit-host.io>
Date:   Fri Mar 10 17:42:30 2023 +0100

    Set viewport-fit=cover in meta viewport tag

commit 8f259e1
Author: Lukas Bableck <lukas.bableck@bit-host.io>
Date:   Fri Mar 10 17:42:06 2023 +0100

    Add padding to bottom-nav

commit e8814e8
Author: Josua Frank <frank.josua@gmail.com>
Date:   Wed Mar 8 13:28:02 2023 +0000

    added option for ntfy access tokens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants