* wip: rating cell ui implementation
Signed-off-by: Pranav C <pranavxc@gmail.com>
* wip: migration for meta column data field
Signed-off-by: Pranav C <pranavxc@gmail.com>
* wip: rating column options
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: rating cell creation and mapping metadata
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: change default type to int for rating
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: add email cell
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: accept invalid values for columns if validation disabled
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: remove additional options
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: checkbox customization
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: move validate checkbox to advance option
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: add tick icon in checkbox
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: start rating max value from 1
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: minor ui corrections
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: load rating component in gallery view
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: use default icon and color if meta missing(checkbox and rating)
re #2036
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: cache column with parsed metadata
re #2038
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: convert old rating column to number type
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: migration filename correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: component name
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: update vue component filenames
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: update store and state variable names
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: variable name correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: store module name correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: variable name correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: include develop branch
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
* fix: add proper spacing in left navigation drawer (#994)
re #993
Signed-off-by: Pranav C <pranavxc@gmail.com>
* l10n(zh_TW): reviewed and translated all
Extended from #995
Signed-off-by: pan93412 <pan93412@gmail.com>
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
* fix: save record on enter/shift-enter key press (#1003)
closes#1002
Signed-off-by: Pranav C <pranavxc@gmail.com>
* Hotfix/cell update (#1006)
* fix: save record on enter/shift-enter key press
closes#1002
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: update cell value after claering cell using delete key
closes#1005
Signed-off-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: Wing-Kam Wong <wingkwong.code@gmail.com>
* chore(publish): v0.84.8
Signed-off-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: Wing-Kam Wong <wingkwong.code@gmail.com>
Co-authored-by: pan93412 <pan93412@gmail.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* fix: save record on enter/shift-enter key press
closes#1002
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: update cell value after claering cell using delete key
closes#1005
Signed-off-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: Wing-Kam Wong <wingkwong.code@gmail.com>
- maintain column order after column rename
- show column menu in main view and hide from grid view
- keep column order from main view for newly created grid view
Signed-off-by: Pranav C <pranavxc@gmail.com>
- hide virtual columns from filters and sort
- password protected form
- hide filter
- should be available without auth
Signed-off-by: Pranav C <pranavxc@gmail.com>
added clear option in context menu for cells which are `nullable`, it can used to set the cell value to null
re #this.value
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>