0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-08 12:08:40 +00:00
Commit Graph

359 Commits

Author SHA1 Message Date
Trevor Buckner 421ed8f51d Remove comments 2022-11-17 21:53:46 -05:00
Gazook89 6a0d8d13b0 don't save errs to state 2022-11-13 12:56:17 -06:00
Gazook89 4f762b376f tweak validation rules on Thumbnail & prevent invalid field from block valid fields 2022-11-13 12:45:31 -06:00
Gazook89 970d03a5e4 validate thumbnail is URL 2022-11-06 13:17:39 -06:00
Gazook89 b6c09683be add language field validation (for future pr)
fix an oversight in validations
2022-11-05 20:07:27 -05:00
Gazook89 a13fd48cda prevent crash on input to second field. small css change 2022-11-05 12:19:01 -05:00
Gazook89 aec1147aa5 set :invalid input to light red background 2022-11-05 11:56:48 -05:00
Gazook89 78da48b08d fix issue with async setState using Event.persist() 2022-11-05 11:42:21 -05:00
Gazook89 edce191c29 remove a silly rule 2022-11-05 11:32:35 -05:00
Gazook89 8c52a253dc log errs correctly, setCustomValidity and reportValidity 2022-11-04 20:22:59 -05:00
Gazook89 589ec0251a move validations into it's own file. 2022-11-04 15:32:20 -05:00
Gazook89 7696be5d95 first commit 2022-11-03 22:00:45 -05:00
G.Ambatte b44a7d3236 Merge branch 'master' into stopUnfoldingCode-#2135 2022-09-27 13:01:30 +13:00
G.Ambatte db174c9655 Add optional overwrite protection 2022-09-24 13:50:26 +12:00
G.Ambatte 22896470e3 Remove unused splice function 2022-09-24 13:36:14 +12:00
G.Ambatte 56fde5a448 Use cm.replaceSelection instead of split/join text 2022-09-24 13:34:26 +12:00
Gazook89 f3c9dde801 thumbnail preview de-uglification 2022-09-21 20:50:10 -05:00
Gazook89 b120c47faa add vertical scroll - auto 2022-09-15 13:38:09 -05:00
Gazook89 49a3057765 clear out some unused properties 2022-09-15 13:33:19 -05:00
Gazook89 fc5d06be0e fixed vertical spacing 2022-09-15 13:19:27 -05:00
Gazook89 bb25d30663 flex working, but odd vertical spacing 2022-09-15 12:29:25 -05:00
Trevor Buckner eae5fc9be9 Hide themes behind flag "enable_themes" 2022-09-05 17:05:37 -04:00
Trevor Buckner eb9d76655e Merge branch 'master' into SwappableThemes-ReorganizeFolderStructure 2022-08-27 18:24:35 -04:00
Trevor Buckner 87bc27544b Merge pull request #2290 from naturalcrit/MakeV3Default
Make V3 default setting in /new, and homepage
2022-08-27 13:05:26 -04:00
Charlie Humphreys 6aa9eda5fb update if in stringArrayEditor.jsx componentDidUpdate 2022-08-27 00:52:44 -05:00
Trevor Buckner 3271eae4df Make V3 default setting in /new, and homepage 2022-08-27 01:51:30 -04:00
Charlie Humphreys 5227bbc1d4 add tag length limit, fix tag editing issues 2022-08-26 10:42:34 -05:00
Trevor Buckner fc20d73520 Journal theme "complete"? 2022-08-21 00:03:29 -04:00
Trevor Buckner ddcf34c006 Reorder snippets 2022-08-06 12:09:14 -04:00
Charlie Humphreys ae9eef4fba update location of tags type rewrite 2022-08-05 15:37:22 -05:00
Trevor Buckner 44dbb8f285 Fix merging again. 2022-08-04 22:49:52 -04:00
Trevor Buckner 3da2d094a0 Fix merging snippets with base snippets. 2022-08-04 22:20:29 -04:00
Trevor Buckner 947b2f5072 Start adding Journal theme, Add "snippetBase" property 2022-07-23 12:01:34 -04:00
Charlie Humphreys c7cfa86205 remove migration in favor of as-edited approach 2022-06-25 00:43:47 -05:00
Charlie Humphreys c7d5d6800b add close button for string array edit input, update styles 2022-06-24 23:48:32 -05:00
Charlie Humphreys e963672b65 update tag setup to be based on the latest version of the stringArrayEditor.jsx 2022-06-24 23:31:20 -05:00
Charlie Humphreys 1965218e74 Merge branch 'master' into document-tags
# Conflicts:
#	client/homebrew/editor/metadataEditor/metadataEditor.jsx
#	server/homebrew.api.js
2022-06-24 22:55:35 -05:00
Trevor Buckner 5f5ff0023b Merge branch 'master' into SwappableThemes-ReorganizeFolderStructure 2022-06-21 16:07:00 -04:00
Trevor Buckner 1e1a3d891a Change let to const 2022-06-21 15:59:28 -04:00
Trevor Buckner 586ff67fa0 Small tweaks 2022-06-21 15:38:20 -04:00
jlgraves a4c80f2bbf added review changes requested
- correctly centred the legacy snippet
- fixed a couple small typos in both files
2022-06-20 15:33:51 -07:00
jlgraves 01c16b4a1c Updating legacy class feature
Separated into two commits - one for new, one for legacy
2022-06-18 12:26:07 -07:00
jlgraves 2ebfd19169 Adding in spell-casting ability
Re issue #2215 added spellcasting ability modifier
2022-06-18 11:30:35 -07:00
G.Ambatte 4f69b1e7e0 Remove unused toTop function 2022-06-05 11:13:35 +12:00
G.Ambatte d04df9aeb0 Remove redundant isStyle check 2022-06-05 10:10:59 +12:00
G.Ambatte 6bc5edd33f Remove unnecessary isMeta check 2022-06-05 10:03:03 +12:00
G.Ambatte ae6ad1eaff Prune unnecessary styles 2022-06-04 18:40:05 +12:00
G.Ambatte ee3c521094 Change throttle options 2022-06-04 18:35:22 +12:00
G.Ambatte ff2268871d Throttle brew move function 2022-06-04 17:54:35 +12:00
G.Ambatte 1d0cceda04 Eliminate unnecessary window.frames calls 2022-06-04 17:09:25 +12:00