From 75af3e1f0eb3f9324413ecf474006a0673fb1c6c Mon Sep 17 00:00:00 2001 From: gitea-actions Date: Wed, 19 Aug 2026 12:03:35 +0100 Subject: [PATCH] Improve search button accessibility and refresh site metadata --- assets/styles/components/org-content.css | 5 ++-- assets/styles/misc.css | 2 +- build-logs/gitea-build-monitor.log | 7 ++++++ home/#backlog.org# | 32 ++++++++++++++++++++++++ home/.#backlog.org | 1 + home/backlog.org | 13 +++++----- lisp/build-html.el | 2 +- posts/posts-list.org | 2 +- sitemap.org | 24 +++++++++--------- 9 files changed, 64 insertions(+), 24 deletions(-) create mode 100644 home/#backlog.org# create mode 100644 home/.#backlog.org diff --git a/assets/styles/components/org-content.css b/assets/styles/components/org-content.css index 2e15dae..374a374 100755 --- a/assets/styles/components/org-content.css +++ b/assets/styles/components/org-content.css @@ -246,9 +246,10 @@ time.countdown.expired { #search-btn { display: inline-grid; place-items: center; - flex: 0 0 2.25rem; - width: 2.25rem; + flex: 0 0 auto; + min-width: 2.25rem; height: 2.25rem; + padding: 0 0.7rem; background: color-mix(in oklab, var(--surface-soft) 82%, transparent); border: 1px solid var(--border); border-radius: 7px; diff --git a/assets/styles/misc.css b/assets/styles/misc.css index 9bf8d55..72657dc 100755 --- a/assets/styles/misc.css +++ b/assets/styles/misc.css @@ -1 +1 @@ -@import url("./components/org-content.css"); +@import url("./components/org-content.css?v=20260819-search-button"); diff --git a/build-logs/gitea-build-monitor.log b/build-logs/gitea-build-monitor.log index 10a29c9..3074d42 100755 --- a/build-logs/gitea-build-monitor.log +++ b/build-logs/gitea-build-monitor.log @@ -900,3 +900,10 @@ at , /home/zaine/master-folder/org-platform/org_web/build-logs/gite 2026-08-19T10:47:06.5623386+01:00 [INFO] Running authoring server tests with /home/zaine/master-folder/org-platform/authoring-service/.venv/bin/python. 2026-08-19T10:47:06.6423800+01:00 [INFO] Authoring server tests passed: ran=0, failures=0, errors=0, skipped=0, exit=0 2026-08-19T10:47:06.9163762+01:00 [INFO] Sent authoring server test notification. +2026-08-19T10:54:18.3177904+01:00 [INFO] Prepared current build status for zaine/org_web: severity=Info, status=success +2026-08-19T10:54:18.3252868+01:00 [INFO] Fetching recent Gitea Actions runs for zaine/org_web. +2026-08-19T10:54:18.6806543+01:00 [ERROR] Failed to analyze job 831: Cannot bind argument to parameter 'LogText' because it is an empty string. +2026-08-19T10:54:19.3119955+01:00 [INFO] Sent build status notification with 1 embed(s). +2026-08-19T10:54:19.3330239+01:00 [INFO] Running authoring server tests with /home/zaine/master-folder/org-platform/authoring-service/.venv/bin/python. +2026-08-19T10:54:19.4064725+01:00 [INFO] Authoring server tests passed: ran=0, failures=0, errors=0, skipped=0, exit=0 +2026-08-19T10:54:19.6747895+01:00 [INFO] Sent authoring server test notification. diff --git a/home/#backlog.org# b/home/#backlog.org# new file mode 100644 index 0000000..f97c5ad --- /dev/null +++ b/home/#backlog.org# @@ -0,0 +1,32 @@ +#+TITLE: Backlog +#+OPTIONS: num:nil toc:nil +#+DATE: <2025-11-08 Sat 11:08> +#+filetags: :emacs:website: +#+COMMENTS: t +#+SLUG: backlog + +* TODO + + + +* DOING + + + +* DONE + +- Add a notes page <2025-12-18 Thu> +- Add a *move* function in the competencies board page for mobile <2025-12-18 Thu> +- Refactor the build script to extract functions into seperate files <2025-12-16 Tue> +- Add a WIP property in an org file. If the header contains the string "WIP" then create a list of all WIP items and add to it. Otherwise do nothing. +- Page for latest updated files. +- Give lima extra controls, and update the syntax file for her. +- Service for RDP +- Create the backlog page. +- Database permissions (roles, accounts and schemas) <2026-01-18 Sun> +- how pipelines work <2026-01-18 Sun> +- Use zero trust cloudflare instead of nginx auth <2026-04-01 Wed> + +* For another time + +- Instead of deleting the output directory each time the website is built, only delete the files that have been changed. diff --git a/home/.#backlog.org b/home/.#backlog.org new file mode 100644 index 0000000..b42f7fd --- /dev/null +++ b/home/.#backlog.org @@ -0,0 +1 @@ +zqayyum@MCSFVGYNC4.33968:1787127281 \ No newline at end of file diff --git a/home/backlog.org b/home/backlog.org index eae2199..a7cbcab 100755 --- a/home/backlog.org +++ b/home/backlog.org @@ -6,14 +6,11 @@ #+SLUG: backlog * TODO -- Give lima accounts to all the services -- Figure out a solution for the shared calendar -- change the font -- Use zero trust cloudflare instead of nginx auth + * DOING -- Database permissions (roles, accounts and schemas) -- how pipelines work + + * DONE @@ -25,7 +22,9 @@ - Give lima extra controls, and update the syntax file for her. - Service for RDP - Create the backlog page. - +- Database permissions (roles, accounts and schemas) <2026-01-18 Sun> +- how pipelines work <2026-01-18 Sun> +- Use zero trust cloudflare instead of nginx auth <2026-04-01 Wed> * Things to add to 2026: diff --git a/lisp/build-html.el b/lisp/build-html.el index 2626fbe..51a6810 100755 --- a/lisp/build-html.el +++ b/lisp/build-html.el @@ -49,7 +49,7 @@ Search notes - + diff --git a/posts/posts-list.org b/posts/posts-list.org index c95f9aa..db0a404 100755 --- a/posts/posts-list.org +++ b/posts/posts-list.org @@ -4,7 +4,7 @@ See the categories: @@html:Categories@@ * Posts: -- [[file:career/career-list.org][Career List]] @@html:@@ +- [[file:career/career-list.org][Career List]] @@html:@@ - [[file:career/cross-site-scripting-xss.org][Cross-Site Scripting (XSS)]] @@html:@@ @@html:@@ @@html:@@ - [[file:career/ha-dr.org][High Availability, Disaster Recovery and Business Continuity]] @@html:@@ @@html:@@ @@html:@@ - [[file:career/javascript.org][Understands the Javascript language]] @@html:@@ @@html:@@ @@html:@@ diff --git a/sitemap.org b/sitemap.org index d8b4af8..1a2963b 100755 --- a/sitemap.org +++ b/sitemap.org @@ -104,15 +104,15 @@ flowchart TD n43 --> n49 n50["Tag: website"] n43 --> n50 - n51["Tag: life"] + n51["Tag: update"] n43 --> n51 - n52["Tag: update"] + n52["Tag: life"] n43 --> n52 - n53["Tag: insights"] + n53["Tag: education"] n43 --> n53 - n54["Tag: emacs"] + n54["Tag: insights"] n43 --> n54 - n55["Tag: education"] + n55["Tag: emacs"] n43 --> n55 n56["Tag: reading"] n43 --> n56 @@ -218,11 +218,11 @@ flowchart TD click n48 "tags/notes.html" "Tag: notes" click n49 "tags/review.html" "Tag: review" click n50 "tags/website.html" "Tag: website" - click n51 "tags/life.html" "Tag: life" - click n52 "tags/update.html" "Tag: update" - click n53 "tags/insights.html" "Tag: insights" - click n54 "tags/emacs.html" "Tag: emacs" - click n55 "tags/education.html" "Tag: education" + click n51 "tags/update.html" "Tag: update" + click n52 "tags/life.html" "Tag: life" + click n53 "tags/education.html" "Tag: education" + click n54 "tags/insights.html" "Tag: insights" + click n55 "tags/emacs.html" "Tag: emacs" click n56 "tags/reading.html" "Tag: reading" click n57 "tags/maths.html" "Tag: maths" click n59 "posts/posts-intro.html" "Posts Introduction" @@ -309,11 +309,11 @@ flowchart TD - [[file:tags/notes.org][Tag: notes]] - [[file:tags/review.org][Tag: review]] - [[file:tags/website.org][Tag: website]] - - [[file:tags/life.org][Tag: life]] - [[file:tags/update.org][Tag: update]] + - [[file:tags/life.org][Tag: life]] + - [[file:tags/education.org][Tag: education]] - [[file:tags/insights.org][Tag: insights]] - [[file:tags/emacs.org][Tag: emacs]] - - [[file:tags/education.org][Tag: education]] - [[file:tags/reading.org][Tag: reading]] - [[file:tags/maths.org][Tag: maths]] - posts