mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 04:12:47 +02:00
feat: Enhance connector management UI with improved loading states, add document count display for connectors, and implement indexing progress indicators for better user feedback.
This commit is contained in:
parent
3ac806dcdf
commit
163df8fda7
10 changed files with 287 additions and 95 deletions
|
|
@ -65,10 +65,16 @@ module.exports = {
|
|||
from: { height: "var(--radix-accordion-content-height)" },
|
||||
to: { height: 0 },
|
||||
},
|
||||
"progress-indeterminate": {
|
||||
"0%": { left: "-33%", width: "33%" },
|
||||
"50%": { width: "50%" },
|
||||
"100%": { left: "100%", width: "33%" },
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
"accordion-down": "accordion-down 0.2s ease-out",
|
||||
"accordion-up": "accordion-up 0.2s ease-out",
|
||||
"progress-indeterminate": "progress-indeterminate 1.5s ease-in-out infinite",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue