|
41148d09a5
|
Migrate NcModal to NcDialog
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
|
2024-08-29 15:34:40 +02:00 |
|
|
9a46561716
|
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
|
2024-08-08 15:35:37 +02:00 |
|
|
6f89620979
|
fix(design): set background color (#511)
for space between header and table-option-area
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
|
2023-09-01 09:40:02 +02:00 |
|
|
be0513e57d
|
Enh/design (#212)
* style(modal new table): redesign modal "create table" #163
fix(style): add colored border on hover for templates
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
fix(style): create table reset
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
fix(style): fix padding-right on small screens
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
chore(squash): redesign modal "create table" #163
fix(style): fix cursor and icon
- correct cursor on hover templates
- replace icons with template icons only if not manually chosen
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
style(new table): redesign modal "create table" #163
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
* Merge changes into design changes
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
* fix(column date): default value rendering in table view-mode
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
* Merge changes into design changes
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
* design: change thin fonts to normal but lighter color
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
* design(long text columns): move and update text limiter
- move to the bottom #173
- replace by tiptap plugin
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
* code cleanup
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
* design(modal create row): small design updates related to #173
- decrease textarea min-height to 150px
- increase space between heading and input field
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
* chore/fix(design): consider PR feedback
- code cleanup
- use NcButtons for stars-rating forms
- serve a title for accessibility reasons to mandatory marks (*)
- correct spelling
- unify space between titles and fields in create/edit rows modal
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
* Merge changes into design changes
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
* refactor(design): add whitespace between prefix, value and suffix
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
* design(modal create table): update title if template chosen and no custom title was set (#163)
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
* refactor(design): remove whitespace between prefix, value and suffix
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
* code cleanup
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
---------
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
|
2023-04-13 19:02:42 +02:00 |
|
|
04269dee2e
|
Feat/v0.3.0 (#111)
* refactor(FE table): Skeleton setup for the custom table
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* Pull psalm test setup & deps update from master
* tests(psalm): Add psalm with current baseline
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* tests(psalm): Add nextcloud/ocp
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* tests(psalm): mute some warnings about external dependencies and magic methods for now
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* tests(psalm): Fix some annotations to improve static analysis
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(ColumnController): Use proper parameter order for column deletion
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* ci(psalm): Run psalm check on github actions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump @nextcloud/eslint-config from 8.1.5 to 8.2.0
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 8.1.5 to 8.2.0.
- [Release notes](https://github.com/nextcloud/eslint-config/releases)
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/eslint-config/compare/v8.1.5...v8.2.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump @nextcloud/vue from 7.3.0 to 7.4.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.3.0...v7.4.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Use NcContent component instead of div
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nextcloud bot <bot@nextcloud.com>
* chore(make): update makefile
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* refactor(table): skeleton for the custom table, (multi)selection for rows, edit button for rows
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* refactor(table): this is the first replacement for the table component, it could not be avoided to touch also some other stuff
not yet working:
- delete selected rows
- import data from csv & clipboard
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(table): reset status if columns was removed
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(table): don't try to update columns by child component
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(table): delete selected rows working again
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(table): remove unnecessary debug info
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* style(table): sticky table header
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* refactor(modals): use NC component for buttons
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* feat(navigation): use emojis for tables
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* feat(page): new startpage
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* feat(nav): filter tables
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(nav): deprecation vue nav component
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(nav): create table modal - cancel-button and size adjustment
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* feat(navigation): bump version to trigger db update
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* Pull psalm test setup & deps update from master
* tests(psalm): Add psalm with current baseline
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* tests(psalm): Add nextcloud/ocp
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* tests(psalm): mute some warnings about external dependencies and magic methods for now
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* tests(psalm): Fix some annotations to improve static analysis
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(ColumnController): Use proper parameter order for column deletion
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* ci(psalm): Run psalm check on github actions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump @nextcloud/eslint-config from 8.1.5 to 8.2.0
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 8.1.5 to 8.2.0.
- [Release notes](https://github.com/nextcloud/eslint-config/releases)
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/eslint-config/compare/v8.1.5...v8.2.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump @nextcloud/vue from 7.3.0 to 7.4.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.3.0...v7.4.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Use NcContent component instead of div
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nextcloud bot <bot@nextcloud.com>
* chore(make): update makefile
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix: fix merge errors
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* Pull psalm test setup & deps update from master
* tests(psalm): Add psalm with current baseline
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* tests(psalm): Add nextcloud/ocp
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* tests(psalm): mute some warnings about external dependencies and magic methods for now
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* tests(psalm): Fix some annotations to improve static analysis
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(ColumnController): Use proper parameter order for column deletion
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* ci(psalm): Run psalm check on github actions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump @nextcloud/eslint-config from 8.1.5 to 8.2.0
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 8.1.5 to 8.2.0.
- [Release notes](https://github.com/nextcloud/eslint-config/releases)
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/eslint-config/compare/v8.1.5...v8.2.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump @nextcloud/vue from 7.3.0 to 7.4.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.3.0...v7.4.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Use NcContent component instead of div
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nextcloud bot <bot@nextcloud.com>
* Pull psalm test setup & deps update from master
* tests(psalm): Add psalm with current baseline
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* tests(psalm): Add nextcloud/ocp
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* tests(psalm): mute some warnings about external dependencies and magic methods for now
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* tests(psalm): Fix some annotations to improve static analysis
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(ColumnController): Use proper parameter order for column deletion
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* ci(psalm): Run psalm check on github actions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump @nextcloud/eslint-config from 8.1.5 to 8.2.0
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 8.1.5 to 8.2.0.
- [Release notes](https://github.com/nextcloud/eslint-config/releases)
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/eslint-config/compare/v8.1.5...v8.2.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump @nextcloud/vue from 7.3.0 to 7.4.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.3.0...v7.4.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Use NcContent component instead of div
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nextcloud bot <bot@nextcloud.com>
* fix: fix merge errors
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(table): tables-106 Export "long text" without html in CSV
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(table): close modal after creating a column correctly
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(table): remove debug info
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(table): load default values, if empty
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* feat(table): nice hint if there are no columns for a table
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* style(layout): heading position
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* feat(table): partials for column types to render in table view mode
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* feat(header): add edit button for table title and emoji
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore: cs-fixer
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* Update appinfo/info.xml
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Florian <florian@nextcloud.com>
* chore(psalm): psalm setup
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(psalm): psalm fix
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(psalm): psalm fix
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(lint): lint fix
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(cs): cs fix
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(cs): cs fix
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(sidebar-sharing): fix event-bus and more
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(sidebar): add emoji in title
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix: unused import
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(make): add new command for mirroring ci from github
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(release): update version numbers for realising
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* style(sharing): add group info to shared groups in sidebar
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(sharing): show correct display names and fix group renaming problem #70
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* feat(navigation): show share icon and rows counter -> TODO: update if changes in FE still open
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* rebase
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(deps-dev): update and fix
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* style(mobile): adjust spaces and mobile menu for selected rows
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* refactor(FE table): Skeleton setup for the custom table
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* refactor(table): this is the first replacement for the table component, it could not be avoided to touch also some other stuff
not yet working:
- delete selected rows
- import data from csv & clipboard
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* feat(API): add basic reading features for API calls - see docs https://github.com/nextcloud/tables/wiki/API
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* feat(API): add basic reading features for API calls - see docs https://github.com/nextcloud/tables/wiki/API
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* Analytics
* Analytics
* Analytics
* Analytics
* Analytics
* Analytics
* rebase
* rebase
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(integration): some fixes for analytics integration
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* Update src/shared/components/ncTable/partials/TableCellStars.vue
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Florian <florian@nextcloud.com>
* style(table): set default min and max width for columns and truncate very long texts
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(cs-fixer): add cache file to repo
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(deps-dev): replace deprecated sass
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(navigation): in/decrease rows count if changed
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* style(table): optimize UI/UX for the table and mobile view
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* style(table): optimize UI/UX for the table and mobile view
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(sharing): many fixes due to shares, specially in UI
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(cs-fixer): commit cache file
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(npm): update lockfile
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* refactor(css): use general styling only in vue
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* Update src/store/data.js
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Florian <florian@nextcloud.com>
* chore(npm): cleanup, small fixes, preparation from and for PR
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(npm): cleanup, small fixes, preparation from and for PR
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(npm): cleanup, small fixes, preparation from and for PR
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(git): clean up test
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* style(table): add small space
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* feat(occ): list tables via occ command
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(occ): refactor code to impersonate users and allow anonymous access via cli
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* chore(clean): clean old code
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(table): fix a bug where options are not shown on own tables
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(style): fix css scope bug
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(store): fix a bug to update columns in BE
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(style): change margin to padding for sticky options
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(table): fix alert if mandatory fields are empty in combination with stars column-type
Signed-off-by: Florian Steffens <florian@nextcloud.com>
* fix(sharing): fix behavior if shared with yourself
Signed-off-by: Florian Steffens <florian@nextcloud.com>
---------
Signed-off-by: Florian Steffens <florian@nextcloud.com>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Florian <florian@nextcloud.com>
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nextcloud bot <bot@nextcloud.com>
Co-authored-by: Rello <github@scherello.de>
|
2023-02-21 13:19:28 +01:00 |
|
|
15b611d141
|
fix: fix many linting errors
Signed-off-by: Florian Steffens <florian@nextcloud.com>
|
2023-01-16 13:14:05 +01:00 |
|
|
6649a07cbf
|
fix(style): buttons width & popover infobox paddings
Signed-off-by: Florian Steffens <florian@nextcloud.com>
|
2023-01-12 08:17:34 +01:00 |
|
|
8fd6c51f90
|
fix icons and modal sizes for nc25
Signed-off-by: Florian Steffens <flost-dev@mailbox.org>
|
2022-10-01 18:55:07 +02:00 |
|
|
f1dce8b5ab
|
set table navigation item not collapsible
|
2022-09-12 16:19:50 +02:00 |
|
|
2001d9ab6f
|
css fixes
Signed-off-by: Florian Steffens <flost-dev@mailbox.org>
|
2022-04-04 11:34:01 +02:00 |
|
|
06fc2c2a45
|
css fixes
Signed-off-by: Florian Steffens <flost-dev@mailbox.org>
|
2022-04-04 10:33:17 +02:00 |
|
|
075aa3bdc6
|
css rewriting, many fixes, small new features
Signed-off-by: Florian Steffens <flost-dev@mailbox.org>
|
2022-04-03 22:04:42 +02:00 |
|
|
46264f9138
|
css/style fixes
|
2022-03-30 19:29:53 +02:00 |
|
|
8c44027ee4
|
tiptap editor (with bug on mobile devices)
css cleanup and fixes
Signed-off-by: Florian Steffens <flost-dev@mailbox.org>
|
2022-03-26 13:34:29 +01:00 |
|
|
32207bdf22
|
fix h1 css
Signed-off-by: Florian Steffens <flost-dev@mailbox.org>
|
2022-03-25 21:35:52 +01:00 |
|
|
58f1f14297
|
column type longtext is now with a markdown editor
Signed-off-by: Florian Steffens <flost-dev@mailbox.org>
|
2022-03-25 21:29:14 +01:00 |
|
|
d9ccb5943f
|
open create column modal automatically on first run
Signed-off-by: Florian Steffens <flost-dev@mailbox.org>
|
2022-03-24 14:52:48 +01:00 |
|
|
492fab84a0
|
fix import from clipboard modal text
Signed-off-by: Florian Steffens <flost-dev@mailbox.org>
|
2022-03-24 10:00:03 +01:00 |
|
|
56213eb0a7
|
css fix
Signed-off-by: Florian Steffens <flost-dev@mailbox.org>
|
2022-03-21 22:31:00 +01:00 |
|
|
09b3335d19
|
new form modal layout
Signed-off-by: Florian Steffens <flost-dev@mailbox.org>
|
2022-03-18 12:13:41 +01:00 |
|
|
e020032069
|
tables-6 Row edit in modal
Signed-off-by: Florian Steffens <flost-dev@mailbox.org>
|
2022-02-27 21:59:37 +01:00 |
|
|
fd2527a66f
|
tables-14 make dark layout compatible
Signed-off-by: Florian Steffens <flost-dev@mailbox.org>
|
2022-02-20 19:47:50 +01:00 |
|
|
88322efd0f
|
small fixes
Signed-off-by: Florian Steffens <flost-dev@mailbox.org>
|
2022-02-20 19:30:05 +01:00 |
|
|
1117f03183
|
css responsive fixes
inline mandatory checks
|
2022-02-16 09:33:01 +01:00 |
|
|
b6c384e512
|
filter optional checkbox
|
2022-02-12 22:14:21 +01:00 |
|
|
e1efaaa522
|
add row within a modal
|
2022-02-11 16:25:05 +01:00 |
|
|
efb34985d5
|
modal for adding new row - ongoing
|
2022-02-11 11:57:51 +01:00 |
|
|
51b865fd5c
|
cell editing complete
- default values for new rows
- deleting row data if a column is deleted
|
2022-02-10 23:12:22 +01:00 |
|
|
9ff8c83491
|
ongoing
- number format input
- delete column should delete data in db from rows
- no pre/suffix for textareas
|
2022-02-10 12:49:56 +01:00 |
|
|
09df917160
|
make partials for type specific forms, fix some in column create
|
2022-02-03 20:36:00 +01:00 |
|
|
bccdd17c5f
|
ongoing edit columns
|
2022-02-03 11:03:56 +01:00 |
|
|
041a1d55bb
|
add column modal complete (first running version)
|
2022-02-03 08:56:45 +01:00 |
|
|
65fde3e13c
|
ongoing
|
2021-11-21 14:22:44 +01:00 |
|
|
dacdb91381
|
ongoing
|
2021-10-12 06:54:30 +02:00 |
|
|
13bc5f1b12
|
ongoing
|
2021-10-04 20:39:36 +02:00 |
|
|
abcef5e482
|
ongoing - smart delete confirmation dialog
|
2021-09-30 21:21:40 +02:00 |
|
|
0e87890bae
|
ongoing - create table error handling
|
2021-09-29 09:04:55 +02:00 |
|
|
8de93e2ae6
|
ongoing - can create and delete tables
|
2021-09-28 22:42:19 +02:00 |
|
|
78c96b38fd
|
ongoing
|
2021-09-23 19:24:01 +02:00 |
|
|
10b2978bc2
|
Initial commit
|
2021-09-22 16:38:17 +02:00 |
|