eirikbakke commented on code in PR #8373: URL: https://github.com/apache/netbeans/pull/8373#discussion_r2041180187
########## ide/git/src/org/netbeans/modules/git/ui/stash/SaveStashAction.java: ########## @@ -56,7 +57,20 @@ "MSG_SaveStashAction.noModifications=There are no uncommitted changes to stash." }) public class SaveStashAction extends SingleRepositoryAction { - + + // TODO pick/create better icon + @StaticResource + private static final String ICON_RESOURCE = "org/netbeans/modules/git/resources/icons/get_clean.png"; //NOI18N Review Comment: There's also this submenu, which is very confusing: <img width="407" alt="image" src="https://github.com/user-attachments/assets/316910ca-fe6a-4116-bed6-012f6089feb3" /> I'd argue for removing the word "Shelve" from the UI entirely. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists