0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-09 22:48:39 +00:00
Commit Graph

834 Commits

Author SHA1 Message Date
Víctor Losada Hernández 4c4659c9f7 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into refactor-tag-system 2026-02-23 14:10:57 +01:00
Víctor Losada Hernández 533a79d4e2 last of tooltips 2026-02-23 14:10:25 +01:00
David Bolack 1fa0a23459 Merge branch 'master' into codeMirror-skipExtraKeys 2026-02-22 10:46:26 -06:00
Víctor Losada Hernández 4691817c88 last touches in toolbar 2026-02-20 10:59:39 +01:00
Víctor Losada Hernández c4b20acf1b add white background behind codemirror to prevent visual glitch on height recalc 2026-02-19 14:23:08 +01:00
Víctor Losada Hernández ba4b30228a proper tooltips 2026-02-19 14:04:54 +01:00
Víctor Losada Hernández 904548521e small changes 2026-02-19 11:32:49 +01:00
Víctor Losada Hernández 20b8a5b0b1 both \ and / as valid chars 2026-02-17 14:49:38 +01:00
Víctor Losada Hernández 5171d1154e normalize caps 2026-02-17 14:47:20 +01:00
Víctor Losada Hernández 0a68b8ecf9 linting and fixing made tags 2026-02-17 14:43:09 +01:00
Víctor Losada Hernández bf8c866a74 add small text 2026-02-17 10:09:44 +01:00
Víctor Losada Hernández dec91cc76e next stable 2026-02-16 00:58:50 +01:00
Víctor Losada Hernández 2a9970705b fix regex and fixed substrings 2026-02-16 00:17:39 +01:00
Víctor Losada Hernández 694f5dcd21 fix auth input 2026-02-15 23:54:24 +01:00
Víctor Losada Hernández 8cdc5ab0af curate suggestion and add in some color 2026-02-15 23:40:41 +01:00
Víctor Losada Hernández 1c35d08a5c stable version 2026-02-15 20:40:41 +01:00
Víctor Losada Hernández 46d9322b50 stable with basic suggestion 2026-02-15 14:43:52 +01:00
Víctor Losada Hernández 3e76046868 Revert "renamed client to src"
This reverts commit c28736bd01.
2026-02-01 17:36:53 +01:00
Víctor Losada Hernández c28736bd01 renamed client to src 2026-02-01 17:34:50 +01:00
Víctor Losada Hernández 4e6c3add5b change imports 2026-01-24 01:10:51 +01:00
Víctor Losada Hernández 852510c93a more imports 2026-01-24 00:49:37 +01:00
Víctor Losada Hernández 9d03385a13 change imports 2026-01-24 00:29:15 +01:00
Víctor Losada Hernández 2f19b7658c dedent-tabs to dedent 2026-01-23 19:10:56 +01:00
Víctor Losada Hernández d6b763e62d update import paths 2026-01-23 18:44:51 +01:00
Víctor Losada Hernández dbeff56ffa change legacy snippets to use named exports and move from dedent-tabs to dedent 2026-01-23 17:38:16 +01:00
Víctor Losada Hernández b72e5b9172 fix file imports 2026-01-23 17:18:03 +01:00
Víctor Losada Hernández c4c2d8cabd fix core import 2026-01-22 23:46:10 +01:00
Víctor Losada Hernández 4bf485b2e2 lint client 2026-01-21 16:17:11 +01:00
Víctor Losada Hernández 7b00ec9fcf stable version i think 2026-01-21 15:44:33 +01:00
Víctor Losada Hernández fc8656e05b all imports 2026-01-20 22:14:34 +01:00
Víctor Losada Hernández 0d6c3c7e33 fix module.exports 2026-01-20 19:56:37 +01:00
David Bolack 6b57dcf052 Wrapper functions 2025-12-29 13:24:31 -06:00
Trevor Buckner 059d6d7939 Lint 2025-11-17 23:09:47 -05:00
G.Ambatte 73b7d6887b Fix typo in state property name for snippet bar height 2025-11-17 17:09:23 +13:00
Víctor Losada Hernández f1891d9250 use state instead 2025-11-16 19:02:37 +01:00
Víctor Losada Hernández b78f5079df bring back update native func 2025-11-15 16:59:32 +01:00
Víctor Losada Hernández 7bc41f9b0d fix snippetbar hidden 2025-11-15 16:49:48 +01:00
Víctor Losada Hernández a217779e76 fix snippetbar wrap 2025-11-15 16:05:21 +01:00
Gazook89 f9f33955bc Merge branch 'master' into move-codeEditor-to-components 2025-11-09 23:30:53 -06:00
Gazook89 c5aa774daa Move markdown.js and markdownlegacy.js
Moves the two files up a level, directly in `/shared/`.  Everything else is just updating paths for that.
2025-11-04 22:29:28 -06:00
Gazook89 29fe6430ce Move codeEditor to components directory
This simply moves the codeEditor folder to the components directory.  `codeEditor.jsx` simply builds a component which is then used elsewhere, and isn't shared between client and server, so it should be in the client directory.

Arguably it could go in `client/homebrew/editor` but I think the `/homebrew/` folder should be eliminated down the line and it's contents just re-sorted.

When working on the editor right now it's a pain to switch between `shared` and `client` hunting for the right file.
2025-11-04 13:12:56 -06:00
Trevor Buckner 9e80151eda Merge branch 'master' into issue_2963 2025-10-13 13:38:41 -04:00
Trevor Buckner ae47442ed5 Merge branch 'master' into remove-config-enable-checks 2025-10-13 13:37:49 -04:00
David Bolack 8fcadd87d4 Remove comments 2025-10-09 20:24:01 -05:00
Trevor Buckner 7fc03bb5a7 Merge branch 'master' into PreventInterruptedBrewJump 2025-10-06 00:07:43 -04:00
Trevor Buckner 811f274968 Move badly-placed scrollingTimeout that was doing nothing
When a user clicks brewJump or sourceJump, we disallow new jumps until the current scroll operation has finished for 150 ms. Unfortunately the timer being checked was always undefined, so you could keep clicking the jump button and get the brewRenderer or editor to keep bouncing around without finishing the jump action.

This just moves the scrollingTimeout up outside of the listener function so it isn't being reset to undefined every loop.
2025-10-06 00:06:34 -04:00
Trevor Buckner 63bebe1efd Lint everything
Catching up on a bunch of linting so random changes stop showing up on PRs when the linter is run.
2025-10-06 00:02:24 -04:00
Víctor Losada Hernández 4a5bb1efb1 initial commit 2025-10-05 22:14:13 +02:00
David Bolack 460b12e356 Proposed fix per calc.
This also works but has different currsor behavior.

Original fix left in place, commented pending decisions.
2025-10-05 11:26:43 -05:00
G.Ambatte 18367526bd Merge branch 'master' into standardizeLocalStorageKeyNames-#4119 2025-10-04 13:07:51 +13:00