Add file deletion detection, WebKit improvements, and bug fixes
- Add FileExternallyDeletedEvent with UI indicator in tabs for deleted files - Set minimum height (300px) for editors container - Add Developer Tools to WebKit context menu - Fix DnD URI handling when uris list is empty - Fix buffer replacement using freeze_notify and proper bounds handling - Move webkit_ui_settings to new path - Remove <change_me> placeholders from APP_NAME and user config
This commit is contained in:
@@ -3,14 +3,17 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Gtk + HTML + Python App</title>
|
||||
<!-- Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="resources/css/libs/bootstrap5/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="resources/css/libs/bootstrap-icons/bootstrap-icons.css">
|
||||
<!-- <base href="/"> -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Site CSS -->
|
||||
<!-- <link rel="stylesheet" href="resources/css/context-menu.css"> -->
|
||||
<link rel="stylesheet" href="resources/css/main.css">
|
||||
<link rel="stylesheet" href="resources/css/overrides.css">
|
||||
<!-- Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="resources/css/libs/bootstrap5/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="resources/css/libs/bootstrap-icons/bootstrap-icons.css">
|
||||
|
||||
<!-- Site CSS -->
|
||||
<!-- <link rel="stylesheet" href="resources/css/context-menu.css"> -->
|
||||
<link rel="stylesheet" href="resources/css/main.css">
|
||||
<link rel="stylesheet" href="resources/css/overrides.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user