Commit Graph

19 Commits

Author SHA1 Message Date
Ramesh Mane
97210535e9 fix(nc-gui): for editor and below role directly redirect to first table 2025-07-04 07:40:29 +00:00
Ramesh Mane
2f5db9f7ae fix(nc-gui): update url page key from all-tables to overview 2025-07-04 07:40:23 +00:00
Ramesh Mane
be42ba455e fix(nc-gui): remove all scripts tab 2025-07-04 07:40:23 +00:00
mertmit
4af849e783 feat: perm overview page 2025-06-25 15:47:25 +00:00
mertmit
0419a0a648 feat: multi sync WIP 2025-05-23 07:01:56 +00:00
DarkPhoenix2704
a676ae2df0 feat: scripts ui fixes 2025-01-10 16:10:57 +00:00
DarkPhoenix2704
c0dd153ea8 feat: snapshot ui and move misc settings to base tab 2024-11-28 14:47:57 +00:00
Pranav C
be5d70f2b3 fix: api changes for leave workspace 2024-08-23 12:17:14 +00:00
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
2024-08-14 15:42:45 +05:30
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
2024-05-08 15:55:09 +05:30
Muhammed Mustafa
a47f3c5968 feat: Added comment for a row 2023-11-08 10:17:33 +00:00
mertmit
3daee4f886 fix: undefined watchers 2023-10-10 23:44:45 +00:00
Muhammed Mustafa
1f2bb6a3d8 fix: Added Create Data Source btn 2023-10-02 11:43:00 +00:00
Muhammed Mustafa
c1fb9ce9bd feat: Moved max mobile width size to a const 2023-09-25 13:39:09 +00:00
Muhammed Mustafa
7663ef9f14 feat: Added logic to auto close and open sidebar on mobile view based on if view is open, imrpoved nodes of sidebar in mobile, and workspace menu handles for mobile view 2023-09-25 13:39:09 +00:00
Muhammed Mustafa
34e1b0ab1a feat: Added windi css screen and removed a good portion of conditional class for mobile 2023-09-25 13:39:09 +00:00
Muhammed Mustafa
f97ae99bb8 feat: Fixed sidebar expand issue in mobile, handles different topbar size for desktop and mobile, added changes to NcButton, layouts 2023-09-25 13:39:09 +00:00
Muhammed Mustafa
bec270e35d feat: Fixed view sidebar getting bugged on first loading in mobile 2023-09-25 13:39:08 +00:00
Muhammed Mustafa
cbae02cbbb feat: Added config pinia store and integared isMobileMode with UI 2023-09-25 13:39:08 +00:00