Commit Graph
100 Commits
Author SHA1 Message Date
G.Ambatte 19cb24d8db Add explanatory comments to HeaderNav.jsx 2025-01-10 16:48:02 +13:00
G.Ambatte eb3178bf80 Update nav item selector 2025-01-09 14:17:41 +13:00
G.Ambatte a72f47df46 Add identifier to ToC pages in header nav 2025-01-09 12:53:52 +13:00
G.Ambatte a9823d39e2 Update selection query 2025-01-09 12:29:18 +13:00
G.Ambatte 6ec65eee23 Skip Table of Contents pages 2025-01-09 08:13:59 +13:00
G.Ambatte 9c2610ff40 Add guard clause to prevent empty nav lines 2025-01-09 08:07:59 +13:00
G.AmbatteandVíctor Losada Hernández bffa6eb0c9 Limit max-height to prevent overflow
Co-authored-by: Víctor Losada Hernández <5ecleric.naturalcrit@gmail.com>
2025-01-08 07:22:17 +13:00
G.Ambatte 2779055e50 Stop error bar from blocking menus 2025-01-07 18:02:17 +13:00
G.Ambatte 37d00f1255 Remove dismissKeys check before displaying dialog 2025-01-07 18:01:58 +13:00
G.Ambatte d9b599e814 Fix error listing 2025-01-07 18:01:17 +13:00
G.Ambatte 40d453bc7c Return if no notifications 2025-01-07 18:00:45 +13:00
G.Ambatte a6b7ed4dd2 Improve link text generation 2025-01-06 23:54:05 +13:00
G.Ambatte bf0614026d Use classes rather than inline styling for indentation 2025-01-06 23:53:33 +13:00
G.Ambatte 06005009e4 HeaderList now in nav > ul > li 2025-01-06 23:20:52 +13:00
G.Ambatte cf16566da8 Move Header Navigation button to Toolbar 2025-01-06 22:30:03 +13:00
G.Ambatte 34f104b406 Remove showHeaderNav prop from Edit and Share page BrewRenderer 2025-01-06 22:29:22 +13:00
G.Ambatte 6e7342d6f0 Merge branch 'master' into experimentalHeaderNavigation 2025-01-06 16:41:21 +13:00
G.Ambatte 28109d28dc Merge branch 'master' into experimentalHeaderNavigation 2025-01-04 20:22:37 +13:00
G.Ambatte a95eef0545 Add maximum length, use span for spacing 2025-01-03 13:34:52 +13:00
G.Ambatte bbf6c3589a Switch from innerText to textContent 2025-01-03 11:53:29 +13:00
G.Ambatte 4a4a14b2ab Add ref correctly, fix typo 2025-01-03 11:37:51 +13:00
G.Ambatte 6b0c3b65b4 Merge branch 'master' into experimentalHeaderNavigation 2025-01-03 11:20:16 +13:00
G.Ambatte fcfd3171bd Tweak start of instructions 2024-12-22 18:00:27 +13:00
G.Ambatte 9a6cf8c5d2 Linter fix 2024-12-22 17:53:14 +13:00
G.Ambatte 91d928fd8a End list properly 2024-12-22 17:52:58 +13:00
G.Ambatte bca653bc4d Add instructions to HBErrorCode 01 & 02 2024-12-22 17:52:09 +13:00
G.Ambatte 7a41a140fd Merge branch 'master' into fixAdminAddedAsAuthor-#3952 2024-12-19 17:00:26 +13:00
G.Ambatte 7a169cbd9e Linter clean up 2024-12-19 16:20:28 +13:00
G.Ambatte 2dc8a8fbe9 Remove req.account from update request 2024-12-19 16:20:04 +13:00
G.Ambatte 2743ab869a Merge branch 'master' into tagsToArrayOnLoad-#3927 2024-12-02 17:17:35 +13:00
G.Ambatte 4b21538e3e Add splitTextStyleAndMetadata tests 2024-12-02 17:14:45 +13:00
G.Ambatte e17db0788c Convert any tags strings to arrays 2024-12-02 16:18:18 +13:00
G.Ambatte 7a76c67038 Merge branch 'master' into fixContentNegotiationTestFail-#3904 2024-11-24 20:44:24 +13:00
G.Ambatte 108d368d45 Add content-negotiation test to CircleCI config 2024-11-21 18:54:23 +13:00
G.Ambatte bd413cfc55 Add content negotiation test command 2024-11-21 18:53:20 +13:00
G.Ambatte 1af13b4e94 Fixes #3904 - content negotiation test failure 2024-11-21 18:46:59 +13:00
G.Ambatte dc1d40512b Reinstate length check 2024-11-10 21:45:17 +13:00
G.Ambatte 2dafbf2080 Simplify Admin brew lookup function 2024-11-10 20:19:30 +13:00
G.Ambatte 033b7fa44f Lint fix 2024-11-10 19:35:57 +13:00
G.Ambatte 2c4f705072 Merge branch 'addAdminFixScriptTool-#3801' of https://github.com/G-Ambatte/homebrewery into addAdminFixScriptTool-#3801 2024-11-10 19:34:25 +13:00
G.Ambatte ee811e94e1 Remove error handling that can never trigger 2024-11-10 19:34:19 +13:00
G.Ambatte fcae147723 Merge branch 'master' into addAdminFixScriptTool-#3801 2024-11-10 19:34:17 +13:00
G.Ambatte b3793a3330 Simplify scriptCount logic 2024-11-10 19:30:57 +13:00
G.Ambatte 952b67aed3 Remove checkForScript state 2024-11-10 19:29:28 +13:00
G.Ambatte 27f14b042b Remove comment about irrelevant tag cleaning 2024-11-10 19:24:54 +13:00
G.Ambatte 49d30007d3 Merge branch 'addAdminFixScriptTool-#3801' of https://github.com/G-Ambatte/homebrewery into addAdminFixScriptTool-#3801 2024-11-10 19:23:47 +13:00
G.Ambatte bd26f02ddb Remove getBrew admin regex search 2024-11-10 19:23:42 +13:00
G.Ambatte c6b0b6a0ea Merge branch 'master' into addAdminFixScriptTool-#3801 2024-11-07 23:31:04 +13:00
G.Ambatte 422fd7bb57 Merge branch 'master' into addAdminFixScriptTool-#3801 2024-10-30 12:01:42 +13:00
G.Ambatte ea25ae625a Merge branch 'refactorVersionHistory' of https://github.com/G-Ambatte/homebrewery into refactorVersionHistory 2024-10-30 08:21:56 +13:00
G.Ambatte ebf900ba24 Remove Proxy version 2024-10-30 08:21:51 +13:00
G.Ambatte 0037c91cc5 Merge branch 'master' into refactorVersionHistory 2024-10-30 08:10:47 +13:00
G.Ambatte a29aca32e7 Display createdAt time 2024-10-29 20:42:53 +13:00
G.Ambatte 6fed42198d Simplify initCustomStore 2024-10-29 19:30:22 +13:00
G.Ambatte 446406758f Merge branch 'master' into refactorVersionHistory 2024-10-29 19:12:59 +13:00
G.Ambatte 2d9da23c25 Merge branch 'master' into addAdminFixScriptTool-#3801 2024-10-29 19:08:49 +13:00
G.Ambatte b24c9daa08 Update HTML test 2024-10-29 18:15:46 +13:00
G.Ambatte f5bc490380 Remove type='submit' attribute 2024-10-29 18:10:25 +13:00
G.Ambatte 4673303bc2 Remove unused JSDom package 2024-10-29 17:41:16 +13:00
G.Ambatte e550ab4046 Remove eslint override from HTML tests 2024-10-29 17:40:55 +13:00
G.Ambatte be4ba06081 Removed unused themes.json import 2024-10-29 17:32:31 +13:00
G.Ambatte 0fda0673b2 Simplify logic & reduce nesting 2024-10-29 17:27:59 +13:00
G.Ambatte 9edf65c252 Shift to element.remove() 2024-10-29 16:50:44 +13:00
G.Ambatte 3f8ec30f89 Fix broken check for document existence 2024-10-29 16:50:33 +13:00
G.Ambatte f1bebe3895 Move import to be adjacent to existing requires 2024-10-29 16:36:49 +13:00
G.Ambatte f5954b03f2 Add comment to reference vue-html-secure pacakge 2024-10-29 16:34:50 +13:00
G.Ambatte a265723c57 Merge branch 'master' into fixLinks-#3547 2024-10-29 16:32:23 +13:00
G.Ambatte 478a541d62 Remove wrapper from file name 2024-10-26 09:58:09 +13:00
G.Ambatte eb852b8045 Add IDB Proxy 2024-10-26 09:50:07 +13:00
G.Ambatte 07e7f3e70c Merge branch 'master' into refactorVersionHistory 2024-10-25 20:54:34 +13:00
G.Ambatte fea8f157a7 Change script clean to use Homebrew API update 2024-10-25 17:45:12 +13:00
G.Ambatte 898be28af3 Fix Homebrew API parameter 2024-10-25 11:40:17 +13:00
G.Ambatte 63f6f6d3c6 Fix new getBrew access type 2024-10-25 11:27:28 +13:00
G.Ambatte ac2de613c5 Change Admin lookup to use Homebrew.API getBrew instead 2024-10-25 11:19:55 +13:00
G.Ambatte 948f03b5b8 Add admin access type to getBrew 2024-10-25 11:18:36 +13:00
G.Ambatte 28894adeab Add error check for no brew found 2024-10-25 11:17:44 +13:00
G.Ambatte e3619bb1fc Add global flag to regex 2024-10-25 00:11:02 +13:00
G.Ambatte db1fdca3ab Automatically check for SCRIPT tags 2024-10-24 20:45:12 +13:00
G.Ambatte c2f56833f3 Merge branch 'addAdminFixScriptTool-#3801' of https://github.com/G-Ambatte/homebrewery into addAdminFixScriptTool-#3801 2024-10-24 17:21:00 +13:00
G.Ambatte d3cc5c890b Display number of SCRIPT tags detected in brew 2024-10-24 17:20:55 +13:00
G.Ambatte 8eac8eff4b Merge branch 'master' into addAdminFixScriptTool-#3801 2024-10-24 16:22:29 +13:00
G.Ambatte 27c5f86205 Merge branch 'master' into addAdminFixScriptTool-#3801 2024-10-24 07:32:52 +13:00
G.Ambatte 361d1c1aff Merge branch 'master' into refactorVersionHistory 2024-10-24 07:32:09 +13:00
G.Ambatte 917f20cdd5 Merge branch 'master' into catchIDBErrors 2024-10-21 16:27:30 +13:00
G.Ambatte 0c98f832bb Add catch to await calls 2024-10-21 16:21:41 +13:00
G.Ambatte 0d1291a713 Merge branch 'master' into addAdminFixScriptTool-#3801 2024-10-13 22:47:32 +13:00
G.Ambatte 63f4104f81 Add UI to Admin page 2024-10-13 13:45:24 +13:00
G.Ambatte 6bc865144a Add cleaning function to API 2024-10-13 13:45:11 +13:00
G.Ambatte ccafee7a21 Get text from textBin in brew object 2024-10-13 13:44:33 +13:00
G.Ambatte 033a089fd8 Merge branch 'master' into refactorVersionHistory 2024-10-13 12:17:27 +13:00
G.Ambatte f64e7d3fd7 Shift grabage collection to use delMany instead of a looped del 2024-10-12 10:57:01 +13:00
G.Ambatte cdbb2fa26a Add IDB custom store wrapper 2024-10-12 10:55:02 +13:00
G.Ambatte bec830c3b8 Tweak color of Brew Renderer background text 2024-10-12 08:09:51 +13:00
G.Ambatte d534eddb29 Remove unnecessary useEffect import 2024-10-11 13:14:53 +13:00
G.Ambatte 9099db5ea1 Remove obsolete state and event handlers 2024-10-11 11:56:29 +13:00
G.Ambatte a9a8b4b9bb Shift static height style to LESS file 2024-10-11 11:55:51 +13:00
G.Ambatte 5d29d40c97 Implement suggested change 2024-10-11 11:42:03 +13:00
G.Ambatte 4291284252 Merge branch 'master' into experimentalDeploymentIdentification 2024-10-11 11:10:28 +13:00
G.Ambatte f65dee28cb Merge branch 'master' into addIndexedDM-#3763 2024-10-11 07:44:05 +13:00
G.Ambatte 803ca09ab6 Merge branch 'master' into addIndexedDM-#3763 2024-10-10 21:55:00 +13:00