f989f41e86
fix: fix 'invalid-name' for pylint
2025-08-31 21:42:37 -05:00
019d30d8a0
fix: fix 'anomalous-backslash-in-string' for pylint
2025-08-31 21:34:10 -05:00
7fcca23071
test: couple more tweaks for pylint + tox
2025-08-31 21:27:30 -05:00
ac1f41842a
test: swap pylint config around to explicitly disable things
...
we haven't addressed many yet, but now we know what needs doing..
2025-08-31 21:24:14 -05:00
36808fdb60
fix: bump version requirement for wuttjamaican
...
although really it's just for sake of a change to tests...
2025-08-31 21:05:04 -05:00
2c2d35554f
fix: fix 'unused-variable' for pylint
2025-08-31 20:59:05 -05:00
8987197856
fix: fix 'unused-import' for pylint
2025-08-31 20:53:12 -05:00
c1a14b4869
fix: fix 'redefined-argument-from-local' for pylint
2025-08-31 20:47:11 -05:00
027ace91f4
test: remove references to deprecated mkdir()
2025-08-31 20:43:41 -05:00
8b905289de
fix: fix 'empty-docstring' for pylint
2025-08-31 20:41:53 -05:00
fdeb0eeeb2
fix: fix 'no-else-return' for pylint
2025-08-31 20:20:01 -05:00
6424432f1b
fix: fix 'too-many-branches' for pylint
...
probably should actually refactor some of this? but ignore for now
2025-08-31 20:16:43 -05:00
e6c495b40d
fix: fix 'too-many-return-statements' for pylint
2025-08-31 20:10:06 -05:00
bb2bde5ecd
fix: fix 'too-many-instance-attributes' for pylint
2025-08-31 20:01:31 -05:00
9656df7bc9
test: fix tests per pylint refactoring
2025-08-31 19:57:26 -05:00
4e9f7bf479
fix: fix 'inconsistent-return-statements' for pylint
2025-08-31 19:45:06 -05:00
45a6c107b0
docs: add badge for black code style
2025-08-31 13:30:45 -05:00
4d0693862d
fix: format all code with black
...
and from now on should not deviate from that...
2025-08-31 12:26:43 -05:00
8a09fb1a3c
bump: version 0.22.0 → 0.23.0
2025-08-09 12:24:17 -05:00
72565cc49c
feat: add tools to manage user API tokens
2025-08-09 09:56:00 -05:00
fcfa47af4a
fix: add default sorter, tools for basic table-element grid
2025-08-09 08:44:11 -05:00
e3c0a8d99e
fix: add custom password+confirmation widget for Vue3 + Oruga
...
traditional widget does not work correctly with Oruga, since the
`value` attr of `<b-input>` component for some reason prevents user
from entering text.
this new widget "works" fine although does give less descriptive
validation error message, e.g. when password/confirm values do not
match. but this seems better than the alternative, for now
2025-08-03 13:00:08 -05:00
34d7cf4311
fix: fix butterfly wrapper for b-notification component
2025-08-03 10:10:21 -05:00
ad56397350
fix: add butterfly wrapper for b-timepicker component
2025-08-02 20:31:00 -05:00
4a5f62620b
fix: style tweaks for butterfly/oruga; mostly expand fields
2025-08-02 20:27:48 -05:00
5474ab4278
fix: fix b-datepicker component wrapper per oruga 0.9.0
2025-08-02 19:27:06 -05:00
f3e791a7c0
fix: fix b-button component wrapper per oruga 0.9.0
2025-08-02 19:22:55 -05:00
7693b062ab
fix: update butterfly component for b-autocomplete, per oruga 0.11.4
...
actually i think these changes are from oruga 0.9.0, but i tested 0.11.4
2025-08-02 18:56:12 -05:00
905dee7e33
fix: update default versions for Vue3 + Oruga + FontAwesome
2025-08-02 16:07:01 -05:00
ccdb6d7463
bump: version 0.21.5 → 0.22.0
2025-06-29 09:21:24 -05:00
da6faaaec4
fix: improve styles for testing watermark background image
2025-06-29 09:19:04 -05:00
796e793547
feat: add basic theme system
...
This is intended to allow override of look/feel without overriding the
logic/structure of templates. In practice the main goal internally is
to allow testing of Vue 3 + Oruga, to eventually replace Vue 2 + Buefy
as the default theme.
2025-06-29 09:16:44 -05:00
749aca560a
fix: fix timezone offset bug for datepicker
...
only applies when user manually keys in a date..
hopefully this is a sufficient fix..but it does not actually make
sense to me yet, so we'll see..
2025-04-16 21:14:04 -05:00
3274553557
bump: version 0.21.4 → 0.21.5
2025-02-21 18:53:54 -06:00
406cde5047
fix: avoid newer EnumType
for python <= 3.10
...
per https://docs.python.org/3/library/enum.html#enum.EnumType
2025-02-21 18:53:10 -06:00
f4e1cc0650
bump: version 0.21.3 → 0.21.4
2025-02-21 18:46:44 -06:00
37ae69de00
fix: add value choice/enum support for grid filters
...
also add `set_enum()` method for grids, which updates column renderer
as well as filter choices
2025-02-21 13:27:52 -06:00
8357fd594f
bump: version 0.21.2 → 0.21.3
2025-02-19 10:32:45 -06:00
f0c0c1b487
fix: add click handler support in simple grid table element
2025-02-18 20:21:25 -06:00
81fa500fb0
fix: hide columns when applicable, for simple grid table element
2025-02-18 20:20:59 -06:00
9435baebef
fix: add render_form_tag()
customization hook in /form template
2025-02-18 20:19:47 -06:00
9541407978
bump: version 0.21.1 → 0.21.2
2025-02-18 16:33:59 -06:00
80aae74907
fix: add hidden flag for grid columns
...
sometimes a column is rendered such that its data cannot be used for
other component logic. in which case, can add a hidden column to pass
the raw data, for component use
2025-02-18 16:31:25 -06:00
fb1b466072
docs: update intersphinx doc links per server migration
2025-02-18 12:12:59 -06:00
7ac9d332bd
bump: version 0.21.0 → 0.21.1
2025-02-17 14:53:05 -06:00
d17c97e016
fix: fix warning msg for deprecated setting
2025-02-13 08:47:40 -06:00
6edaf578c3
bump: version 0.20.6 → 0.21.0
2025-02-01 15:16:57 -06:00
5b2d1dad53
feat: overhaul some User/Person form fields etc.
...
hoping this is more intuitive to use..
2025-01-27 17:07:42 -06:00
70ed2dc78c
fix: do not auto-create grid filters for uuid columns
2025-01-27 15:55:07 -06:00
d0e5ad9053
bump: version 0.20.5 → 0.20.6
2025-01-26 17:51:18 -06:00