Commit 17540a9
* feat: add new animation keyframes for up-loop and down-loop
* fix(git): handle errors when checking for unpushed changes and improve permission error messages
* fix(git): improve error handling and user feedback in Git sync dropdown
* feat: add ProjectBranchName component with syncing status and pending changes indicators
* feat: enhance SyncDropdown with ProjectBranchName component and improved sync status indicators
* fix(git): add error handling to checkoutGitBranchAction for improved user feedback
* fix(git): add error handling to checkoutGitBranchAction for improved user feedback
* fix: reset initial state of ProjectBranchName to 'default' for correct sync status handling
* refactor: remove showAlert calls for pull failure in GitProjectSyncDropdown
* fix: replace showError with operationError state for improved error handling in SyncDropdown
* fix: add success indicators to various Git actions for improved feedback
* fix: update action return values to include success indicators for improved feedback
* refactor: remove ProjectBranchName component to streamline dropdown functionality
* feat: add Toaster component for improved toast notifications in Root
* feat: add view transition animations for toast notifications
* feat: enhance sync dropdown with toast notifications for Git actions
* feat: add toast notifications for Git actions in sync dropdown
* feat: implement Toast notification system with customizable content and styles
* update notification styles
* feat: improve error handling in Git actions with a centralized error message function
* feat: update Git sync dropdown to display connection status and connect button when not synced
---------
Co-authored-by: James Gatz <[email protected]>
1 parent 6b88463 commit 17540a9
File tree
10 files changed
+633
-244
lines changed- packages/insomnia
- src
- main
- ui
- components
- dropdowns
- css
- routes
10 files changed
+633
-244
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
66 | 86 | | |
67 | 87 | | |
68 | 88 | | |
| |||
279 | 299 | | |
280 | 300 | | |
281 | 301 | | |
| 302 | + | |
282 | 303 | | |
283 | 304 | | |
284 | 305 | | |
| |||
1300 | 1321 | | |
1301 | 1322 | | |
1302 | 1323 | | |
1303 | | - | |
| 1324 | + | |
1304 | 1325 | | |
1305 | 1326 | | |
1306 | 1327 | | |
| |||
1349 | 1370 | | |
1350 | 1371 | | |
1351 | 1372 | | |
1352 | | - | |
| 1373 | + | |
1353 | 1374 | | |
1354 | 1375 | | |
1355 | 1376 | | |
| |||
1393 | 1414 | | |
1394 | 1415 | | |
1395 | 1416 | | |
1396 | | - | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
1397 | 1425 | | |
1398 | 1426 | | |
1399 | 1427 | | |
| |||
1417 | 1445 | | |
1418 | 1446 | | |
1419 | 1447 | | |
| 1448 | + | |
1420 | 1449 | | |
1421 | 1450 | | |
1422 | 1451 | | |
| |||
1439 | 1468 | | |
1440 | 1469 | | |
1441 | 1470 | | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
1442 | 1478 | | |
| 1479 | + | |
1443 | 1480 | | |
1444 | 1481 | | |
1445 | 1482 | | |
| |||
1451 | 1488 | | |
1452 | 1489 | | |
1453 | 1490 | | |
1454 | | - | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
1455 | 1499 | | |
1456 | 1500 | | |
1457 | 1501 | | |
| |||
1462 | 1506 | | |
1463 | 1507 | | |
1464 | 1508 | | |
1465 | | - | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
1466 | 1512 | | |
1467 | 1513 | | |
1468 | 1514 | | |
| |||
1511 | 1557 | | |
1512 | 1558 | | |
1513 | 1559 | | |
1514 | | - | |
| 1560 | + | |
1515 | 1561 | | |
1516 | 1562 | | |
1517 | 1563 | | |
| |||
1548 | 1594 | | |
1549 | 1595 | | |
1550 | 1596 | | |
1551 | | - | |
| 1597 | + | |
1552 | 1598 | | |
1553 | 1599 | | |
1554 | 1600 | | |
1555 | 1601 | | |
1556 | 1602 | | |
1557 | 1603 | | |
| 1604 | + | |
1558 | 1605 | | |
1559 | 1606 | | |
1560 | 1607 | | |
| |||
1576 | 1623 | | |
1577 | 1624 | | |
1578 | 1625 | | |
| 1626 | + | |
| 1627 | + | |
| 1628 | + | |
| 1629 | + | |
| 1630 | + | |
| 1631 | + | |
| 1632 | + | |
| 1633 | + | |
1579 | 1634 | | |
1580 | 1635 | | |
1581 | 1636 | | |
1582 | 1637 | | |
1583 | 1638 | | |
1584 | | - | |
| 1639 | + | |
1585 | 1640 | | |
1586 | 1641 | | |
1587 | 1642 | | |
| |||
1631 | 1686 | | |
1632 | 1687 | | |
1633 | 1688 | | |
1634 | | - | |
| 1689 | + | |
1635 | 1690 | | |
1636 | 1691 | | |
1637 | 1692 | | |
| |||
1644 | 1699 | | |
1645 | 1700 | | |
1646 | 1701 | | |
1647 | | - | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
1648 | 1705 | | |
1649 | 1706 | | |
1650 | 1707 | | |
| |||
1675 | 1732 | | |
1676 | 1733 | | |
1677 | 1734 | | |
1678 | | - | |
| 1735 | + | |
1679 | 1736 | | |
1680 | 1737 | | |
1681 | 1738 | | |
| |||
0 commit comments