dynamo-browse/internal/dynamo-browse/models/queryexpr
Leon Mika e37b8099a3
Some checks failed
ci / build (push) Has been cancelled
Fixed a glaring error where the user cannot close the column selector
Cause of this was that the close event type was also being used by the related overlay, and the event was being caught by that even though the overlay was hidden.

Also started working on changing the sort order within the column selector by pressing S.
2024-04-02 23:00:19 +11:00
..
ast.go issue-50: fixed package name (#52) 2023-04-17 08:31:03 +10:00
atom.go issue-50: fixed package name (#52) 2023-04-17 08:31:03 +10:00
between.go issue-50: fixed package name (#52) 2023-04-17 08:31:03 +10:00
boolnot.go issue-50: fixed package name (#52) 2023-04-17 08:31:03 +10:00
builtins.go Converted scripting language Tamarin to Risor (#55) 2023-10-06 15:27:06 +11:00
comp.go issue-50: fixed package name (#52) 2023-04-17 08:31:03 +10:00
conj.go issue-50: fixed package name (#52) 2023-04-17 08:31:03 +10:00
context.go Converted scripting language Tamarin to Risor (#55) 2023-10-06 15:27:06 +11:00
disj.go issue-50: fixed package name (#52) 2023-04-17 08:31:03 +10:00
dot.go Converted scripting language Tamarin to Risor (#55) 2023-10-06 15:27:06 +11:00
equality.go Converted scripting language Tamarin to Risor (#55) 2023-10-06 15:27:06 +11:00
errors.go Converted scripting language Tamarin to Risor (#55) 2023-10-06 15:27:06 +11:00
expr.go Converted scripting language Tamarin to Risor (#55) 2023-10-06 15:27:06 +11:00
expr_test.go Fixed a glaring error where the user cannot close the column selector 2024-04-02 23:00:19 +11:00
fieldevaluator.go Fixed a glaring error where the user cannot close the column selector 2024-04-02 23:00:19 +11:00
fncall.go Converted scripting language Tamarin to Risor (#55) 2023-10-06 15:27:06 +11:00
helpers_test.go Converted scripting language Tamarin to Risor (#55) 2023-10-06 15:27:06 +11:00
in.go issue-50: fixed package name (#52) 2023-04-17 08:31:03 +10:00
ir.go issue-50: fixed package name (#52) 2023-04-17 08:31:03 +10:00
is.go Converted scripting language Tamarin to Risor (#55) 2023-10-06 15:27:06 +11:00
placeholder.go issue-50: fixed package name (#52) 2023-04-17 08:31:03 +10:00
subref.go issue-50: fixed package name (#52) 2023-04-17 08:31:03 +10:00
types.go Converted scripting language Tamarin to Risor (#55) 2023-10-06 15:27:06 +11:00
values.go issue-50: fixed package name (#52) 2023-04-17 08:31:03 +10:00