DarkPhoenix2704
8a2048f8a5
fix: disbale toolbar and top bar
2 months ago
Ramesh Mane
57c36d9d71
Nc feat: header revamp ( #9204 )
...
* fix(nc-gui): update topbar breadcrumb divider
* feat(nc-gui): custom list component setup
* fix(nc-gui): update reload view data tooltip
* feat(nc-gui): custom list component
* feat(nc-gui): add table list menu
* fix(nc-gui): small changes
* fix(nc-gui): add bases list dropdown
* fix(nc-gui): show chevron icon in mobile view
* feat(nc-gui): add view list dropdown in topbar
* fix(nc-gui): auto scroll selected list option on open dropdown
* feat(nc-gui): add typedocs for each fun from custom list component
* chore(nc-gui): add typedocs for new functions
* fix(nc-gui): view search issue on default view
* fix(nc-gui): reset selected option hover state on search input
* fix(nc-gui): font weight issue
* fix(nc-gui): show reload data topbar option
* fix(nc-gui): change view action menu position
* fix(nc-gui): font weight issue
* feat(nc-gui): create new table/view from topbar
* fix(nc-gui): update other page headers
* fix(nc-gui): project view header
* fix(nc-gui): update admin panel workspaces page header
* fix(nc-gui): admin panel base/workspace user page header
* fix(nc-gui): admin panel scroll issue
* fix(nc-gui): update project home page
* fix(nc-gui): table list scroll issue
* chore(nc-gui): lint
* fix(nc-gui): reset breadcrumb btn hover state on open dropdown
* fix(nc-gui): review changes
* fix(nc-gui): use slash icon instead of text
* fix(nc-gui): pr review changes
* fix(nc-gui): details tab height issue
* fix(nc-gui): add user account pages breadcrumb
* fix(nc-gui): hide rename view option
* fix(nc-gui): disable scrollIntoView on base rename
* fix(nc-gui): on rename view select text
* fix(nc-gui): user menu overflow issue if sidebar baselist is scrollable
* feat(nc-gui): use virtual scrolling for NcList component
* fix(nc-gui): reduce chevron icon opacity
* chore(nc-gui): lint
* fix(nc-gui): ai review changes
* fix(nc-gui): view rename input focus issue
* fix(nc-gui): topbar width issue
* fix(nc-gui): udpate toolbar height
* fix(nc-gui): update chevron icon from breadcrumb
* fix(nc-gui): update breadcrumb icon size
* fix(nc-gui): add min width for breadcrumb
* fix(nc-gui): add topbar bottom border
* fix(nc-gui): details tab heigth and alignment issue
* fix(nc-gui): hide basename and show only icon
* fix(nc-gui): update NcList component
* fix(nc-gui): update admin panel header
* fix(nc-gui): add header in account settings pages
* fix(nc-gui): add account pages header oss
* fix(nc-gui): udpate max width
* chore(nc-gui): lint
* fix(nc-gui(: reduce topbar top padding
* fix(nc-gui): typo error
* fix(nc-gui): review changes
* fix(nc-gui): review changes
* fix(nc-gui): slash icon conflict
* fix(nc-gui): review changes
* fix(nc-gui): remove chevron icon & add list wrapper div to control height
* fix(nc-gui): ncList keyboard navigation issue
* chore(nc-gui): lint
3 months ago
Ramesh Mane
64baa55d59
fix: Extensions TBD work items ( #8986 )
...
* fix(nc-gui): min max width of extension
* fix(nc-gui): extension panel colors and padding issue
* fix(nc-gui): extension list item header ui changes
* feat(nc-gui): add search extension functionality in marketplace modal
* fix(nc-gui): extension details modal ui changes
* fix(nc-gui): truncate extension name
* feat(nc-gui): search extension in sidebar
* fix(nc-gui): extension modal overflow issue
* fix(nc-gui): set min width for extension sidebar
* chore: change min & max width for pane
* fix(nc-gui): truncate add extension btn text
* fix(nc-gui): add hide extensions btn inside sidebar
* fix(nc-gui): padding issue
* chore(nc-gui): added comment to debug in staging
* fix(nc-gui): sidebar fluctuation issue on changing table
* fix(nc-gui): base extension load issue
* fix(nc-gui): show only icons in toolbar menu if their is no enough space
* fix(nc-gui): pr review changes
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
4 months ago
Ramesh Mane
7577fddcb3
Nc fix: prevent commentor/viewer from enabling hidden columns ( #8971 )
...
* fix(nc-gui): show proper error msg instead of harcoded text
* fix(nc-gui): disable show field switch is user don't have permission
* fix(nc-gui): hide hidden field for commenter/viewer role
* fix(nc-gui): hide groupby option in local mode
* fix(nc-gui): groupby issue in shared view if grouping field is hidden
* fix(nc-gui): show pagination even if total no pages is 1
* fix(nc-gui): show hidden grouping field in shared view
* chore(nc-gui): type mistake
* fix(nc-gui): show/hide all columns in local mode issue
* fix(nc-gui): pw test fail issue
* fix(nc-gui): hide/show field local mode save issue
5 months ago
Ramesh Mane
7dc4319dc7
Nc Refactor: Kanban view ( #8689 )
...
* fix(nc-gui): update kanban view stack ui
* feat(nc-gui): add collapse all stack option
* fix(nc-gui): add empty stack placeholder
* fix(nc-gui): add loading state support for ncSwitch
* fix(nc-gui): swap edit card and stacked by toolbar menu
* fix(nc-gui): update stacked by toolbar menu
* fix(nc-gui): update kanban view height
* fix(nc-gui): add stack bg color
* feat(nc-gui): add support to hide empty stack
* fix(nc-gui): stack loader issue
* fix(nc-gui): checkbox alignment in kanban view
* fix(nc-gui): update stack drag handler and hide it if user does not have permission
* fix(nc-gui): stack title overflow issue
* fix(nc-gui): allow inline rename stack
* fix(nc-gui): advance color picker tab warnings
* fix(nc-gui): rename stack option issues
* fix(nc-gui): small changes
* fix(nc-gui): review changes
* feat(nc-gui): add new stack support
* fix(nc-gui): small changes
* fix(nc-gui): add loading state for rename & add new stack
* fix(nc-gui): reduce width of stack
* fix(nc-gui): make ncSwitch placement prop optional
* fix(nc-gui): some review changes
* fix(nc-gui): remove only from test
* fix(nc-gui): add error handling part in kanban stack update
* fix(nc-gui): update localstate while updating kanban stack meta
* fix(nc-gui): some review changes
* fix(nc-gui): add expand all stack option
* fix(nc-gui): add condition to append new stack obj
* fix(nc-gui): update card field label style
* fix(nc-gui): remove top & bottom padding from stack
* fix(nc-gui): drag stack test update
* fix(nc-gui): console warning issues
* text(nc-gui): update kanban view test
* fix(nc-gui): remove last added empty row from stack if it is not saved
* fix(nc-gui): duplicate column insert issue on rename stack
* fix(nc-gui): update field menu
* fix(nc-gui): add new stack duplicate issue
* feat(nc-gui): add expand record option in context menu of gallery
* fix(nc-gui): delete record fail issue #3111
* fix(nc-gui): hide grouping field by default in kanban view
* chore(nc-gui): lint
* fix(nc-gui): ui review changes
* fix(nc-gui): select option focus issue in edit state
* fix(nc-gui): add bottom border for stack
* fix(nc-gui): ui review changes
* fix(nc-gui): update color picker btn text from select option
* fix(nc-gui): delete default value stack #8212
* fix(nc-gui): stack data offset an drag card issue
* chore(nc-gui): lint
5 months ago
Raju Udava
e3aeae43f5
Nc staing/issues ( #8681 )
...
* fix: disable calendar for mobile view fix: disable loading state for notifications polling
* fix: unwanted mutation
---------
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
5 months ago
Anbarasu
55425f57de
feat: Notifications ( #8622 )
...
* feat: notifications wip
* feat: wip
* feat: longpoll and notifications.controller.ts
* feat: longpoll and notifications.controller.ts
* feat: enable email notifications
* fix: notification styles and list
* fix: update swagger feat: connect poller to frontend
* fix: minor ui corrections
* feat: move notifications to ee feat: scroll to commentId fix: polling fail on network error fix: unreadcount not updating fix: add workspace to comment mention event
* fix: pubsub for notifications
* fix: warning maxListeners
* fix: update ui
* fix: minor fixes
* chore: move pub-sub to redis folder
* fix: update ui and schema feat: optimistic comment update and create
* fix: row empty during inital load causing row not loading
* fix: build
* fix: some updated
* fix: minor ui corrections
* fix: manage local state manually for interactivity
* fix: remove prev notifcation data
* fix: review comments
* fix: code rabbit comments
* fix: code rabbit comments
* feat: delete notifications
* fix: code rabbit comments
* fix: row RowMeta manipulation fix: overflow notifications
* fix: invalid offset
* fix: updated widths
* fix: tests
* fix: playwright
* feat: resolved by comments
* feat: update layout
* fix: wait 5 seconds before polling start, after polling starts, reload the notifications
* fix: bug fixes
* fix: disable long polling for playwright
* fix: update migration
* fix: lint
* fix: code rabbit comments
* fix: resolve tooltip
* feat: resolve ee
* fix: build failing
* fix: review comments
* fix: dependency synx
* fix: update notification style
6 months ago
Ramesh Mane
575ff920ef
Nc fix/shared view UI changes ( #8615 )
...
* fix(nc-gui): update shared grid view
* fix(nc-gui): shared gallery view padding issue
* fix(nc-gui): Shared kanban view padding issue
* fix(nc-gui): reduce calender shared view padding
* fix(nc-gui): reduce shared form view padding
* fix(nc-gui): update shared view password modal
* fix(nc-gui): shared view password input error handling
* fix(nc-gui): reduce expanded form modal width if comment section is not present
* fix(nc-gui): small changes
* fix(nc-gui): add export download view in topbar of shared view
* fix(nc-gui): small changes
* fix(nc-gui): add blur bg image for shared view password modal
* fix(nc-gui): download shared view dropdown ui changes
* fix(nc-gui): expanded form scroll issue
* fix(nc-gui): click anywhere in card should open expanded form
* fix(nc-gui): hide action icon on gallery/kanban card hover
* fix(nc-gui): expanded form cell hover effect
* fix(nc-gui): add sign up for free btn in shared view
* test: update shared view test cases
* test: update calendar test cases
* fix(nc-gui): remove readonly prefix from attachment modal
* fix(nc-gui): remove focus border effect if field is readonly
* fix(nc-gui): shared view groupby pagination size should be 10
* fix(nc-gui): remove field modal input shadow if field is disabled
* fix(nc-gui): add shadow on expanded form fields
* fix(nc-gui): calendar shared view background color update
* fix(nc-gui): shared view download btn text color
* fix(nc-gui): update url, link, email grid text color if cell is active and remove hover effect
* fix(nc-gui): pr review changes
6 months ago
Anbarasu
44aeaab28a
fix(nc-gui): update calendar ( #8474 )
...
* fix(nc-gui): update calendar
* fix(nc-gui): refactor components
* fix(nc-gui): tab action position not getting updated
* test: fix calendar flakiness
6 months ago
Anbarasu
fb67cafde7
feat: remove calendar top bar ( #8379 )
...
* feat: remove calendar top bar
* fix: remove debug logs
* fix: update styles
* fix: update styles
* fix: posthog telementry
* fix: calendar tests
* fix: updates ui
* test: reorder options
* fix: month view - use local time with timezone
* fix: update styles and move components fix: tests
* fix: update styles and move components
* fix: update styles
* test: fix tests
* fix: update toolbar styles
* fix: failing tests
* fix: cmd f search shortcut
* fix: change side menu sizes
* fix: calendar test corrections
* fix(nc-gui): update size logic
* fix(nc-gui): update styles
* fix(nc-gui): update some more styles
* fix(nc-gui): update toolbar styles
* fix(nc-gui): update select component
* fix: update styles
* fix: calendar test
* fix: ux changes
* fix: final changes
* fix: calendar tests
6 months ago
Mert E
89f0895de3
fix: experimental frontend optimizations ( #8427 )
...
* fix: get rid of barrel files
* chore: get rid of explicit imports
* fix: use explicit import for classes and enums
* fix: use explicit import for enum & class & aliases
* fix: build issues
7 months ago
DarkPhoenix2704
d7d179a7e7
fix(cal): some more fixes
9 months ago
DarkPhoenix2704
2737da405a
fix(nc-gui): pr review changes
9 months ago
DarkPhoenix2704
73316005cc
fix(nc-gui): show more records in datetime day view if more than 8
9 months ago
DarkPhoenix2704
89b9e90370
feat(nc-gui): pr review changes
9 months ago
DarkPhoenix2704
3fbd89ea35
fix(nc-gui): calendar mode in small display
9 months ago
DarkPhoenix2704
50c8e3ad11
fix(nc-gui): hide toolbar for calendar mobile view
9 months ago
DarkPhoenix2704
1ca038ff64
chore: run lint
9 months ago
DarkPhoenix2704
e6cc3dba08
feat(nc-gui): calendar mode tab
9 months ago
DarkPhoenix2704
cb78e2b9cd
feat(nc-gui): calendarRange options
9 months ago
Aashish Agrawal
419a9acf48
search added in shared view
11 months ago
աɨռɢӄաօռɢ
46d03d6549
chore(nc-gui): lint
12 months ago
Muhammed Mustafa
2e00a0fa2a
fix: Hide export btn on toolbar when on viewer permision
1 year ago
Muhammed Mustafa
46d69f2b2e
fix: Remvoed old view action dropdown and integrated changes in test
1 year ago
Muhammed Mustafa
52578f90aa
fix: Removed create view ux feature flag
1 year ago
Muhammed Mustafa
74ed70dc2a
fix: Added feature flag for create view btn
1 year ago
Muhammed Mustafa
027d02134a
fix: Fixed styling of topbar and toolbar
1 year ago
Muhammed Mustafa
814258b822
fix: Cleanup up sidebar store
1 year ago
Muhammed Mustafa
7bc2e798ab
feat: Increased search grid box for mobile
1 year ago
Muhammed Mustafa
ef78705aa9
feat: Integrated table with mobile and fixed column not loading issue in mobile
1 year ago
Muhammed Mustafa
cbae02cbbb
feat: Added config pinia store and integared isMobileMode with UI
1 year ago
mertmit
b2eadae74f
fix: refactor isUIAllowed and move to useRoles composable
1 year ago
mertmit
85aaabe2cc
chore(nc-gui): lint error and warnings
...
Signed-off-by: mertmit <mertmit99@gmail.com>
1 year ago
DarkPhoenix2704
ae5438ce78
feat: revamp toolbar menu
1 year ago
mertmit
8ab47b1109
fix: various stuff
...
Signed-off-by: mertmit <mertmit99@gmail.com>
1 year ago
Pranav C
33ee9bfa62
feat: Improved UI ( #6222 )
...
* feat: Improved ui (#6156 )
* refactor: revert
Signed-off-by: Pranav C <pranavxc@gmail.com>
feat: shared base
Signed-off-by: Pranav C <pranavxc@gmail.com>
fix: remove duplicate import statement
Signed-off-by: Pranav C <pranavxc@gmail.com>
fix: disable starred & license menu
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: fix airtable wait issue
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: enable mysql in ci
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: fix checkbox order for sqlite
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: disable quick tests
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: fix dbType env variable for CI
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: workspace API access error fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: enable SQLite CI CD
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: use DB_TYPE env variable
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: enable SQLite UT
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: isHub cleanup
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: add check for EE Timezone spec
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
chore: cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
chore: cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
test: EE check fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
chore: test correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
chore: sync latest changes
Signed-off-by: Pranav C <pranavxc@gmail.com>
test: set EE=false
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test: set NC Edition to community in workflow file
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
chore: update sdk build command
Signed-off-by: Pranav C <pranavxc@gmail.com>
refactor: i18n and other changes
Signed-off-by: Pranav C <pranavxc@gmail.com>
feat: new ui
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: sync tests
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: shared view/base related bugs
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: checkbox verification sort order fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: fix sqlite reset
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: enable selfhosted runners
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* docs: table ops (draft)
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* Docs: screenshots for table-operations.md
* refactor: introduce missing buttons
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: get all fields
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: UT fix- new data API response
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: EE is false
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: webhook lookup as string in CE
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix: include created_at and updated_at
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: fix UT newDataAPI response for PG
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix: separate api for webhook related plugins
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: msyql filter corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: mysql group by test corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: fix datatype for rating field in groupby spec for pg
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: kanban datatype correction
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: column edit for mysql- rating field
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: misc fixes
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: enable 4 workers
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: enable 2 workers per shard only
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* docs: table CRUD
* Rename table-operations.md to table-crud.md
* Create column-crud.md
* docs: row CRUD
* Rename row.md to row-crud.md
* docs: project crud
* docs: toolbar (skeleton)
* refactor: single page UI and bug fixes
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: sync tests playwright
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: add missing dependency
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: single page ui, test corrections
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: tests
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: project rename test correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: remove only
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: remove wrong import statement
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: delete option not visible in project context menu
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: move ws access within isEE()
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: fix groupby
* test: groupby fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* docs: signup & landing page
* docs: project crud
* docs: project-crud misc
* docs: toolbar fields
* docs: toolbar / filters
* docs: toolbar / group by
* docs: toolbar / sort
* docs: toolbar / row height
* docs: filters additional options
* docs: file re-order
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* docs: add links to column types
* docs: code snippets
* docs: links
* docs: lookup
* docs: rollup
* docs: formula
* docs: primary key
* docs: display value
* docs: development setup
* docs: swagger
* fix(nc-gui): encodeURIComponent for row id
- closes : #6202
* docs: language
* docs: expanded record
* docs: import airtable
* docs: airtable
* docs: webhook
* docs: revert file rename
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* docs: account settings
* docs: audit
* docs: meta management
* docs: project settings
* docs: shared base
* docs: shared view
* docs: meta sync
* docs: team-auth
* docs: views
* docs: fix URL
* docs: URL corrections
* fix: shared base, view related bugs
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: EE check for WSaccess
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* test: exclude EE tests
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix: missing project delete
closes #6215
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: merge existing project meta if found
closes #6216
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: merge existing project meta if found
closes #6216
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
Co-authored-by: Wing-Kam Wong <wingkwong.code@gmail.com>
* refactor: docs and other bug fixes
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: populate default project on super admin signup
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: include created project details in signup response if avail, missing Dockerfile
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: use custom function for resolving ts path aliases
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: add missing generate script
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: webpack build correction - ts path resolve
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: mertmit <mertmit99@gmail.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
Co-authored-by: Wing-Kam Wong <wingkwong.code@gmail.com>
1 year ago
Daniel Spaude
22063c8bde
mobile mode table-nav layout: adapt padding
2 years ago
Daniel Spaude
a4b7c15ba5
only show qr/barcode scanner button in mobile mode
2 years ago
Daniel Spaude
f832e208b7
code scanner button: move to better place
2 years ago
Daniel Spaude
64808abb27
mobile optimisations - for now, move views sidebar again to the right - WIP
2 years ago
Daniel Spaude
eb04b74fc1
mobile optimisations - for now, move views sidebar again to the right - WIP
2 years ago
Daniel Spaude
3404f6355a
mobile optimisations - for now, move views sidebar again to the right - WIP
2 years ago
Daniel Spaude
b49ee7dcd9
mobile optimisations - for now, move views sidebar again to the right - WIP
2 years ago
Daniel Spaude
ba6972cda7
mobile optimisations - for now, move views sidebar again to the right - WIP
2 years ago
flisowna
2080a103d6
fix tests issues: sort
2 years ago
mertmit
36fb93def5
feat: row height for grid view
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
flisowna
58f8818af8
add share view to map view
2 years ago
Daniel Spaude
5f3d512bb2
mobile optimisations - hide more elements when in mobile mode
2 years ago
Daniel Spaude
0b9fe01d4e
mobile optimisations - add mobile mode toggle button to left menu (WIP)
2 years ago
flisowna
97361e4854
geodata: move info about record limits depending on the size of data into map view (WIP)
2 years ago